Skip to content

Commit 4049ec5

Browse files
update/turbopack-manifest-1746601542402
1 parent fcf40f6 commit 4049ec5

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

test/turbopack-build-tests-manifest.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,15 @@
592592
"flakey": [],
593593
"runtimeError": false
594594
},
595+
"test/e2e/app-dir/app-esm-js/standalone.test.ts": {
596+
"passed": [
597+
"output: standalone with ESM app dir should work correctly with output standalone"
598+
],
599+
"failed": [],
600+
"pending": [],
601+
"flakey": [],
602+
"runtimeError": false
603+
},
595604
"test/e2e/app-dir/app-external/app-external.test.ts": {
596605
"passed": [
597606
"app dir - external dependency app route should resolve next/server api from external esm package",
@@ -1946,6 +1955,29 @@
19461955
"flakey": [],
19471956
"runtimeError": false
19481957
},
1958+
"test/e2e/app-dir/dynamic-io-dynamic-imports/dynamic-io-dynamic-imports.test.ts": {
1959+
"passed": [
1960+
"async imports in dynamicIO - external packages does not instrument import() in external packages",
1961+
"async imports in dynamicIO does not cause any routes to become (partially) dynamic",
1962+
"async imports in dynamicIO inside a GET route handler import of a sync module",
1963+
"async imports in dynamicIO inside a GET route handler import of module with top-level-await",
1964+
"async imports in dynamicIO inside a client component import of a sync module",
1965+
"async imports in dynamicIO inside a client component import of module with top-level-await",
1966+
"async imports in dynamicIO inside a server component dynamic import in node_modules in a CJS package import of a sync module",
1967+
"async imports in dynamicIO inside a server component dynamic import in node_modules in an ESM package import of a sync module",
1968+
"async imports in dynamicIO inside a server component dynamic import in node_modules in an ESM package import of module with top-level-await",
1969+
"async imports in dynamicIO inside a server component import of a sync module",
1970+
"async imports in dynamicIO inside a server component import of module with top-level-await",
1971+
"async imports in dynamicIO outside of render client import of a sync module",
1972+
"async imports in dynamicIO outside of render client import of module with top-level-await",
1973+
"async imports in dynamicIO outside of render server import of a sync module",
1974+
"async imports in dynamicIO outside of render server import of module with top-level-await"
1975+
],
1976+
"failed": [],
1977+
"pending": [],
1978+
"flakey": [],
1979+
"runtimeError": false
1980+
},
19491981
"test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.module-scope.test.ts": {
19501982
"passed": [
19511983
"Lazy Module Init should build statically even if module scope uses sync APIs like current time and random"
@@ -7722,6 +7754,7 @@
77227754
"test/e2e/next-link-errors/next-link-errors.test.ts": {
77237755
"passed": [
77247756
"next-link errors on invalid href",
7757+
"next-link invalid `prefetch` causes runtime error (dev-only)",
77257758
"next-link multiple children",
77267759
"next-link no children"
77277760
],
@@ -18665,6 +18698,19 @@
1866518698
"flakey": [],
1866618699
"runtimeError": false
1866718700
},
18701+
"test/production/deployment-id-handling/deployment-id-cookie-handling.test.ts": {
18702+
"passed": [
18703+
"deployment-id-handling disabled should not append dpl query to all assets for /",
18704+
"deployment-id-handling disabled should not append dpl query to all assets for /from-app",
18705+
"deployment-id-handling disabled should not append dpl query to all assets for /from-app/edge",
18706+
"deployment-id-handling disabled should not append dpl query to all assets for /pages-edge",
18707+
"deployment-id-handling disabled should set set-cookie header correctly"
18708+
],
18709+
"failed": [],
18710+
"pending": [],
18711+
"flakey": [],
18712+
"runtimeError": false
18713+
},
1866818714
"test/production/deployment-id-handling/deployment-id-handling.test.ts": {
1866918715
"passed": [
1867018716
"deployment-id-handling disabled should not append dpl query to all assets for /",

0 commit comments

Comments
 (0)