29382938 "flakey": [],
29392939 "runtimeError": false
29402940 },
2941+ "test/e2e/app-dir/global-not-found/cache-components/cache-components.test.ts": {
2942+ "passed": [
2943+ "global-not-found - cache-components should render global-not-found for 404 routes",
2944+ "global-not-found - cache-components should render not-found boundary when calling notFound() in a page"
2945+ ],
2946+ "failed": [],
2947+ "pending": [],
2948+ "flakey": [],
2949+ "runtimeError": false
2950+ },
29412951 "test/e2e/app-dir/global-not-found/css/global-not-found-css.test.ts": {
29422952 "passed": [
29432953 "global-not-found - css should include css for global-not-found properly"
32883298 "app dir - metadata dynamic routes robots.txt should handle robots.[ext] dynamic routes",
32893299 "app dir - metadata dynamic routes route segment config should generate dynamic route if dynamic config is force-dynamic",
32903300 "app dir - metadata dynamic routes should generate unique path for image routes under group routes",
3291- "app dir - metadata dynamic routes should include default og font files in file trace",
32923301 "app dir - metadata dynamic routes should inject dynamic metadata properly to head",
32933302 "app dir - metadata dynamic routes should pick configured metadataBase instead of deployment url for canonical url",
32943303 "app dir - metadata dynamic routes should statically optimized single image route",
33103319 "app dir - metadata dynamic routes social image routes should support generate multi images with generateImageMetadata",
33113320 "app dir - metadata dynamic routes social image routes should support params as argument in dynamic routes"
33123321 ],
3313- "failed": [],
3322+ "failed": [
3323+ "app dir - metadata dynamic routes should include default og font files in file trace"
3324+ ],
33143325 "pending": [],
33153326 "flakey": [],
33163327 "runtimeError": false
53855396 "app dir - rsc basics client references with TLA (edge) should support TLA in sync client reference imports",
53865397 "app dir - rsc basics client references with TLA (node) should support TLA in lazy client reference",
53875398 "app dir - rsc basics client references with TLA (node) should support TLA in sync client reference imports",
5399+ "app dir - rsc basics edge should handle dynamic routes when URL segment matches the folder bracket syntax",
53885400 "app dir - rsc basics next internal shared context should not error if just load next/navigation module in pages/api",
53895401 "app dir - rsc basics next internal shared context should not error if just load next/router module in app page",
5402+ "app dir - rsc basics node should handle dynamic routes when URL segment matches the folder bracket syntax",
53905403 "app dir - rsc basics should be able to call legacy react-dom/server APIs in client components",
53915404 "app dir - rsc basics should be able to navigate between rsc routes",
53925405 "app dir - rsc basics should correctly render component returning null",
@@ -20352,14 +20365,13 @@
2035220365 "Production Usage should not replace non-static pages with HTML files",
2035320366 "Production Usage should not show target deprecation warning",
2035420367 "Production Usage should only have one DOCTYPE",
20355- "Production Usage should output traces",
2035620368 "Production Usage should preserve query when hard navigating from page 404",
2035720369 "Production Usage should remove placeholder for next/image correctly",
2035820370 "Production Usage should replace static pages with HTML files",
2035920371 "Production Usage should respond with 405 for POST to static page",
2036020372 "Production Usage should warn when prefetch is true"
2036120373 ],
20362- "failed": [],
20374+ "failed": ["Production Usage should output traces" ],
2036320375 "pending": [
2036420376 "Production Usage With Security Related Issues should handle invalid URL properly",
2036520377 "Production Usage With basic usage should allow etag header support with getServerSideProps"
@@ -20369,10 +20381,11 @@
2036920381 },
2037020382 "test/production/pnpm-support/index.test.ts": {
2037120383 "passed": [
20372- "pnpm support should build with dependencies installed via pnpm",
20384+ "pnpm support should build with dependencies installed via pnpm"
20385+ ],
20386+ "failed": [
2037320387 "pnpm support should execute client-side JS on each page in output: \"standalone\""
2037420388 ],
20375- "failed": [],
2037620389 "pending": [],
2037720390 "flakey": [],
2037820391 "runtimeError": false
@@ -20581,10 +20594,11 @@
2058120594 "required server files should set correct SWR headers with notFound gsp",
2058220595 "required server files should set correct SWR headers with notFound gssp",
2058320596 "required server files should show invariant when an automatic static page is requested",
20584- "required server files should warn when \"next\" is imported directly",
20597+ "required server files should warn when \"next\" is imported directly"
20598+ ],
20599+ "failed": [
2058520600 "required server files without minimalMode, with wasm should run middleware correctly"
2058620601 ],
20587- "failed": [],
2058820602 "pending": [],
2058920603 "flakey": [],
2059020604 "runtimeError": false
0 commit comments