|
1151 | 1151 | "flakey": [],
|
1152 | 1152 | "runtimeError": false
|
1153 | 1153 | },
|
1154 |
| - "packages/next/src/server/lib/incremental-cache/shared-cache-controls.test.ts": { |
| 1154 | + "packages/next/src/server/lib/incremental-cache/shared-cache-controls.external.test.ts": { |
1155 | 1155 | "passed": [
|
1156 | 1156 | "SharedCacheControls should clear the in-memory cache",
|
1157 | 1157 | "SharedCacheControls should get cache control from in-memory cache",
|
|
2332 | 2332 | "runtimeError": false
|
2333 | 2333 | },
|
2334 | 2334 | "test/development/app-dir/build-error-logs/build-error-logs.test.ts": {
|
2335 |
| - "passed": [], |
2336 |
| - "failed": ["build-error-logs should only log error a single time"], |
| 2335 | + "passed": ["build-error-logs should only log error a single time"], |
| 2336 | + "failed": [], |
2337 | 2337 | "pending": [],
|
2338 | 2338 | "flakey": [],
|
2339 | 2339 | "runtimeError": false
|
|
2660 | 2660 | "test/development/app-dir/segment-explorer/segment-explorer.test.ts": {
|
2661 | 2661 | "passed": [
|
2662 | 2662 | "segment-explorer should cleanup on soft navigation",
|
| 2663 | + "segment-explorer should handle show file segments in order", |
2663 | 2664 | "segment-explorer should render the segment explorer for nested routes",
|
2664 | 2665 | "segment-explorer should render the segment explorer for parallel routes"
|
2665 | 2666 | ],
|
|
4091 | 4092 | "flakey": [],
|
4092 | 4093 | "runtimeError": false
|
4093 | 4094 | },
|
| 4095 | + "test/e2e/app-dir/actions-deployment-skew/actions-deployment-skew.test.ts": { |
| 4096 | + "passed": [ |
| 4097 | + "actions-deployment-skew in the edge runtime with a form action and JavaScript disabled should respond with a 404 for an unknown server action", |
| 4098 | + "actions-deployment-skew in the edge runtime with a form action and JavaScript enabled should respond with a 404 for an unknown server action", |
| 4099 | + "actions-deployment-skew in the edge runtime with a normal action should respond with a 404 for an unknown server action", |
| 4100 | + "actions-deployment-skew in the node runtime with a form action and JavaScript disabled should respond with a 404 for an unknown server action", |
| 4101 | + "actions-deployment-skew in the node runtime with a form action and JavaScript enabled should respond with a 404 for an unknown server action", |
| 4102 | + "actions-deployment-skew in the node runtime with a normal action should respond with a 404 for an unknown server action" |
| 4103 | + ], |
| 4104 | + "failed": [], |
| 4105 | + "pending": [], |
| 4106 | + "flakey": [], |
| 4107 | + "runtimeError": false |
| 4108 | + }, |
4094 | 4109 | "test/e2e/app-dir/actions-navigation/index.test.ts": {
|
4095 | 4110 | "passed": [
|
4096 | 4111 | "app-dir action handling should handle actions correctly after following a relative link",
|
|
4174 | 4189 | "app-dir action handling fetch actions should store revalidation data in the prefetch cache",
|
4175 | 4190 | "app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams",
|
4176 | 4191 | "app-dir action handling redirects merges cookies correctly when redirecting",
|
4177 |
| - "app-dir action handling redirects redirects properly when server action handler redirects with a 307 status code", |
4178 |
| - "app-dir action handling redirects redirects properly when server action handler redirects with a 308 status code", |
| 4192 | + "app-dir action handling redirects redirects properly when route handler redirects with a 307 status code", |
| 4193 | + "app-dir action handling redirects redirects properly when route handler redirects with a 308 status code", |
4179 | 4194 | "app-dir action handling redirects redirects properly when server action handler uses `permanentRedirect`",
|
4180 | 4195 | "app-dir action handling redirects redirects properly when server action handler uses `redirect`",
|
4181 | 4196 | "app-dir action handling redirects should not forward next-action header to a redirected RSC request",
|
|
4186 | 4201 | "app-dir action handling should be possible to catch network errors",
|
4187 | 4202 | "app-dir action handling should be possible to catch regular errors",
|
4188 | 4203 | "app-dir action handling should bundle external libraries if they are on the action layer",
|
| 4204 | + "app-dir action handling should forward action request to a worker that contains the action handler (edge)", |
| 4205 | + "app-dir action handling should forward action request to a worker that contains the action handler (node)", |
4189 | 4206 | "app-dir action handling should handle action correctly with middleware rewrite",
|
4190 | 4207 | "app-dir action handling should handle actions executed in quick succession",
|
4191 | 4208 | "app-dir action handling should handle basic actions correctly",
|
|
4225 | 4242 | "app-dir action handling should trigger an error boundary for action responses with an invalid content-type",
|
4226 | 4243 | "app-dir action handling should work with interception routes"
|
4227 | 4244 | ],
|
4228 |
| - "failed": [ |
4229 |
| - "app-dir action handling should forward action request to a worker that contains the action handler (edge)", |
4230 |
| - "app-dir action handling should forward action request to a worker that contains the action handler (node)" |
4231 |
| - ], |
| 4245 | + "failed": [], |
4232 | 4246 | "pending": [
|
4233 | 4247 | "app-dir action handling fetch actions should handle unstable_expireTag + redirect",
|
4234 | 4248 | "app-dir action handling server actions render client components client component imported action should support importing client components from actions"
|
|
4305 | 4319 | "app-dir action handling fetch actions should store revalidation data in the prefetch cache",
|
4306 | 4320 | "app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams",
|
4307 | 4321 | "app-dir action handling redirects merges cookies correctly when redirecting",
|
4308 |
| - "app-dir action handling redirects redirects properly when server action handler redirects with a 307 status code", |
4309 |
| - "app-dir action handling redirects redirects properly when server action handler redirects with a 308 status code", |
| 4322 | + "app-dir action handling redirects redirects properly when route handler redirects with a 307 status code", |
| 4323 | + "app-dir action handling redirects redirects properly when route handler redirects with a 308 status code", |
4310 | 4324 | "app-dir action handling redirects redirects properly when server action handler uses `permanentRedirect`",
|
4311 | 4325 | "app-dir action handling redirects redirects properly when server action handler uses `redirect`",
|
4312 | 4326 | "app-dir action handling redirects should not forward next-action header to a redirected RSC request",
|
|
5237 | 5251 | "app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
|
5238 | 5252 | "app dir - basic searchParams prop server component should have the correct search params on rewrite",
|
5239 | 5253 | "app dir - basic server components Loading should render loading.js in browser for slow layout",
|
| 5254 | + "app dir - basic server components Loading should render loading.js in browser for slow layout and page", |
5240 | 5255 | "app dir - basic server components Loading should render loading.js in browser for slow page",
|
5241 | 5256 | "app dir - basic server components Loading should render loading.js in initial html for slow layout",
|
5242 | 5257 | "app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
|
|
5251 | 5266 | "app dir - basic server components dynamic routes should only pass params that apply to the layout",
|
5252 | 5267 | "app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
|
5253 | 5268 | "app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite",
|
5254 |
| - "app dir - basic server components next/router should support router.back and router.forward", |
5255 | 5269 | "app dir - basic server components should include client component layout with server component route should include it client-side",
|
5256 | 5270 | "app dir - basic server components should include client component layout with server component route should include it server-side",
|
5257 | 5271 | "app dir - basic server components should not serve .client.js as a path",
|
|
5295 | 5309 | ],
|
5296 | 5310 | "failed": [
|
5297 | 5311 | "app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
|
5298 |
| - "app dir - basic server components Loading should render loading.js in browser for slow layout and page" |
| 5312 | + "app dir - basic server components next/router should support router.back and router.forward" |
5299 | 5313 | ],
|
5300 | 5314 | "pending": [
|
5301 | 5315 | "app dir - basic HMR should HMR correctly when changing the component type",
|
|
6423 | 6437 | },
|
6424 | 6438 | "test/e2e/app-dir/fallback-shells/fallback-shells.test.ts": {
|
6425 | 6439 | "passed": [
|
6426 |
| - "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", |
6427 |
| - "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", |
6428 |
| - "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", |
6429 |
| - "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", |
6430 |
| - "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", |
6431 |
| - "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", |
6432 |
| - "fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page resumes a postponed fallback shell", |
6433 |
| - "fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page shares a cached parent layout between a prerendered route shell and the fallback shell", |
| 6440 | + "fallback-shells with cached IO with generateStaticParams and the page not wrapped in Suspense and params.then/catch/finally passed to a cached function does not resume a postponed fallback shell", |
| 6441 | + "fallback-shells with cached IO with generateStaticParams and the page not wrapped in Suspense and the params accessed in a cached non-page function does not resume a postponed fallback shell", |
| 6442 | + "fallback-shells with cached IO with generateStaticParams 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", |
| 6443 | + "fallback-shells with cached IO with generateStaticParams and the page not wrapped in Suspense and the params accessed in the cached page does not resume a postponed fallback shell", |
| 6444 | + "fallback-shells with cached IO with generateStaticParams and the page not wrapped in Suspense and the params transformed with an async function and then passed to a cached function does not resume a postponed fallback shell", |
| 6445 | + "fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and params.then/catch/finally passed to a cached function resumes a postponed fallback shell", |
| 6446 | + "fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in cached non-page function resumes a postponed fallback shell", |
| 6447 | + "fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in the cached page does not produce hydration errors when resuming a fallback shell containing a layout with unused params", |
| 6448 | + "fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in the cached page resumes a postponed fallback shell", |
| 6449 | + "fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in the cached page shares a cached parent layout between a prerendered route shell and the fallback shell", |
| 6450 | + "fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params transformed with an async function and then passed to a cached function resumes a postponed fallback shell", |
| 6451 | + "fallback-shells with cached IO without generateStaticParams and params.then/catch/finally passed to a cached function resumes a postponed fallback shell", |
| 6452 | + "fallback-shells with cached IO without generateStaticParams and the params accessed in cached non-page function resumes a postponed fallback shell", |
| 6453 | + "fallback-shells with cached IO without generateStaticParams and the params accessed in the cached page resumes a postponed fallback shell", |
6434 | 6454 | "fallback-shells without IO should start and not postpone the response"
|
6435 | 6455 | ],
|
6436 | 6456 | "failed": [],
|
6437 | 6457 | "pending": [
|
6438 |
| - "fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page does not produce hydration errors when resuming a fallback shell containing a layout with unused params", |
6439 |
| - "fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page shares a cached layout with unused params between a prerendered route shell and the fallback shell" |
| 6458 | + "fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in the cached page includes a cached layout with unused params in the fallback shell", |
| 6459 | + "fallback-shells with cached IO with generateStaticParams and the page wrapped in Suspense and the params accessed in the cached page shares a cached layout with unused params between a prerendered route shell and the fallback shell", |
| 6460 | + "fallback-shells with cached IO without generateStaticParams and the params accessed in the cached page does not produce hydration errors when resuming a fallback shell containing a layout with unused params", |
| 6461 | + "fallback-shells with cached IO without generateStaticParams and the params accessed in the cached page includes a cached layout with unused params in the fallback shell" |
6440 | 6462 | ],
|
6441 | 6463 | "flakey": [],
|
6442 | 6464 | "runtimeError": false
|
|
7098 | 7120 | "app-dir - metadata-streaming should still load viewport meta tags even if metadata is delayed",
|
7099 | 7121 | "app-dir - metadata-streaming static should determine dynamic metadata in build and render in the body",
|
7100 | 7122 | "app-dir - metadata-streaming static should render static metadata in the head",
|
| 7123 | + "app-dir - metadata-streaming static should still render blocking metadata for Google speed insights bot (special case)", |
7101 | 7124 | "app-dir - metadata-streaming static should still render dynamic metadata in the head for html bots"
|
7102 | 7125 | ],
|
7103 | 7126 | "failed": [],
|
|
8694 | 8717 | "flakey": [],
|
8695 | 8718 | "runtimeError": false
|
8696 | 8719 | },
|
| 8720 | + "test/e2e/app-dir/rsc-redirect/rsc-redirect.test.ts": { |
| 8721 | + "passed": [ |
| 8722 | + "rsc-redirect should get 200 status code for rsc request", |
| 8723 | + "rsc-redirect should get 307 status code for document request" |
| 8724 | + ], |
| 8725 | + "failed": [], |
| 8726 | + "pending": [], |
| 8727 | + "flakey": [], |
| 8728 | + "runtimeError": false |
| 8729 | + }, |
8697 | 8730 | "test/e2e/app-dir/rsc-webpack-loader/rsc-webpack-loader.test.ts": {
|
8698 | 8731 | "passed": [
|
8699 | 8732 | "app dir - rsc webpack loader should support webpack loader rules"
|
|
13548 | 13581 | "Config Experimental Warning should not show warning with default config from function",
|
13549 | 13582 | "Config Experimental Warning should not show warning with default value",
|
13550 | 13583 | "Config Experimental Warning should show the configured value for numerical features",
|
| 13584 | + "Config Experimental Warning should show the configured value for string features", |
13551 | 13585 | "Config Experimental Warning should show warning with a symbol indicating that a default `true` value is set to `false`",
|
13552 | 13586 | "Config Experimental Warning should show warning with config from function with experimental",
|
13553 | 13587 | "Config Experimental Warning should show warning with config from object with experimental",
|
|
21336 | 21370 | },
|
21337 | 21371 | "test/integration/server-side-dev-errors/test/index.test.js": {
|
21338 | 21372 | "passed": [
|
| 21373 | + "server-side dev errors should show server-side error for api route correctly", |
| 21374 | + "server-side dev errors should show server-side error for dynamic api route correctly", |
21339 | 21375 | "server-side dev errors should show server-side error for dynamic gssp page correctly",
|
21340 | 21376 | "server-side dev errors should show server-side error for gsp page correctly",
|
21341 | 21377 | "server-side dev errors should show server-side error for gssp page correctly",
|
|
21344 | 21380 | "server-side dev errors should show server-side error for uncaught exception correctly",
|
21345 | 21381 | "server-side dev errors should show server-side error for uncaught rejection correctly"
|
21346 | 21382 | ],
|
21347 |
| - "failed": [ |
21348 |
| - "server-side dev errors should show server-side error for api route correctly", |
21349 |
| - "server-side dev errors should show server-side error for dynamic api route correctly" |
21350 |
| - ], |
| 21383 | + "failed": [], |
21351 | 21384 | "pending": [],
|
21352 | 21385 | "flakey": [],
|
21353 | 21386 | "runtimeError": false
|
|
0 commit comments