Skip to content

Commit 09c7696

Browse files
Update Rspack development test manifest (vercel#78049)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent dedf6d3 commit 09c7696

File tree

1 file changed

+100
-19
lines changed

1 file changed

+100
-19
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 100 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,6 +2013,7 @@
20132013
"Error Overlay for server components Class component used in Server Component should show error when Class Component is used",
20142014
"Error Overlay for server components Class component used in Server Component should show error when Component is rendered in external package",
20152015
"Error Overlay for server components Class component used in Server Component should show error when React.PureComponent is rendered in external package",
2016+
"Error Overlay for server components Next.js link client hooks called in Server Component should show error when useLinkStatus is called",
20162017
"Error Overlay for server components Next.js navigation client hooks called in Server Component should show error when useParams is called",
20172018
"Error Overlay for server components Next.js navigation client hooks called in Server Component should show error when usePathname is called",
20182019
"Error Overlay for server components Next.js navigation client hooks called in Server Component should show error when useRouter is called",
@@ -2271,8 +2272,8 @@
22712272
"runtimeError": false
22722273
},
22732274
"test/development/app-dir/build-error-logs/build-error-logs.test.ts": {
2274-
"passed": [],
2275-
"failed": ["build-error-logs should only log error a single time"],
2275+
"passed": ["build-error-logs should only log error a single time"],
2276+
"failed": [],
22762277
"pending": [],
22772278
"flakey": [],
22782279
"runtimeError": false
@@ -2386,10 +2387,11 @@
23862387
},
23872388
"test/development/app-dir/edge-errors-hmr/index.test.ts": {
23882389
"passed": [
2389-
"develop - app-dir - edge errros hmr should recover from build errors when client component error",
23902390
"develop - app-dir - edge errros hmr should recover from build errors when server component error"
23912391
],
2392-
"failed": [],
2392+
"failed": [
2393+
"develop - app-dir - edge errros hmr should recover from build errors when client component error"
2394+
],
23932395
"pending": [],
23942396
"flakey": [],
23952397
"runtimeError": false
@@ -2487,17 +2489,16 @@
24872489
"runtimeError": false
24882490
},
24892491
"test/development/app-dir/hydration-error-count/hydration-error-count.test.ts": {
2490-
"passed": [
2492+
"passed": [],
2493+
"failed": [
24912494
"hydration-error-count should display correct hydration info in each hydration error view",
2495+
"hydration-error-count should display runtime error separately from hydration errors",
24922496
"hydration-error-count should have correct hydration error count for bad nesting",
24932497
"hydration-error-count should have correct hydration error count for html diff"
24942498
],
2495-
"failed": [
2496-
"hydration-error-count should display runtime error separately from hydration errors"
2497-
],
24982499
"pending": [],
24992500
"flakey": [],
2500-
"runtimeError": true
2501+
"runtimeError": false
25012502
},
25022503
"test/development/app-dir/logging-incoming-request/logging-incoming-request-false.test.ts": {
25032504
"passed": [
@@ -4764,6 +4765,7 @@
47644765
"app dir - basic next/script should pass nonce when using next/font",
47654766
"app dir - basic next/script should pass on extra props for beforeInteractive scripts with a src prop",
47664767
"app dir - basic next/script should pass on extra props for beforeInteractive scripts without a src prop",
4768+
"app dir - basic next/script should support next/script and render in correct order",
47674769
"app dir - basic rewrites should support rewrites on client-side navigation",
47684770
"app dir - basic rewrites should support rewrites on client-side navigation from pages to app with existing pages path",
47694771
"app dir - basic rewrites should support rewrites on initial load",
@@ -4830,7 +4832,6 @@
48304832
],
48314833
"failed": [
48324834
"app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
4833-
"app dir - basic next/script should support next/script and render in correct order",
48344835
"app dir - basic should serve polyfills for browsers that do not support modules"
48354836
],
48364837
"pending": [
@@ -4934,6 +4935,19 @@
49344935
"flakey": [],
49354936
"runtimeError": false
49364937
},
4938+
"test/e2e/app-dir/back-forward-cache/back-forward-cache.test.ts": {
4939+
"passed": [
4940+
"back/forward cache React state is preserved when navigating back to a page with different search params than before ",
4941+
"back/forward cache React state is preserved when navigating back/forward with links",
4942+
"back/forward cache React state is preserved when navigating with back/forward buttons",
4943+
"back/forward cache bfcache only preserves up to N entries",
4944+
"back/forward cache navigate back and forth repeatedly between the same pages without evicting"
4945+
],
4946+
"failed": [],
4947+
"pending": [],
4948+
"flakey": [],
4949+
"runtimeError": false
4950+
},
49374951
"test/e2e/app-dir/binary/rsc-binary.test.ts": {
49384952
"passed": [
49394953
"RSC binary serialization should correctly encode/decode binaries and hydrate"
@@ -6262,14 +6276,14 @@
62626276
"app-dir - logging with verbose logging for edge runtime should not log _rsc query for client navigation RSC request",
62636277
"app-dir - logging with verbose logging for edge runtime should only log requests in development mode",
62646278
"app-dir - logging with verbose logging for edge runtime should respect request.init.cache when use with fetch input is instance",
6265-
"app-dir - logging with verbose logging for edge runtime should show cache reason of noStore when use with fetch",
6266-
"app-dir - logging with verbose logging for edge runtime when logging.fetches.hmrRefreshes is true should log requests for HMR refreshes"
6279+
"app-dir - logging with verbose logging for edge runtime should show cache reason of noStore when use with fetch"
62676280
],
62686281
"failed": [
62696282
"app-dir - logging with default logging should not contain metadata internal segments for dynamic metadata routes",
62706283
"app-dir - logging with fetches default logging should not contain metadata internal segments for dynamic metadata routes",
62716284
"app-dir - logging with fetches verbose logging should not contain metadata internal segments for dynamic metadata routes",
6272-
"app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes"
6285+
"app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes",
6286+
"app-dir - logging with verbose logging for edge runtime when logging.fetches.hmrRefreshes is true should log requests for HMR refreshes"
62736287
],
62746288
"pending": [],
62756289
"flakey": [],
@@ -7155,6 +7169,15 @@
71557169
"flakey": [],
71567170
"runtimeError": false
71577171
},
7172+
"test/e2e/app-dir/not-found-with-pages-i18n/not-found-with-pages.test.ts": {
7173+
"passed": [
7174+
"not-found-with-pages should prefer the app router 404 over the pages router 404 when both are present"
7175+
],
7176+
"failed": [],
7177+
"pending": [],
7178+
"flakey": [],
7179+
"runtimeError": false
7180+
},
71587181
"test/e2e/app-dir/not-found/basic/index.test.ts": {
71597182
"passed": [
71607183
"app dir - not-found - basic should propagate notFound errors past a segment's error boundary",
@@ -7637,6 +7660,15 @@
76377660
"flakey": [],
76387661
"runtimeError": false
76397662
},
7663+
"test/e2e/app-dir/ppr-middleware-rewrite-force-dynamic-ssg-dynamic-params/ppr-middleware-rewrite-force-dynamic-ssg-dynamic-params.test.ts": {
7664+
"passed": [
7665+
"ppr-middleware-rewrite-force-dynamic-generate-static-params should have correct dynamic params"
7666+
],
7667+
"failed": [],
7668+
"pending": [],
7669+
"flakey": [],
7670+
"runtimeError": false
7671+
},
76407672
"test/e2e/app-dir/ppr-missing-root-params/ppr-missing-root-params.test.ts": {
76417673
"passed": [
76427674
"ppr-missing-root-params (multiple) should result in a build error",
@@ -7901,6 +7933,15 @@
79017933
"flakey": [],
79027934
"runtimeError": false
79037935
},
7936+
"test/e2e/app-dir/rewrite-with-search-params/rewrite-with-search-params.test.ts": {
7937+
"passed": [
7938+
"rewrite-with-search-params should not contain params in search params after rewrite"
7939+
],
7940+
"failed": [],
7941+
"pending": [],
7942+
"flakey": [],
7943+
"runtimeError": false
7944+
},
79047945
"test/e2e/app-dir/rewrites-redirects/rewrites-redirects.test.ts": {
79057946
"passed": [
79067947
"redirects and rewrites navigation using button should redirect from middleware correctly",
@@ -7998,6 +8039,15 @@
79988039
"flakey": [],
79998040
"runtimeError": false
80008041
},
8042+
"test/e2e/app-dir/rsc-basic/rsc-basic-react-experimental.test.ts": {
8043+
"passed": [
8044+
"react@experimental should opt into the react@experimental when enabling $flag"
8045+
],
8046+
"failed": [],
8047+
"pending": [],
8048+
"flakey": [],
8049+
"runtimeError": false
8050+
},
80018051
"test/e2e/app-dir/rsc-basic/rsc-basic.test.ts": {
80028052
"passed": [
80038053
"app dir - rsc basics client references with TLA (edge) should support TLA in lazy client reference",
@@ -8006,8 +8056,6 @@
80068056
"app dir - rsc basics client references with TLA (node) should support TLA in sync client reference imports",
80078057
"app dir - rsc basics next internal shared context should not error if just load next/navigation module in pages/api",
80088058
"app dir - rsc basics next internal shared context should not error if just load next/router module in app page",
8009-
"app dir - rsc basics react@experimental should opt into the react@experimental when enabling ppr",
8010-
"app dir - rsc basics react@experimental should opt into the react@experimental when enabling taint",
80118059
"app dir - rsc basics should be able to navigate between rsc routes",
80128060
"app dir - rsc basics should correctly render component returning null",
80138061
"app dir - rsc basics should correctly render component returning undefined",
@@ -8049,6 +8097,16 @@
80498097
"flakey": [],
80508098
"runtimeError": false
80518099
},
8100+
"test/e2e/app-dir/rsc-query-routing/rsc-query-routing.test.ts": {
8101+
"passed": [
8102+
"rsc-query-routing should contain rsc query in rsc request when redirect the page",
8103+
"rsc-query-routing should contain rsc query in rsc request when rewrite the page"
8104+
],
8105+
"failed": [],
8106+
"pending": [],
8107+
"flakey": [],
8108+
"runtimeError": false
8109+
},
80528110
"test/e2e/app-dir/rsc-webpack-loader/rsc-webpack-loader.test.ts": {
80538111
"passed": [
80548112
"app dir - rsc webpack loader should support webpack loader rules"
@@ -9123,6 +9181,7 @@
91239181
},
91249182
"test/e2e/app-dir/worker/worker.test.ts": {
91259183
"passed": [
9184+
"app dir - workers should not bundle web workers with string specifiers",
91269185
"app dir - workers should support module web workers with dynamic imports",
91279186
"app dir - workers should support web workers with dynamic imports"
91289187
],
@@ -11327,6 +11386,16 @@
1132711386
"flakey": [],
1132811387
"runtimeError": false
1132911388
},
11389+
"test/e2e/swc-plugins/index.test.ts": {
11390+
"passed": [
11391+
"swcPlugins invalid plugin name shows a redbox in dev",
11392+
"swcPlugins supports swcPlugins basic case"
11393+
],
11394+
"failed": [],
11395+
"pending": [],
11396+
"flakey": [],
11397+
"runtimeError": false
11398+
},
1133011399
"test/e2e/swc-warnings/index.test.ts": {
1133111400
"passed": [
1133211401
"can force swc should not have warning",
@@ -11456,6 +11525,16 @@
1145611525
"flakey": [],
1145711526
"runtimeError": false
1145811527
},
11528+
"test/e2e/turbopack-turbo-config-compatibility/index.test.ts": {
11529+
"passed": [],
11530+
"failed": [],
11531+
"pending": [
11532+
"turbopack-turbo-config-compatibility including both turbopack and deprecated experimental turbo config prefers turbopack config over deprecated experimental turbo config",
11533+
"turbopack-turbo-config-compatibility only including deprecated experimental turbo config still uses the deprecated experimental turbo config"
11534+
],
11535+
"flakey": [],
11536+
"runtimeError": false
11537+
},
1145911538
"test/e2e/type-module-interop/index.test.ts": {
1146011539
"passed": [
1146111540
"Type module interop should render client-side",
@@ -17959,9 +18038,10 @@
1795918038
"flakey": [],
1796018039
"runtimeError": false
1796118040
},
17962-
"test/integration/invalid-href/test/index.test.js": {
18041+
"test/integration/invalid-href/test/index.test.ts": {
1796318042
"passed": [
17964-
"Invalid hrefs development mode does not show error when https://google.com is used as href on Link",
18043+
"Invalid hrefs development mode does not show error when exotic protocols are used in href in Link",
18044+
"Invalid hrefs development mode does not show error when https:// is used as href in Link",
1796518045
"Invalid hrefs development mode does not show error when mailto: is used as href on Link",
1796618046
"Invalid hrefs development mode does not throw error when dynamic route mismatch is used on Link and params are manually provided",
1796718047
"Invalid hrefs development mode doesn't fail on invalid url",
@@ -17971,7 +18051,8 @@
1797118051
],
1797218052
"failed": [],
1797318053
"pending": [
17974-
"Invalid hrefs production mode does not show error in production when https://google.com is used as href on Link",
18054+
"Invalid hrefs production mode does not show error in production when exotic protocols are used in href in Link",
18055+
"Invalid hrefs production mode does not show error in production when https:// is used in href on Link",
1797518056
"Invalid hrefs production mode does not show error in production when mailto: is used as href on Link",
1797618057
"Invalid hrefs production mode does not show error when internal href is used with external as",
1797718058
"Invalid hrefs production mode doesn't fail on invalid url",
@@ -18307,7 +18388,7 @@
1830718388
"flakey": [],
1830818389
"runtimeError": false
1830918390
},
18310-
"test/integration/module-id-strategies/test/index.test.js": {
18391+
"test/integration/module-ids/test/index.test.js": {
1831118392
"passed": [],
1831218393
"failed": [],
1831318394
"pending": [

0 commit comments

Comments
 (0)