|
2213 | 2213 | "Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_cacheTag is not allowed",
|
2214 | 2214 | "Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_expirePath is not allowed",
|
2215 | 2215 | "Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_expireTag is not allowed",
|
2216 |
| - "Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_noStore is allowed", |
| 2216 | + "Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_noStore is allowed" |
| 2217 | + ], |
| 2218 | + "failed": [ |
2217 | 2219 | "Error Overlay for server components compiler errors in pages importing 'next/headers' in pages",
|
2218 | 2220 | "Error Overlay for server components compiler errors in pages importing 'server-only' in pages",
|
2219 | 2221 | "Error Overlay for server components compiler errors in pages importing after from 'next/server' in pages"
|
2220 | 2222 | ],
|
2221 |
| - "failed": [], |
2222 | 2223 | "pending": [],
|
2223 | 2224 | "flakey": [],
|
2224 | 2225 | "runtimeError": false
|
|
2270 | 2271 | "runtimeError": false
|
2271 | 2272 | },
|
2272 | 2273 | "test/development/app-dir/build-error-logs/build-error-logs.test.ts": {
|
2273 |
| - "passed": ["build-error-logs should only log error a single time"], |
2274 |
| - "failed": [], |
| 2274 | + "passed": [], |
| 2275 | + "failed": ["build-error-logs should only log error a single time"], |
2275 | 2276 | "pending": [],
|
2276 | 2277 | "flakey": [],
|
2277 | 2278 | "runtimeError": false
|
|
2385 | 2386 | },
|
2386 | 2387 | "test/development/app-dir/edge-errors-hmr/index.test.ts": {
|
2387 | 2388 | "passed": [
|
| 2389 | + "develop - app-dir - edge errros hmr should recover from build errors when client component error", |
2388 | 2390 | "develop - app-dir - edge errros hmr should recover from build errors when server component error"
|
2389 | 2391 | ],
|
2390 |
| - "failed": [ |
2391 |
| - "develop - app-dir - edge errros hmr should recover from build errors when client component error" |
2392 |
| - ], |
| 2392 | + "failed": [], |
2393 | 2393 | "pending": [],
|
2394 | 2394 | "flakey": [],
|
2395 | 2395 | "runtimeError": false
|
|
3827 | 3827 | "app-dir action handling Edge SSR should handle calls to redirect() with a relative URL in a single pass",
|
3828 | 3828 | "app-dir action handling Edge SSR should handle calls to redirect() with external URLs",
|
3829 | 3829 | "app-dir action handling Edge SSR should return error response for hoc auth wrappers in edge runtime",
|
| 3830 | + "app-dir action handling HMR should support updating the action", |
3830 | 3831 | "app-dir action handling caching disabled by default should not override force-cache in server action",
|
3831 | 3832 | "app-dir action handling caching disabled by default should not override revalidate in server action",
|
3832 | 3833 | "app-dir action handling caching disabled by default should use no-store as default for server action",
|
|
3845 | 3846 | "app-dir action handling fetch actions should revalidate when cookies.set is called",
|
3846 | 3847 | "app-dir action handling fetch actions should revalidate when cookies.set is called in a client action",
|
3847 | 3848 | "app-dir action handling fetch actions should store revalidation data in the prefetch cache",
|
| 3849 | + "app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams", |
3848 | 3850 | "app-dir action handling redirects merges cookies correctly when redirecting",
|
3849 | 3851 | "app-dir action handling redirects redirects properly when server action handler redirects with a 307 status code",
|
3850 | 3852 | "app-dir action handling redirects redirects properly when server action handler redirects with a 308 status code",
|
|
3858 | 3860 | "app-dir action handling should be possible to catch network errors",
|
3859 | 3861 | "app-dir action handling should be possible to catch regular errors",
|
3860 | 3862 | "app-dir action handling should bundle external libraries if they are on the action layer",
|
| 3863 | + "app-dir action handling should forward action request to a worker that contains the action handler (edge)", |
| 3864 | + "app-dir action handling should forward action request to a worker that contains the action handler (node)", |
3861 | 3865 | "app-dir action handling should handle action correctly with middleware rewrite",
|
3862 | 3866 | "app-dir action handling should handle actions executed in quick succession",
|
3863 | 3867 | "app-dir action handling should handle basic actions correctly",
|
|
3866 | 3870 | "app-dir action handling should log a warning when a server action is not found but an id is provided",
|
3867 | 3871 | "app-dir action handling should not block navigation events while a server action is in flight",
|
3868 | 3872 | "app-dir action handling should not block router.back() while a server action is in flight",
|
| 3873 | + "app-dir action handling should not error when a forwarded action triggers a redirect (edge)", |
3869 | 3874 | "app-dir action handling should not error when a forwarded action triggers a redirect (node)",
|
3870 | 3875 | "app-dir action handling should not log errors for non-action form POSTs",
|
3871 | 3876 | "app-dir action handling should only submit action once when resubmitting an action after navigation",
|
|
3897 | 3902 | "app-dir action handling should work with interception routes"
|
3898 | 3903 | ],
|
3899 | 3904 | "failed": [
|
3900 |
| - "app-dir action handling Edge SSR should handle unicode search params", |
3901 |
| - "app-dir action handling HMR should support updating the action", |
3902 |
| - "app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams", |
3903 |
| - "app-dir action handling should forward action request to a worker that contains the action handler (edge)", |
3904 |
| - "app-dir action handling should forward action request to a worker that contains the action handler (node)", |
3905 |
| - "app-dir action handling should not error when a forwarded action triggers a redirect (edge)" |
| 3905 | + "app-dir action handling Edge SSR should handle unicode search params" |
3906 | 3906 | ],
|
3907 | 3907 | "pending": [
|
3908 | 3908 | "app-dir action handling fetch actions should handle unstable_expireTag + redirect",
|
|
4741 | 4741 | "app dir - basic <Link /> should replace to external url",
|
4742 | 4742 | "app dir - basic <Link /> should soft push",
|
4743 | 4743 | "app dir - basic <Link /> should soft replace",
|
| 4744 | + "app dir - basic HMR should HMR correctly for client component", |
4744 | 4745 | "app dir - basic HMR should HMR correctly for server component",
|
4745 | 4746 | "app dir - basic bootstrap scripts should fail to bootstrap when using CSP in Dev due to eval",
|
4746 | 4747 | "app dir - basic bootstrap scripts should only bootstrap with one script, prinitializing the rest",
|
|
4763 | 4764 | "app dir - basic next/script should pass nonce when using next/font",
|
4764 | 4765 | "app dir - basic next/script should pass on extra props for beforeInteractive scripts with a src prop",
|
4765 | 4766 | "app dir - basic next/script should pass on extra props for beforeInteractive scripts without a src prop",
|
4766 |
| - "app dir - basic next/script should support next/script and render in correct order", |
4767 | 4767 | "app dir - basic rewrites should support rewrites on client-side navigation",
|
4768 | 4768 | "app dir - basic rewrites should support rewrites on client-side navigation from pages to app with existing pages path",
|
4769 | 4769 | "app dir - basic rewrites should support rewrites on initial load",
|
|
4830 | 4830 | ],
|
4831 | 4831 | "failed": [
|
4832 | 4832 | "app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
|
4833 |
| - "app dir - basic HMR should HMR correctly for client component", |
| 4833 | + "app dir - basic next/script should support next/script and render in correct order", |
4834 | 4834 | "app dir - basic should serve polyfills for browsers that do not support modules"
|
4835 | 4835 | ],
|
4836 | 4836 | "pending": [
|
|
6681 | 6681 | "app dir - navigation hash-with-scroll-offset should scroll to the specified hash",
|
6682 | 6682 | "app dir - navigation locale warnings should have no warnings in pages router",
|
6683 | 6683 | "app dir - navigation locale warnings should warn about using the `locale` prop with `next/link` in app router",
|
| 6684 | + "app dir - navigation middleware redirect should change browser location when router.refresh() gets a redirect response", |
6684 | 6685 | "app dir - navigation navigating to a page with async metadata shows a fallback when prefetch completed",
|
6685 | 6686 | "app dir - navigation navigating to a page with async metadata shows a fallback when prefetch was pending",
|
| 6687 | + "app dir - navigation navigating to dynamic params & changing the casing should load the page correctly", |
6686 | 6688 | "app dir - navigation navigation between pages and app should not contain _rsc query while navigating from app to pages",
|
6687 | 6689 | "app dir - navigation navigation between pages and app should not contain _rsc query while navigating from pages to app",
|
6688 | 6690 | "app dir - navigation navigation between pages and app should not omit the hash while navigating from app to pages",
|
|
6721 | 6723 | "app dir - navigation useRouter identity between navigations should preserve identity when navigating between different pages",
|
6722 | 6724 | "app dir - navigation useRouter identity between navigations should preserve identity when navigating to the same page"
|
6723 | 6725 | ],
|
6724 |
| - "failed": [ |
6725 |
| - "app dir - navigation middleware redirect should change browser location when router.refresh() gets a redirect response", |
6726 |
| - "app dir - navigation navigating to dynamic params & changing the casing should load the page correctly" |
6727 |
| - ], |
| 6726 | + "failed": [], |
6728 | 6727 | "pending": [],
|
6729 | 6728 | "flakey": [],
|
6730 | 6729 | "runtimeError": false
|
|
7305 | 7304 | "parallel-routes-and-interception parallel routes should support parallel route tab bars",
|
7306 | 7305 | "parallel-routes-and-interception parallel routes should support parallel routes with no page component",
|
7307 | 7306 | "parallel-routes-and-interception parallel routes should throw a 404 when no matching parallel route is found",
|
| 7307 | + "parallel-routes-and-interception route intercepting should intercept on routes that contain hyphenated/special dynamic params", |
7308 | 7308 | "parallel-routes-and-interception route intercepting should re-render the layout on the server when it had a default child route",
|
7309 | 7309 | "parallel-routes-and-interception route intercepting should render an intercepted route at the top level from a nested path",
|
7310 | 7310 | "parallel-routes-and-interception route intercepting should render an intercepted route from a slot",
|
|
7318 | 7318 | "parallel-routes-and-interception route intercepting with dynamic routes should render intercepted route",
|
7319 | 7319 | "parallel-routes-and-interception-conflicting-pages should gracefully handle when two page segments match the `children` parallel slot"
|
7320 | 7320 | ],
|
7321 |
| - "failed": [ |
7322 |
| - "parallel-routes-and-interception route intercepting should intercept on routes that contain hyphenated/special dynamic params" |
7323 |
| - ], |
| 7321 | + "failed": [], |
7324 | 7322 | "pending": [],
|
7325 | 7323 | "flakey": [],
|
7326 | 7324 | "runtimeError": false
|
|
8010 | 8008 | "app dir - rsc basics next internal shared context should not error if just load next/router module in app page",
|
8011 | 8009 | "app dir - rsc basics react@experimental should opt into the react@experimental when enabling ppr",
|
8012 | 8010 | "app dir - rsc basics react@experimental should opt into the react@experimental when enabling taint",
|
| 8011 | + "app dir - rsc basics should be able to navigate between rsc routes", |
8013 | 8012 | "app dir - rsc basics should correctly render component returning null",
|
8014 | 8013 | "app dir - rsc basics should correctly render component returning undefined",
|
8015 | 8014 | "app dir - rsc basics should correctly render layout returning null",
|
|
8042 | 8041 | "app dir - rsc basics should use canary react for app"
|
8043 | 8042 | ],
|
8044 | 8043 | "failed": [
|
8045 |
| - "app dir - rsc basics should be able to call legacy react-dom/server APIs in client components", |
8046 |
| - "app dir - rsc basics should be able to navigate between rsc routes" |
| 8044 | + "app dir - rsc basics should be able to call legacy react-dom/server APIs in client components" |
8047 | 8045 | ],
|
8048 | 8046 | "pending": [
|
8049 | 8047 | "app dir - rsc basics should support partial hydration with inlined server data in browser"
|
|
8985 | 8983 | "runtimeError": false
|
8986 | 8984 | },
|
8987 | 8985 | "test/e2e/app-dir/use-cache-unknown-cache-kind/use-cache-unknown-cache-kind.test.ts": {
|
8988 |
| - "passed": [], |
8989 |
| - "failed": [ |
| 8986 | + "passed": [ |
8990 | 8987 | "use-cache-unknown-cache-kind should not show an error for default cache kinds",
|
8991 |
| - "use-cache-unknown-cache-kind should recover from the build error if the cache handler is defined", |
8992 |
| - "use-cache-unknown-cache-kind should show a build error" |
| 8988 | + "use-cache-unknown-cache-kind should recover from the build error if the cache handler is defined" |
8993 | 8989 | ],
|
| 8990 | + "failed": ["use-cache-unknown-cache-kind should show a build error"], |
8994 | 8991 | "pending": [],
|
8995 | 8992 | "flakey": [],
|
8996 | 8993 | "runtimeError": false
|
@@ -10011,18 +10008,17 @@
|
10011 | 10008 | },
|
10012 | 10009 | "test/e2e/instrumentation-hook/instrumentation-hook.test.ts": {
|
10013 | 10010 | "passed": [
|
| 10011 | + "Instrumentation Hook general should not overlap with a instrumentation page", |
10014 | 10012 | "Instrumentation Hook with-async-edge-page with-async-edge-page should run the instrumentation hook",
|
10015 | 10013 | "Instrumentation Hook with-async-node-page with-async-node-page should run the instrumentation hook",
|
10016 | 10014 | "Instrumentation Hook with-edge-api with-edge-api should run the instrumentation hook",
|
10017 | 10015 | "Instrumentation Hook with-edge-page with-edge-page should run the instrumentation hook",
|
| 10016 | + "Instrumentation Hook with-esm-import with-esm-import should run the instrumentation hook", |
10018 | 10017 | "Instrumentation Hook with-middleware with-middleware should run the instrumentation hook",
|
10019 | 10018 | "Instrumentation Hook with-node-api with-node-api should run the instrumentation hook",
|
10020 | 10019 | "Instrumentation Hook with-node-page with-node-page should run the instrumentation hook"
|
10021 | 10020 | ],
|
10022 |
| - "failed": [ |
10023 |
| - "Instrumentation Hook general should not overlap with a instrumentation page", |
10024 |
| - "Instrumentation Hook with-esm-import with-esm-import should run the instrumentation hook" |
10025 |
| - ], |
| 10021 | + "failed": [], |
10026 | 10022 | "pending": [
|
10027 | 10023 | "Instrumentation Hook general should reload the server when the instrumentation hook changes"
|
10028 | 10024 | ],
|
|
10944 | 10940 | "runtimeError": false
|
10945 | 10941 | },
|
10946 | 10942 | "test/e2e/opentelemetry/client-trace-metadata/client-trace-metadata.test.ts": {
|
10947 |
| - "passed": [], |
10948 |
| - "failed": [ |
| 10943 | + "passed": [ |
10949 | 10944 | "clientTraceMetadata app router hard loading a dynamic page twice should yield different dynamic trace data",
|
10950 | 10945 | "clientTraceMetadata app router next dev only should inject propagation data for a statically server-side-rendered page",
|
10951 | 10946 | "clientTraceMetadata app router next dev only soft navigating to a dynamic page should not transform previous propagation data",
|
|
10958 | 10953 | "clientTraceMetadata pages router next dev only soft navigating to a static page should not transform previous propagation data",
|
10959 | 10954 | "clientTraceMetadata pages router should inject propagation data for a dynamically server-side-rendered page"
|
10960 | 10955 | ],
|
| 10956 | + "failed": [], |
10961 | 10957 | "pending": [],
|
10962 | 10958 | "flakey": [],
|
10963 | 10959 | "runtimeError": false
|
@@ -11226,11 +11222,11 @@
|
11226 | 11222 | "runtimeError": false
|
11227 | 11223 | },
|
11228 | 11224 | "test/e2e/rsc-layers-transform/rsc-layers-transform.test.ts": {
|
11229 |
| - "passed": [], |
11230 |
| - "failed": [ |
| 11225 | + "passed": [ |
11231 | 11226 | "rsc layers transform should call instrumentation hook without errors",
|
11232 | 11227 | "rsc layers transform should render installed react-server condition for middleware"
|
11233 | 11228 | ],
|
| 11229 | + "failed": [], |
11234 | 11230 | "pending": [],
|
11235 | 11231 | "flakey": [],
|
11236 | 11232 | "runtimeError": false
|
|
0 commit comments