forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-enable next-dev-tests (vercel#47087)
### What? enables the next-dev-tests crate integration tests from trubopack ### Why? to unblock the move PR we temporarily disabled the tests ### How? Fix the new location and fix the expect dependency Fixes WEB-708 --------- Co-authored-by: Justin Ridgewell <[email protected]>
- Loading branch information
1 parent
e6bca73
commit c27b546
Showing
28 changed files
with
363 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[[profile.default.overrides]] | ||
filter = "package(next-dev-tests)" | ||
# Default is 100ms. Extending this addresses false positives in the | ||
# next-dev integration tests. | ||
leak-timeout = "500ms" | ||
retries = 2 | ||
slow-timeout = "60s" | ||
threads-required = 2 | ||
failure-output = "immediate-final" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
PlainIssue { | ||
severity: Warning, | ||
context: "[project]/node_modules/.pnpm/[email protected].20/node_modules/postcss/lib/previous-map.js", | ||
context: "[project]/node_modules/.pnpm/[email protected].14/node_modules/postcss/lib/previous-map.js", | ||
category: "parse", | ||
title: "lint TP1004 fs.existsSync(???*0*) is very dynamic", | ||
description: "- *0* arguments[0]\n ⚠\u{fe0f} function calls are not analysed yet", | ||
|
@@ -9,7 +9,7 @@ PlainIssue { | |
source: Some( | ||
PlainIssueSource { | ||
asset: PlainAsset { | ||
ident: "[project]/node_modules/.pnpm/[email protected].20/node_modules/postcss/lib/previous-map.js", | ||
ident: "[project]/node_modules/.pnpm/[email protected].14/node_modules/postcss/lib/previous-map.js", | ||
}, | ||
start: SourcePos { | ||
line: 87, | ||
|
@@ -26,13 +26,13 @@ PlainIssue { | |
[ | ||
PlainIssueProcessingPathItem { | ||
context: Some( | ||
"[project]/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/pages/index.jsx", | ||
"[project]/packages/next-swc/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/pages/index.jsx", | ||
), | ||
description: "Next.js pages directory", | ||
}, | ||
PlainIssueProcessingPathItem { | ||
context: Some( | ||
"[project]/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/styles/globals.css", | ||
"[project]/packages/next-swc/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/styles/globals.css", | ||
), | ||
description: "PostCSS processing", | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
PlainIssue { | ||
severity: Warning, | ||
context: "[project]/node_modules/.pnpm/[email protected].20/node_modules/postcss/lib/previous-map.js", | ||
context: "[project]/node_modules/.pnpm/[email protected].14/node_modules/postcss/lib/previous-map.js", | ||
category: "parse", | ||
title: "lint TP1004 fs.readFileSync(???*0*, \"utf-8\") is very dynamic", | ||
description: "- *0* arguments[0]\n ⚠\u{fe0f} function calls are not analysed yet", | ||
|
@@ -9,7 +9,7 @@ PlainIssue { | |
source: Some( | ||
PlainIssueSource { | ||
asset: PlainAsset { | ||
ident: "[project]/node_modules/.pnpm/[email protected].20/node_modules/postcss/lib/previous-map.js", | ||
ident: "[project]/node_modules/.pnpm/[email protected].14/node_modules/postcss/lib/previous-map.js", | ||
}, | ||
start: SourcePos { | ||
line: 89, | ||
|
@@ -26,13 +26,13 @@ PlainIssue { | |
[ | ||
PlainIssueProcessingPathItem { | ||
context: Some( | ||
"[project]/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/pages/index.jsx", | ||
"[project]/packages/next-swc/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/pages/index.jsx", | ||
), | ||
description: "Next.js pages directory", | ||
}, | ||
PlainIssueProcessingPathItem { | ||
context: Some( | ||
"[project]/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/styles/globals.css", | ||
"[project]/packages/next-swc/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/styles/globals.css", | ||
), | ||
description: "PostCSS processing", | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
PlainIssue { | ||
severity: Warning, | ||
context: "[project]/node_modules/.pnpm/[email protected].20/node_modules/postcss/lib/input.js", | ||
context: "[project]/node_modules/.pnpm/[email protected].14/node_modules/postcss/lib/input.js", | ||
category: "parse", | ||
title: "lint TP1006 path.resolve(???*0*) is very dynamic", | ||
description: "- *0* ???*1*[\"from\"]\n ⚠\u{fe0f} unknown object\n- *1* opts\n ⚠\u{fe0f} pattern without value", | ||
|
@@ -9,7 +9,7 @@ PlainIssue { | |
source: Some( | ||
PlainIssueSource { | ||
asset: PlainAsset { | ||
ident: "[project]/node_modules/.pnpm/[email protected].20/node_modules/postcss/lib/input.js", | ||
ident: "[project]/node_modules/.pnpm/[email protected].14/node_modules/postcss/lib/input.js", | ||
}, | ||
start: SourcePos { | ||
line: 43, | ||
|
@@ -26,13 +26,13 @@ PlainIssue { | |
[ | ||
PlainIssueProcessingPathItem { | ||
context: Some( | ||
"[project]/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/pages/index.jsx", | ||
"[project]/packages/next-swc/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/pages/index.jsx", | ||
), | ||
description: "Next.js pages directory", | ||
}, | ||
PlainIssueProcessingPathItem { | ||
context: Some( | ||
"[project]/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/styles/globals.css", | ||
"[project]/packages/next-swc/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/styles/globals.css", | ||
), | ||
description: "PostCSS processing", | ||
}, | ||
|
Oops, something went wrong.