Skip to content

Update Turbopack production test manifest #78900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/app-esm-js/standalone.test.ts": {
"passed": [
"output: standalone with ESM app dir should work correctly with output standalone"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/app-external/app-external.test.ts": {
"passed": [
"app dir - external dependency app route should resolve next/server api from external esm package",
Expand Down Expand Up @@ -1946,6 +1955,29 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/dynamic-io-dynamic-imports/dynamic-io-dynamic-imports.test.ts": {
"passed": [
"async imports in dynamicIO - external packages does not instrument import() in external packages",
"async imports in dynamicIO does not cause any routes to become (partially) dynamic",
"async imports in dynamicIO inside a GET route handler import of a sync module",
"async imports in dynamicIO inside a GET route handler import of module with top-level-await",
"async imports in dynamicIO inside a client component import of a sync module",
"async imports in dynamicIO inside a client component import of module with top-level-await",
"async imports in dynamicIO inside a server component dynamic import in node_modules in a CJS package import of a sync module",
"async imports in dynamicIO inside a server component dynamic import in node_modules in an ESM package import of a sync module",
"async imports in dynamicIO inside a server component dynamic import in node_modules in an ESM package import of module with top-level-await",
"async imports in dynamicIO inside a server component import of a sync module",
"async imports in dynamicIO inside a server component import of module with top-level-await",
"async imports in dynamicIO outside of render client import of a sync module",
"async imports in dynamicIO outside of render client import of module with top-level-await",
"async imports in dynamicIO outside of render server import of a sync module",
"async imports in dynamicIO outside of render server import of module with top-level-await"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.module-scope.test.ts": {
"passed": [
"Lazy Module Init should build statically even if module scope uses sync APIs like current time and random"
Expand Down Expand Up @@ -7722,6 +7754,7 @@
"test/e2e/next-link-errors/next-link-errors.test.ts": {
"passed": [
"next-link errors on invalid href",
"next-link invalid `prefetch` causes runtime error (dev-only)",
"next-link multiple children",
"next-link no children"
],
Expand Down Expand Up @@ -18665,6 +18698,19 @@
"flakey": [],
"runtimeError": false
},
"test/production/deployment-id-handling/deployment-id-cookie-handling.test.ts": {
"passed": [
"deployment-id-handling disabled should not append dpl query to all assets for /",
"deployment-id-handling disabled should not append dpl query to all assets for /from-app",
"deployment-id-handling disabled should not append dpl query to all assets for /from-app/edge",
"deployment-id-handling disabled should not append dpl query to all assets for /pages-edge",
"deployment-id-handling disabled should set set-cookie header correctly"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/deployment-id-handling/deployment-id-handling.test.ts": {
"passed": [
"deployment-id-handling disabled should not append dpl query to all assets for /",
Expand Down
Loading