Content-Length: 625899 | pFad | http://github.com/vercel/next.js/commit/8a9682f791953e13af7f53fd17caa29c749e503a

3B Update Rspack development test manifest (#80705) · vercel/next.js@8a9682f · GitHub
Skip to content

Commit 8a9682f

Browse files
Update Rspack development test manifest (#80705)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent 80062e5 commit 8a9682f

File tree

1 file changed

+60
-27
lines changed

1 file changed

+60
-27
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 60 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@
11511151
"flakey": [],
11521152
"runtimeError": false
11531153
},
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": {
11551155
"passed": [
11561156
"SharedCacheControls should clear the in-memory cache",
11571157
"SharedCacheControls should get cache control from in-memory cache",
@@ -2332,8 +2332,8 @@
23322332
"runtimeError": false
23332333
},
23342334
"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": [],
23372337
"pending": [],
23382338
"flakey": [],
23392339
"runtimeError": false
@@ -2660,6 +2660,7 @@
26602660
"test/development/app-dir/segment-explorer/segment-explorer.test.ts": {
26612661
"passed": [
26622662
"segment-explorer should cleanup on soft navigation",
2663+
"segment-explorer should handle show file segments in order",
26632664
"segment-explorer should render the segment explorer for nested routes",
26642665
"segment-explorer should render the segment explorer for parallel routes"
26652666
],
@@ -4091,6 +4092,20 @@
40914092
"flakey": [],
40924093
"runtimeError": false
40934094
},
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+
},
40944109
"test/e2e/app-dir/actions-navigation/index.test.ts": {
40954110
"passed": [
40964111
"app-dir action handling should handle actions correctly after following a relative link",
@@ -4174,8 +4189,8 @@
41744189
"app-dir action handling fetch actions should store revalidation data in the prefetch cache",
41754190
"app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams",
41764191
"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",
41794194
"app-dir action handling redirects redirects properly when server action handler uses `permanentRedirect`",
41804195
"app-dir action handling redirects redirects properly when server action handler uses `redirect`",
41814196
"app-dir action handling redirects should not forward next-action header to a redirected RSC request",
@@ -4186,6 +4201,8 @@
41864201
"app-dir action handling should be possible to catch network errors",
41874202
"app-dir action handling should be possible to catch regular errors",
41884203
"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)",
41894206
"app-dir action handling should handle action correctly with middleware rewrite",
41904207
"app-dir action handling should handle actions executed in quick succession",
41914208
"app-dir action handling should handle basic actions correctly",
@@ -4225,10 +4242,7 @@
42254242
"app-dir action handling should trigger an error boundary for action responses with an invalid content-type",
42264243
"app-dir action handling should work with interception routes"
42274244
],
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": [],
42324246
"pending": [
42334247
"app-dir action handling fetch actions should handle unstable_expireTag + redirect",
42344248
"app-dir action handling server actions render client components client component imported action should support importing client components from actions"
@@ -4305,8 +4319,8 @@
43054319
"app-dir action handling fetch actions should store revalidation data in the prefetch cache",
43064320
"app-dir action handling redirects displays searchParams correctly when redirecting with SearchParams",
43074321
"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",
43104324
"app-dir action handling redirects redirects properly when server action handler uses `permanentRedirect`",
43114325
"app-dir action handling redirects redirects properly when server action handler uses `redirect`",
43124326
"app-dir action handling redirects should not forward next-action header to a redirected RSC request",
@@ -5237,6 +5251,7 @@
52375251
"app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
52385252
"app dir - basic searchParams prop server component should have the correct search params on rewrite",
52395253
"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",
52405255
"app dir - basic server components Loading should render loading.js in browser for slow page",
52415256
"app dir - basic server components Loading should render loading.js in initial html for slow layout",
52425257
"app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
@@ -5251,7 +5266,6 @@
52515266
"app dir - basic server components dynamic routes should only pass params that apply to the layout",
52525267
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
52535268
"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",
52555269
"app dir - basic server components should include client component layout with server component route should include it client-side",
52565270
"app dir - basic server components should include client component layout with server component route should include it server-side",
52575271
"app dir - basic server components should not serve .client.js as a path",
@@ -5295,7 +5309,7 @@
52955309
],
52965310
"failed": [
52975311
"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"
52995313
],
53005314
"pending": [
53015315
"app dir - basic HMR should HMR correctly when changing the component type",
@@ -6423,20 +6437,28 @@
64236437
},
64246438
"test/e2e/app-dir/fallback-shells/fallback-shells.test.ts": {
64256439
"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",
64346454
"fallback-shells without IO should start and not postpone the response"
64356455
],
64366456
"failed": [],
64376457
"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"
64406462
],
64416463
"flakey": [],
64426464
"runtimeError": false
@@ -7098,6 +7120,7 @@
70987120
"app-dir - metadata-streaming should still load viewport meta tags even if metadata is delayed",
70997121
"app-dir - metadata-streaming static should determine dynamic metadata in build and render in the body",
71007122
"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)",
71017124
"app-dir - metadata-streaming static should still render dynamic metadata in the head for html bots"
71027125
],
71037126
"failed": [],
@@ -8694,6 +8717,16 @@
86948717
"flakey": [],
86958718
"runtimeError": false
86968719
},
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+
},
86978730
"test/e2e/app-dir/rsc-webpack-loader/rsc-webpack-loader.test.ts": {
86988731
"passed": [
86998732
"app dir - rsc webpack loader should support webpack loader rules"
@@ -13548,6 +13581,7 @@
1354813581
"Config Experimental Warning should not show warning with default config from function",
1354913582
"Config Experimental Warning should not show warning with default value",
1355013583
"Config Experimental Warning should show the configured value for numerical features",
13584+
"Config Experimental Warning should show the configured value for string features",
1355113585
"Config Experimental Warning should show warning with a symbol indicating that a default `true` value is set to `false`",
1355213586
"Config Experimental Warning should show warning with config from function with experimental",
1355313587
"Config Experimental Warning should show warning with config from object with experimental",
@@ -21336,6 +21370,8 @@
2133621370
},
2133721371
"test/integration/server-side-dev-errors/test/index.test.js": {
2133821372
"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",
2133921375
"server-side dev errors should show server-side error for dynamic gssp page correctly",
2134021376
"server-side dev errors should show server-side error for gsp page correctly",
2134121377
"server-side dev errors should show server-side error for gssp page correctly",
@@ -21344,10 +21380,7 @@
2134421380
"server-side dev errors should show server-side error for uncaught exception correctly",
2134521381
"server-side dev errors should show server-side error for uncaught rejection correctly"
2134621382
],
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": [],
2135121384
"pending": [],
2135221385
"flakey": [],
2135321386
"runtimeError": false

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/vercel/next.js/commit/8a9682f791953e13af7f53fd17caa29c749e503a

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy