Skip to content

Commit 6d5df0e

Browse files
Update bundler development test manifest (#77959)
This auto-generated PR updates the development integration test manifest used when testing alternative bundlers.
1 parent cecfb25 commit 6d5df0e

File tree

1 file changed

+32
-36
lines changed

1 file changed

+32
-36
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,12 +2213,13 @@
22132213
"Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_cacheTag is not allowed",
22142214
"Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_expirePath is not allowed",
22152215
"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": [
22172219
"Error Overlay for server components compiler errors in pages importing 'next/headers' in pages",
22182220
"Error Overlay for server components compiler errors in pages importing 'server-only' in pages",
22192221
"Error Overlay for server components compiler errors in pages importing after from 'next/server' in pages"
22202222
],
2221-
"failed": [],
22222223
"pending": [],
22232224
"flakey": [],
22242225
"runtimeError": false
@@ -2270,8 +2271,8 @@
22702271
"runtimeError": false
22712272
},
22722273
"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"],
22752276
"pending": [],
22762277
"flakey": [],
22772278
"runtimeError": false
@@ -2385,11 +2386,10 @@
23852386
},
23862387
"test/development/app-dir/edge-errors-hmr/index.test.ts": {
23872388
"passed": [
2389+
"develop - app-dir - edge errros hmr should recover from build errors when client component error",
23882390
"develop - app-dir - edge errros hmr should recover from build errors when server component error"
23892391
],
2390-
"failed": [
2391-
"develop - app-dir - edge errros hmr should recover from build errors when client component error"
2392-
],
2392+
"failed": [],
23932393
"pending": [],
23942394
"flakey": [],
23952395
"runtimeError": false
@@ -3827,6 +3827,7 @@
38273827
"app-dir action handling Edge SSR should handle calls to redirect() with a relative URL in a single pass",
38283828
"app-dir action handling Edge SSR should handle calls to redirect() with external URLs",
38293829
"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",
38303831
"app-dir action handling caching disabled by default should not override force-cache in server action",
38313832
"app-dir action handling caching disabled by default should not override revalidate in server action",
38323833
"app-dir action handling caching disabled by default should use no-store as default for server action",
@@ -3845,6 +3846,7 @@
38453846
"app-dir action handling fetch actions should revalidate when cookies.set is called",
38463847
"app-dir action handling fetch actions should revalidate when cookies.set is called in a client action",
38473848
"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",
38483850
"app-dir action handling redirects merges cookies correctly when redirecting",
38493851
"app-dir action handling redirects redirects properly when server action handler redirects with a 307 status code",
38503852
"app-dir action handling redirects redirects properly when server action handler redirects with a 308 status code",
@@ -3858,6 +3860,8 @@
38583860
"app-dir action handling should be possible to catch network errors",
38593861
"app-dir action handling should be possible to catch regular errors",
38603862
"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)",
38613865
"app-dir action handling should handle action correctly with middleware rewrite",
38623866
"app-dir action handling should handle actions executed in quick succession",
38633867
"app-dir action handling should handle basic actions correctly",
@@ -3866,6 +3870,7 @@
38663870
"app-dir action handling should log a warning when a server action is not found but an id is provided",
38673871
"app-dir action handling should not block navigation events while a server action is in flight",
38683872
"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)",
38693874
"app-dir action handling should not error when a forwarded action triggers a redirect (node)",
38703875
"app-dir action handling should not log errors for non-action form POSTs",
38713876
"app-dir action handling should only submit action once when resubmitting an action after navigation",
@@ -3897,12 +3902,7 @@
38973902
"app-dir action handling should work with interception routes"
38983903
],
38993904
"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"
39063906
],
39073907
"pending": [
39083908
"app-dir action handling fetch actions should handle unstable_expireTag + redirect",
@@ -4741,6 +4741,7 @@
47414741
"app dir - basic <Link /> should replace to external url",
47424742
"app dir - basic <Link /> should soft push",
47434743
"app dir - basic <Link /> should soft replace",
4744+
"app dir - basic HMR should HMR correctly for client component",
47444745
"app dir - basic HMR should HMR correctly for server component",
47454746
"app dir - basic bootstrap scripts should fail to bootstrap when using CSP in Dev due to eval",
47464747
"app dir - basic bootstrap scripts should only bootstrap with one script, prinitializing the rest",
@@ -4763,7 +4764,6 @@
47634764
"app dir - basic next/script should pass nonce when using next/font",
47644765
"app dir - basic next/script should pass on extra props for beforeInteractive scripts with a src prop",
47654766
"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",
47674767
"app dir - basic rewrites should support rewrites on client-side navigation",
47684768
"app dir - basic rewrites should support rewrites on client-side navigation from pages to app with existing pages path",
47694769
"app dir - basic rewrites should support rewrites on initial load",
@@ -4830,7 +4830,7 @@
48304830
],
48314831
"failed": [
48324832
"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",
48344834
"app dir - basic should serve polyfills for browsers that do not support modules"
48354835
],
48364836
"pending": [
@@ -6681,8 +6681,10 @@
66816681
"app dir - navigation hash-with-scroll-offset should scroll to the specified hash",
66826682
"app dir - navigation locale warnings should have no warnings in pages router",
66836683
"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",
66846685
"app dir - navigation navigating to a page with async metadata shows a fallback when prefetch completed",
66856686
"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",
66866688
"app dir - navigation navigation between pages and app should not contain _rsc query while navigating from app to pages",
66876689
"app dir - navigation navigation between pages and app should not contain _rsc query while navigating from pages to app",
66886690
"app dir - navigation navigation between pages and app should not omit the hash while navigating from app to pages",
@@ -6721,10 +6723,7 @@
67216723
"app dir - navigation useRouter identity between navigations should preserve identity when navigating between different pages",
67226724
"app dir - navigation useRouter identity between navigations should preserve identity when navigating to the same page"
67236725
],
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": [],
67286727
"pending": [],
67296728
"flakey": [],
67306729
"runtimeError": false
@@ -7305,6 +7304,7 @@
73057304
"parallel-routes-and-interception parallel routes should support parallel route tab bars",
73067305
"parallel-routes-and-interception parallel routes should support parallel routes with no page component",
73077306
"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",
73087308
"parallel-routes-and-interception route intercepting should re-render the layout on the server when it had a default child route",
73097309
"parallel-routes-and-interception route intercepting should render an intercepted route at the top level from a nested path",
73107310
"parallel-routes-and-interception route intercepting should render an intercepted route from a slot",
@@ -7318,9 +7318,7 @@
73187318
"parallel-routes-and-interception route intercepting with dynamic routes should render intercepted route",
73197319
"parallel-routes-and-interception-conflicting-pages should gracefully handle when two page segments match the `children` parallel slot"
73207320
],
7321-
"failed": [
7322-
"parallel-routes-and-interception route intercepting should intercept on routes that contain hyphenated/special dynamic params"
7323-
],
7321+
"failed": [],
73247322
"pending": [],
73257323
"flakey": [],
73267324
"runtimeError": false
@@ -8010,6 +8008,7 @@
80108008
"app dir - rsc basics next internal shared context should not error if just load next/router module in app page",
80118009
"app dir - rsc basics react@experimental should opt into the react@experimental when enabling ppr",
80128010
"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",
80138012
"app dir - rsc basics should correctly render component returning null",
80148013
"app dir - rsc basics should correctly render component returning undefined",
80158014
"app dir - rsc basics should correctly render layout returning null",
@@ -8042,8 +8041,7 @@
80428041
"app dir - rsc basics should use canary react for app"
80438042
],
80448043
"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"
80478045
],
80488046
"pending": [
80498047
"app dir - rsc basics should support partial hydration with inlined server data in browser"
@@ -8985,12 +8983,11 @@
89858983
"runtimeError": false
89868984
},
89878985
"test/e2e/app-dir/use-cache-unknown-cache-kind/use-cache-unknown-cache-kind.test.ts": {
8988-
"passed": [],
8989-
"failed": [
8986+
"passed": [
89908987
"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"
89938989
],
8990+
"failed": ["use-cache-unknown-cache-kind should show a build error"],
89948991
"pending": [],
89958992
"flakey": [],
89968993
"runtimeError": false
@@ -10011,18 +10008,17 @@
1001110008
},
1001210009
"test/e2e/instrumentation-hook/instrumentation-hook.test.ts": {
1001310010
"passed": [
10011+
"Instrumentation Hook general should not overlap with a instrumentation page",
1001410012
"Instrumentation Hook with-async-edge-page with-async-edge-page should run the instrumentation hook",
1001510013
"Instrumentation Hook with-async-node-page with-async-node-page should run the instrumentation hook",
1001610014
"Instrumentation Hook with-edge-api with-edge-api should run the instrumentation hook",
1001710015
"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",
1001810017
"Instrumentation Hook with-middleware with-middleware should run the instrumentation hook",
1001910018
"Instrumentation Hook with-node-api with-node-api should run the instrumentation hook",
1002010019
"Instrumentation Hook with-node-page with-node-page should run the instrumentation hook"
1002110020
],
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": [],
1002610022
"pending": [
1002710023
"Instrumentation Hook general should reload the server when the instrumentation hook changes"
1002810024
],
@@ -10944,8 +10940,7 @@
1094410940
"runtimeError": false
1094510941
},
1094610942
"test/e2e/opentelemetry/client-trace-metadata/client-trace-metadata.test.ts": {
10947-
"passed": [],
10948-
"failed": [
10943+
"passed": [
1094910944
"clientTraceMetadata app router hard loading a dynamic page twice should yield different dynamic trace data",
1095010945
"clientTraceMetadata app router next dev only should inject propagation data for a statically server-side-rendered page",
1095110946
"clientTraceMetadata app router next dev only soft navigating to a dynamic page should not transform previous propagation data",
@@ -10958,6 +10953,7 @@
1095810953
"clientTraceMetadata pages router next dev only soft navigating to a static page should not transform previous propagation data",
1095910954
"clientTraceMetadata pages router should inject propagation data for a dynamically server-side-rendered page"
1096010955
],
10956+
"failed": [],
1096110957
"pending": [],
1096210958
"flakey": [],
1096310959
"runtimeError": false
@@ -11226,11 +11222,11 @@
1122611222
"runtimeError": false
1122711223
},
1122811224
"test/e2e/rsc-layers-transform/rsc-layers-transform.test.ts": {
11229-
"passed": [],
11230-
"failed": [
11225+
"passed": [
1123111226
"rsc layers transform should call instrumentation hook without errors",
1123211227
"rsc layers transform should render installed react-server condition for middleware"
1123311228
],
11229+
"failed": [],
1123411230
"pending": [],
1123511231
"flakey": [],
1123611232
"runtimeError": false

0 commit comments

Comments
 (0)