Skip to content
Open
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
66 changes: 52 additions & 14 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2885,6 +2885,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/app-edge/app-edge-invalid-reexport.test.ts": {
"passed": [
"app-dir edge SSR invalid reexport should warn or error about the re-export of a pages runtime/preferredRegion config"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/app-edge/app-edge.test.ts": {
"passed": [
"app-dir edge SSR should handle /index routes correctly",
Expand All @@ -2893,8 +2902,7 @@
"app-dir edge SSR should resolve client component without error",
"app-dir edge SSR should resolve module without error in edge runtime",
"app-dir edge SSR should retrieve cookies in a server component in the edge runtime",
"app-dir edge SSR should treat process as object without polyfill in edge runtime",
"app-dir edge SSR should warn about the re-export of a pages runtime/preferredRegion config"
"app-dir edge SSR should treat process as object without polyfill in edge runtime"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -3612,6 +3620,7 @@
"app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
"app dir - basic searchParams prop server component should have the correct search params on rewrite",
"app dir - basic server components Loading should render loading.js in browser for slow layout",
"app dir - basic server components Loading should render loading.js in browser for slow layout and page",
"app dir - basic server components Loading should render loading.js in browser for slow page",
"app dir - basic server components Loading should render loading.js in initial html for slow layout",
"app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
Expand All @@ -3626,7 +3635,6 @@
"app dir - basic server components dynamic routes should only pass params that apply to the layout",
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite",
"app dir - basic server components next/router should support router.back and router.forward",
"app dir - basic server components should include client component layout with server component route should include it client-side",
"app dir - basic server components should include client component layout with server component route should include it server-side",
"app dir - basic server components should not serve .client.js as a path",
Expand Down Expand Up @@ -3670,7 +3678,7 @@
],
"failed": [
"app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
"app dir - basic server components Loading should render loading.js in browser for slow layout and page"
"app dir - basic server components next/router should support router.back and router.forward"
],
"pending": [
"app dir - basic HMR should HMR correctly when changing the component type",
Expand Down Expand Up @@ -3856,7 +3864,6 @@
"test/e2e/app-dir/cache-components-dynamic-imports/cache-components-dynamic-imports.test.ts": {
"passed": [
"async imports in cacheComponents - external packages does not instrument import() in external packages",
"async imports in cacheComponents are not instrumented in edge edge route handler",
"async imports in cacheComponents are not instrumented in edge middleware",
"async imports in cacheComponents inside a GET route handler import of a sync module",
"async imports in cacheComponents inside a GET route handler import of module with top-level-await",
Expand Down Expand Up @@ -3965,6 +3972,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/cache-components-route-handler-errors/cache-components-route-handler-errors.test.ts": {
"passed": [],
"failed": [
"cache-components-route-handler-errors should error when route handlers use segment configs that aren't supported by cacheComponents"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/cache-components-segment-configs/cache-components-segment-configs.test.ts": {
"passed": [],
"failed": [
Expand Down Expand Up @@ -5390,6 +5406,7 @@
"app dir - metadata dynamic routes should inject dynamic metadata properly to head",
"app dir - metadata dynamic routes should pick configured metadataBase instead of deployment url for canonical url",
"app dir - metadata dynamic routes should use localhost for local prod and fallback to deployment url when metadataBase is falsy",
"app dir - metadata dynamic routes sitemap should 404 for non-existing id from generateImageMetadata",
"app dir - metadata dynamic routes sitemap should handle sitemap.[ext] dynamic routes",
"app dir - metadata dynamic routes sitemap should not throw if client components are imported but not used in sitemap",
"app dir - metadata dynamic routes sitemap should support alternate.languages in sitemap",
Expand Down Expand Up @@ -6246,6 +6263,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-dynamic-csp-nonce/next-dynamic-csp-nonce.test.ts": {
"passed": [
"next/dynamic with CSP nonce should include nonce attribute on preload links generated by next/dynamic",
"next/dynamic with CSP nonce should not generate CSP violations when using next/dynamic with nonce"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/next-dynamic-css/next-dynamic-css.test.ts": {
"passed": [
"next-dynamic-css should have correct order of global styles between layout and pages",
Expand Down Expand Up @@ -7997,6 +8024,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/no-prefetch/no-prefetch.test.ts": {
"passed": [
"navigating without a prefetch can show a loading boundary from the dynamic response"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/prefetch-auto/prefetch-auto.test.ts": {
"passed": ["<Link prefetch=\"auto\"> disabled in development / deployment"],
"failed": [],
Expand Down Expand Up @@ -8190,7 +8226,8 @@
},
"test/e2e/app-dir/sitemap-group/sitemap-group.test.ts": {
"passed": [
"sitemap-group should not add suffix to sitemap under group routes"
"sitemap-group should not add suffix to sitemap under group routes",
"sitemap-group should not add suffix to static sitemap.xml under group routes"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -12036,12 +12073,11 @@
},
"test/integration/app-dir-export/test/dynamic-missing-gsp-dev.test.ts": {
"passed": [
"app dir - with output export - dynamic missing gsp dev development mode should error when client component has generateStaticParams",
"app dir - with output export - dynamic missing gsp dev development mode should error when dynamic route is missing generateStaticParams",
"app dir - with output export - dynamic missing gsp dev development mode should error when dynamic route is set to true"
],
"failed": [
"app dir - with output export - dynamic missing gsp dev development mode should error when client component has generateStaticParams"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -18934,12 +18970,13 @@
"Image Component Default Tests development mode should warn when legacy prop layout=fill",
"Image Component Default Tests development mode should warn when legacy prop layout=responsive",
"Image Component Default Tests development mode should warn when loader is missing width",
"Image Component Default Tests development mode should warn when priority prop is missing on LCP image",
"Image Component Default Tests development mode should warn when preload prop is missing on LCP image",
"Image Component Default Tests development mode should warn when quality is 50",
"Image Component Default Tests development mode should warn when using a very small image with placeholder=blur",
"Image Component Default Tests development mode should work when using flexbox",
"Image Component Default Tests development mode should work when using overrideSrc prop",
"Image Component Default Tests development mode should work with image with blob src",
"Image Component Default Tests development mode should work with preload prop",
"Image Component Default Tests development mode should work with sizes and automatically use responsive srcset"
],
"failed": [],
Expand Down Expand Up @@ -18982,6 +19019,7 @@
"Image Component Default Tests production mode should work when using flexbox",
"Image Component Default Tests production mode should work when using overrideSrc prop",
"Image Component Default Tests production mode should work with image with blob src",
"Image Component Default Tests production mode should work with preload prop",
"Image Component Default Tests production mode should work with sizes and automatically use responsive srcset"
],
"flakey": [],
Expand Down Expand Up @@ -19157,12 +19195,13 @@
"Image Component Default Tests development mode should warn when legacy prop layout=fill",
"Image Component Default Tests development mode should warn when legacy prop layout=responsive",
"Image Component Default Tests development mode should warn when loader is missing width",
"Image Component Default Tests development mode should warn when priority prop is missing on LCP image",
"Image Component Default Tests development mode should warn when preload prop is missing on LCP image",
"Image Component Default Tests development mode should warn when quality is 50",
"Image Component Default Tests development mode should warn when using a very small image with placeholder=blur",
"Image Component Default Tests development mode should work when using flexbox",
"Image Component Default Tests development mode should work when using overrideSrc prop",
"Image Component Default Tests development mode should work with image with blob src",
"Image Component Default Tests development mode should work with preload prop",
"Image Component Default Tests development mode should work with sizes and automatically use responsive srcset"
],
"failed": [],
Expand Down Expand Up @@ -19204,6 +19243,7 @@
"Image Component Default Tests production mode should work when using flexbox",
"Image Component Default Tests production mode should work when using overrideSrc prop",
"Image Component Default Tests production mode should work with image with blob src",
"Image Component Default Tests production mode should work with preload prop",
"Image Component Default Tests production mode should work with sizes and automatically use responsive srcset"
],
"flakey": [],
Expand Down Expand Up @@ -20581,8 +20621,7 @@
"Telemetry CLI can enable telemetry without flag",
"Telemetry CLI can print telemetry status",
"Telemetry CLI can re-disable telemetry",
"Telemetry CLI can re-enable telemetry",
"Telemetry CLI detects isSrcDir dir correctly for `next dev`"
"Telemetry CLI can re-enable telemetry"
],
"failed": [],
"pending": [
Expand All @@ -20594,7 +20633,6 @@
"Telemetry CLI production mode detect page counts correctly for `next build`",
"Telemetry CLI production mode detect static 404 correctly for `next build`",
"Telemetry CLI production mode detects correct cli session defaults",
"Telemetry CLI production mode detects isSrcDir dir correctly for `next build`",
"Telemetry CLI production mode detects tests correctly for `next build`",
"Telemetry CLI production mode emits event when swc fails to load",
"Telemetry CLI production mode logs completed `next build` with warnings"
Expand Down
Loading