Skip to content

Commit bcb38e4

Browse files
Update Turbopack production test manifest (#79647)
1 parent 37ee445 commit bcb38e4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

test/turbopack-build-tests-manifest.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,8 @@
13351335
"app dir - basic should pass props from getServerSideProps in root layout",
13361336
"app dir - basic should provide query for getStaticProps page correctly",
13371337
"app dir - basic should return normalized dynamic route params for catch-all edge page",
1338+
"app dir - basic should return the `vary` header from edge runtime",
1339+
"app dir - basic should return the `vary` header from pages for flight requests",
13381340
"app dir - basic should run generate command correctly",
13391341
"app dir - basic should serve /index as separate page",
13401342
"app dir - basic should serve dynamic parameter",
@@ -1455,6 +1457,8 @@
14551457
"app dir - basic should not share edge workers",
14561458
"app dir - basic should pass props from getServerSideProps in root layout",
14571459
"app dir - basic should return normalized dynamic route params for catch-all edge page",
1460+
"app dir - basic should return the `vary` header from edge runtime",
1461+
"app dir - basic should return the `vary` header from pages for flight requests",
14581462
"app dir - basic should serve /index as separate page",
14591463
"app dir - basic should serve dynamic parameter",
14601464
"app dir - basic should serve dynamic route from pages",
@@ -2412,6 +2416,7 @@
24122416
"empty-fallback-shells should not log a HANGING_PROMISE_REJECTION error",
24132417
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and params.then/catch/finally passed to a cached function does not resume a postponed fallback shell",
24142418
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in a cached non-page function does not resume a postponed fallback shell",
2419+
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not render a fallback shell when using a params placeholder",
24152420
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not resume a postponed fallback shell",
24162421
"empty-fallback-shells with cached IO and the page wrapped in Suspense and params.then/catch/finally passed to a cached function resumes a postponed fallback shell",
24172422
"empty-fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in cached non-page function resumes a postponed fallback shell",
@@ -8828,9 +8833,9 @@
88288833
},
88298834
"test/e2e/vary-header/test/index.test.ts": {
88308835
"passed": [
8831-
"Vary Header Tests should preserve custom vary header",
8836+
"Vary Header Tests should preserve custom vary header and append RSC headers in app route handlers",
88328837
"Vary Header Tests should preserve custom vary header in API routes",
8833-
"Vary Header Tests should preserve middleware vary header"
8838+
"Vary Header Tests should preserve middleware vary header in combination with route handlers"
88348839
],
88358840
"failed": [],
88368841
"pending": [],
@@ -9317,8 +9322,8 @@
93179322
},
93189323
"test/integration/app-dir-export/test/dynamic-missing-gsp-prod.test.ts": {
93199324
"passed": [
9320-
"app dir - with output export - dynamic missing gsp prod production mode should error when dynamic route is missing generateStaticParams",
9321-
"app dir - with output export - dynamic missing gsp prod production mode should error when client component has generateStaticParams"
9325+
"app dir - with output export - dynamic missing gsp prod production mode should error when client component has generateStaticParams",
9326+
"app dir - with output export - dynamic missing gsp prod production mode should error when dynamic route is missing generateStaticParams"
93229327
],
93239328
"failed": [],
93249329
"pending": [],

0 commit comments

Comments
 (0)