|
1294 | 1294 | "parseResumeDataCache parses a cache with a single entry",
|
1295 | 1295 | "parseResumeDataCache parses an empty cache",
|
1296 | 1296 | "stringifyResumeDataCache serializes a cache with a single entry",
|
| 1297 | + "stringifyResumeDataCache serializes a cache with a single entry that fails", |
1297 | 1298 | "stringifyResumeDataCache serializes an empty cache"
|
1298 | 1299 | ],
|
1299 | 1300 | "failed": [],
|
|
2139 | 2140 | "ReactRefreshRequire can replace a module before it is loaded",
|
2140 | 2141 | "ReactRefreshRequire does not accumulate stale exports over time",
|
2141 | 2142 | "ReactRefreshRequire propagates a hot update to closest accepted module",
|
| 2143 | + "ReactRefreshRequire propagates a module that stops accepting in next version", |
2142 | 2144 | "ReactRefreshRequire propagates hot update to all inverse dependencies",
|
2143 | 2145 | "ReactRefreshRequire provides fresh value for ES6 default import in parents",
|
2144 | 2146 | "ReactRefreshRequire provides fresh value for ES6 named import in parents",
|
|
2148 | 2150 | "ReactRefreshRequire runs dependencies before dependents",
|
2149 | 2151 | "ReactRefreshRequire stops update propagation after module-level errors"
|
2150 | 2152 | ],
|
2151 |
| - "failed": [ |
2152 |
| - "ReactRefreshRequire propagates a module that stops accepting in next version" |
2153 |
| - ], |
| 2153 | + "failed": [], |
2154 | 2154 | "pending": [],
|
2155 | 2155 | "flakey": [],
|
2156 | 2156 | "runtimeError": false
|
|
2259 | 2259 | "runtimeError": false
|
2260 | 2260 | },
|
2261 | 2261 | "test/development/app-dir/build-error-logs/build-error-logs.test.ts": {
|
2262 |
| - "passed": [], |
2263 |
| - "failed": ["build-error-logs should only log error a single time"], |
| 2262 | + "passed": ["build-error-logs should only log error a single time"], |
| 2263 | + "failed": [], |
2264 | 2264 | "pending": [],
|
2265 | 2265 | "flakey": [],
|
2266 | 2266 | "runtimeError": false
|
|
2374 | 2374 | },
|
2375 | 2375 | "test/development/app-dir/edge-errors-hmr/index.test.ts": {
|
2376 | 2376 | "passed": [
|
2377 |
| - "develop - app-dir - edge errros hmr should recover from build errors when client component error", |
2378 | 2377 | "develop - app-dir - edge errros hmr should recover from build errors when server component error"
|
2379 | 2378 | ],
|
2380 |
| - "failed": [], |
| 2379 | + "failed": [ |
| 2380 | + "develop - app-dir - edge errros hmr should recover from build errors when client component error" |
| 2381 | + ], |
2381 | 2382 | "pending": [],
|
2382 | 2383 | "flakey": [],
|
2383 | 2384 | "runtimeError": false
|
|
2851 | 2852 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover from 404 after a page has been added",
|
2852 | 2853 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover from 404 after a page has been added with dynamic segments",
|
2853 | 2854 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover from errors in getInitialProps in client",
|
2854 |
| - "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover from errors in the render function", |
2855 | 2855 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should show the error on all pages",
|
2856 | 2856 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '/asset-prefix' } should have client HMR events in trace file",
|
2857 | 2857 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '/asset-prefix' } should recover after a bad return from the render function",
|
|
2878 | 2878 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should detect syntax errors and recover",
|
2879 | 2879 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should not continously poll a custom error page",
|
2880 | 2880 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover after loader parse error in an imported file",
|
| 2881 | + "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '' } should recover from errors in the render function", |
2881 | 2882 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '/asset-prefix' } should detect runtime errors on the module scope",
|
2882 | 2883 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '/asset-prefix' } should detect syntax errors and recover",
|
2883 | 2884 | "HMR - Error Recovery, nextConfig: { basePath: '/docs', assetPrefix: '/asset-prefix' } should not continously poll a custom error page",
|
|
3852 | 3853 | "app-dir action handling should be possible to catch regular errors",
|
3853 | 3854 | "app-dir action handling should bundle external libraries if they are on the action layer",
|
3854 | 3855 | "app-dir action handling should forward action request to a worker that contains the action handler (edge)",
|
| 3856 | + "app-dir action handling should forward action request to a worker that contains the action handler (node)", |
3855 | 3857 | "app-dir action handling should handle action correctly with middleware rewrite",
|
3856 | 3858 | "app-dir action handling should handle actions executed in quick succession",
|
3857 | 3859 | "app-dir action handling should handle basic actions correctly",
|
|
3892 | 3894 | "app-dir action handling should work with interception routes"
|
3893 | 3895 | ],
|
3894 | 3896 | "failed": [
|
3895 |
| - "app-dir action handling Edge SSR should handle unicode search params", |
3896 |
| - "app-dir action handling should forward action request to a worker that contains the action handler (node)" |
| 3897 | + "app-dir action handling Edge SSR should handle unicode search params" |
3897 | 3898 | ],
|
3898 | 3899 | "pending": [
|
3899 | 3900 | "app-dir action handling fetch actions should handle unstable_expireTag + redirect",
|
|
4034 | 4035 | "app dir - css HMR should not create duplicate link tags during HMR",
|
4035 | 4036 | "app dir - css HMR should support HMR for CSS imports in client components",
|
4036 | 4037 | "app dir - css HMR should support HMR for CSS imports in server components",
|
| 4038 | + "app dir - css HMR should support HMR with sass/scss", |
4037 | 4039 | "app dir - css Suspensey CSS should suspend on CSS imports if its slow on client navigation",
|
4038 | 4040 | "app dir - css css support chunks should bundle css resources into chunks",
|
4039 | 4041 | "app dir - css css support client components should support css modules inside client components",
|
|
4054 | 4056 | "app dir - css css support server pages should support global css inside server pages",
|
4055 | 4057 | "app dir - css css support should not affect css orders during HMR",
|
4056 | 4058 | "app dir - css css support should not preload styles twice during HMR",
|
| 4059 | + "app dir - css css support should reload @import styles during HMR", |
4057 | 4060 | "app dir - css css support special entries should include css imported in client not-found.js",
|
4058 | 4061 | "app dir - css css support special entries should include css imported in client template.js",
|
4059 | 4062 | "app dir - css css support special entries should include css imported in error.js",
|
|
4071 | 4074 | "app dir - css sass support server pages should support global sass/scss inside server pages",
|
4072 | 4075 | "app dir - css sass support server pages should support sass/scss modules inside server pages"
|
4073 | 4076 | ],
|
4074 |
| - "failed": [ |
4075 |
| - "app dir - css HMR should support HMR with sass/scss", |
4076 |
| - "app dir - css css support should reload @import styles during HMR" |
4077 |
| - ], |
| 4077 | + "failed": [], |
4078 | 4078 | "pending": [
|
4079 | 4079 | "app dir - css css support multiple entries should only inject the same style once if used by different layers",
|
4080 | 4080 | "app dir - css css support multiple entries should only load chunks for the css module that is used by the specific entrypoint",
|
|
4597 | 4597 | "app-dir static/dynamic handling should stream properly for /stale-cache-serving/route-handler",
|
4598 | 4598 | "app-dir static/dynamic handling should work with dynamic path no generateStaticParams",
|
4599 | 4599 | "app-dir static/dynamic handling should work with forced dynamic path",
|
| 4600 | + "app-dir static/dynamic handling unstable_cache should be able to read the draft mode status", |
4600 | 4601 | "app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
|
4601 | 4602 | "app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
|
4602 | 4603 | "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
|
|
4690 | 4691 | "app-dir static/dynamic handling should stream properly for /stale-cache-serving/route-handler",
|
4691 | 4692 | "app-dir static/dynamic handling should work with dynamic path no generateStaticParams",
|
4692 | 4693 | "app-dir static/dynamic handling should work with forced dynamic path",
|
| 4694 | + "app-dir static/dynamic handling unstable_cache should be able to read the draft mode status", |
4693 | 4695 | "app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
|
4694 | 4696 | "app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
|
4695 | 4697 | "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
|
|
8948 | 8950 | "use-cache should dedupe with react cache inside \"use cache\"",
|
8949 | 8951 | "use-cache should error when cookies/headers/draftMode is used inside \"use cache\"",
|
8950 | 8952 | "use-cache should not have unhandled rejection of Request data promises when use cache is enabled without dynamicIO",
|
| 8953 | + "use-cache should not read nor write cached data when draft mode is enabled", |
8951 | 8954 | "use-cache should not use stale caches in server actions that have revalidated",
|
8952 | 8955 | "use-cache should override fetch with cookies/auth in use cache properly",
|
8953 | 8956 | "use-cache should override fetch with no-store in use cache properly",
|
@@ -19940,14 +19943,13 @@
|
19940 | 19943 | "server-side dev errors should show server-side error for dynamic api route correctly",
|
19941 | 19944 | "server-side dev errors should show server-side error for dynamic gssp page correctly",
|
19942 | 19945 | "server-side dev errors should show server-side error for gsp page correctly",
|
| 19946 | + "server-side dev errors should show server-side error for gssp page correctly", |
19943 | 19947 | "server-side dev errors should show server-side error for uncaught empty exception correctly",
|
19944 | 19948 | "server-side dev errors should show server-side error for uncaught empty rejection correctly",
|
19945 | 19949 | "server-side dev errors should show server-side error for uncaught exception correctly",
|
19946 | 19950 | "server-side dev errors should show server-side error for uncaught rejection correctly"
|
19947 | 19951 | ],
|
19948 |
| - "failed": [ |
19949 |
| - "server-side dev errors should show server-side error for gssp page correctly" |
19950 |
| - ], |
| 19952 | + "failed": [], |
19951 | 19953 | "pending": [],
|
19952 | 19954 | "flakey": [],
|
19953 | 19955 | "runtimeError": false
|
|
0 commit comments