Skip to content

Commit a1cb030

Browse files
Update Rspack development test manifest (vercel#89702)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent e407560 commit a1cb030

File tree

1 file changed

+161
-22
lines changed

1 file changed

+161
-22
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 161 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,7 @@
18661866
"Terminal Logging (Webpack) App Router - Client Components should forward client component logs in app router",
18671867
"Terminal Logging (Webpack) App Router - Client Components should show source-mapped errors for client components",
18681868
"Terminal Logging (Webpack) App Router - Edge Runtime should handle edge runtime errors with source mapping",
1869+
"Terminal Logging (Webpack) App Router - Hydration Errors should show hydration errors with owner stack trace",
18691870
"Terminal Logging (Webpack) App Router - Server Components should not re-log server component logs",
18701871
"Terminal Logging (Webpack) App Router - Server Components should show source-mapped errors for server components",
18711872
"Terminal Logging (Webpack) Pages Router should forward client component logs",
@@ -2522,6 +2523,15 @@
25222523
"flakey": [],
25232524
"runtimeError": false
25242525
},
2526+
"test/development/report-system-env-var-inlining/report-system-env-var-inlining.test.ts": {
2527+
"passed": [],
2528+
"failed": [],
2529+
"pending": [
2530+
"report-system-env-var-inlining should report when inlining system env vars"
2531+
],
2532+
"flakey": [],
2533+
"runtimeError": false
2534+
},
25252535
"test/development/sass-error/index.test.ts": {
25262536
"passed": [],
25272537
"failed": [],
@@ -2776,10 +2786,11 @@
27762786
},
27772787
"test/e2e/app-dir/actions-navigation/index.test.ts": {
27782788
"passed": [
2779-
"app-dir action handling should handle actions correctly after following a relative link",
2789+
"app-dir action handling should handle actions correctly after following a relative link"
2790+
],
2791+
"failed": [
27802792
"app-dir action handling should handle actions correctly after navigation / redirection events"
27812793
],
2782-
"failed": [],
27832794
"pending": [],
27842795
"flakey": [],
27852796
"runtimeError": false
@@ -2822,6 +2833,15 @@
28222833
"flakey": [],
28232834
"runtimeError": false
28242835
},
2836+
"test/e2e/app-dir/actions-unused-args/actions-unused-args.test.ts": {
2837+
"passed": [
2838+
"actions-unused-args should not call server actions with unused arguments"
2839+
],
2840+
"failed": [],
2841+
"pending": [],
2842+
"flakey": [],
2843+
"runtimeError": false
2844+
},
28252845
"test/e2e/app-dir/actions/app-action-export.test.ts": {
28262846
"passed": [
28272847
"app-dir action handling - next export skip test for development mode"
@@ -3218,6 +3238,8 @@
32183238
"app dir - css css support client layouts should support global css inside client layouts",
32193239
"app dir - css css support client pages should support css modules inside client pages",
32203240
"app dir - css css support client pages should support global css inside client pages",
3241+
"app dir - css css support css import URLs should not mangle relative layers",
3242+
"app dir - css css support css import URLs should work with the media attribute",
32213243
"app dir - css css support css ordering should have inner layers take precedence over outer layers",
32223244
"app dir - css css support multiple entries should deduplicate styles on the module level",
32233245
"app dir - css css support multiple entries should only include the same style once in the flight data",
@@ -3248,7 +3270,9 @@
32483270
"app dir - css sass support server pages should support global sass/scss inside server pages",
32493271
"app dir - css sass support server pages should support sass/scss modules inside server pages"
32503272
],
3251-
"failed": [],
3273+
"failed": [
3274+
"app dir - css css support css import URLs should not mangle external layers"
3275+
],
32523276
"pending": [
32533277
"app dir - css css support multiple entries should only inject the same style once if used by different layers",
32543278
"app dir - css css support multiple entries should only load chunks for the css module that is used by the specific entrypoint",
@@ -4364,8 +4388,10 @@
43644388
"Cache Components Errors Dev Error Attribution with Sync IO unguarded RSC with unguarded Client sync IO should show a collapsed redbox error",
43654389
"Cache Components Errors Dev IO accessed in Client Components should show a collapsed redbox error",
43664390
"Cache Components Errors Dev Inside `use cache` cacheLife with expire < 5 minutes microtasky cache should show a redbox error",
4391+
"Cache Components Errors Dev Inside `use cache` cacheLife with expire < 5 minutes nested should show a redbox error",
43674392
"Cache Components Errors Dev Inside `use cache` cacheLife with expire < 5 minutes slow cache should show a redbox error",
43684393
"Cache Components Errors Dev Inside `use cache` cacheLife with revalidate: 0 microtasky cache should show a redbox error",
4394+
"Cache Components Errors Dev Inside `use cache` cacheLife with revalidate: 0 nested should show a redbox error",
43694395
"Cache Components Errors Dev Inside `use cache` cacheLife with revalidate: 0 slow cache should show a redbox error",
43704396
"Cache Components Errors Dev Inside `use cache` catching an error at runtime should show a collapsed redbox error",
43714397
"Cache Components Errors Dev Inside `use cache` cookies should show a redbox error",
@@ -5696,6 +5722,96 @@
56965722
"flakey": [],
56975723
"runtimeError": false
56985724
},
5725+
"test/e2e/app-dir/instant-navigation-testing-api/instant-navigation-testing-api.test.ts": {
5726+
"passed": [
5727+
"instant-navigation-testing-api logs an error when attempting to nest instant scopes",
5728+
"instant-navigation-testing-api reload followed by MPA navigation, both block dynamic data",
5729+
"instant-navigation-testing-api renders full prefetch content instantly when prefetch={true}",
5730+
"instant-navigation-testing-api renders prefetched loading shell instantly during navigation",
5731+
"instant-navigation-testing-api renders runtime-prefetched content instantly during navigation",
5732+
"instant-navigation-testing-api renders static shell on MPA navigation via plain anchor",
5733+
"instant-navigation-testing-api renders static shell on page reload",
5734+
"instant-navigation-testing-api subsequent navigations after instant scope are not locked",
5735+
"instant-navigation-testing-api successive MPA navigations within instant scope"
5736+
],
5737+
"failed": [],
5738+
"pending": [],
5739+
"flakey": [],
5740+
"runtimeError": false
5741+
},
5742+
"test/e2e/app-dir/instant-validation-static-shells/instant-validation-static-shells.test.ts": {
5743+
"passed": [
5744+
"instant validation - opting out of static shells does not require a static shell if a layout is configured as blocking",
5745+
"instant validation - opting out of static shells does not require a static shell if a page is configured as blocking",
5746+
"instant validation - opting out of static shells does not require a static shell if a root layouts is configured as blocking",
5747+
"instant validation - with debug channel requires a static shell if a below a static layout page is configured as blocking errors in dev",
5748+
"instant validation - without debug channel requires a static shell if a below a static layout page is configured as blocking errors in dev"
5749+
],
5750+
"failed": [],
5751+
"pending": [],
5752+
"flakey": [],
5753+
"runtimeError": false
5754+
},
5755+
"test/e2e/app-dir/instant-validation/instant-validation.test.ts": {
5756+
"passed": [
5757+
"instant validation - with debug channel blocking invalid - blocking page inside a runtime layout is not allowed if the layout has no suspense",
5758+
"instant validation - with debug channel blocking invalid - blocking page inside a static layout is not allowed if the layout has no suspense",
5759+
"instant validation - with debug channel blocking invalid - missing suspense inside blocking layout",
5760+
"instant validation - with debug channel blocking valid - blocking layout with unstable_instant = false is allowed to block",
5761+
"instant validation - with debug channel blocking valid - blocking page inside a runtime layout is allowed if the layout has suspense",
5762+
"instant validation - with debug channel blocking valid - blocking page inside a static layout is allowed if the layout has suspense",
5763+
"instant validation - with debug channel disabling validation in a layout",
5764+
"instant validation - with debug channel disabling validation in a page",
5765+
"instant validation - with debug channel disabling validation in a page with a parent that has a config",
5766+
"instant validation - with debug channel invalid - missing suspense around dynamic (with loading.js)",
5767+
"instant validation - with debug channel invalid - missing suspense in parallel slot default slot",
5768+
"instant validation - with debug channel invalid - missing suspense in parallel slot index",
5769+
"instant validation - with debug channel invalid - missing suspense in parallel slot subpage",
5770+
"instant validation - with debug channel invalid - runtime prefetch - missing suspense around dynamic",
5771+
"instant validation - with debug channel invalid - runtime prefetch - missing suspense around dynamic in a layout",
5772+
"instant validation - with debug channel invalid - runtime prefetch - suspense too high",
5773+
"instant validation - with debug channel invalid - runtime prefetch - sync IO after runtime API",
5774+
"instant validation - with debug channel invalid - static prefetch - missing suspense around dynamic",
5775+
"instant validation - with debug channel invalid - static prefetch - missing suspense around dynamic in a layout",
5776+
"instant validation - with debug channel invalid - static prefetch - missing suspense around params",
5777+
"instant validation - with debug channel invalid - static prefetch - missing suspense around runtime",
5778+
"instant validation - with debug channel invalid - static prefetch - suspense too high",
5779+
"instant validation - with debug channel valid - runtime prefetch - does not require Suspense around params",
5780+
"instant validation - with debug channel valid - runtime prefetch - suspense only around dynamic",
5781+
"instant validation - with debug channel valid - static prefetch - suspense around runtime and dynamic",
5782+
"instant validation - with debug channel valid - target segment not visible in all navigations",
5783+
"instant validation - without debug channel blocking invalid - blocking page inside a runtime layout is not allowed if the layout has no suspense",
5784+
"instant validation - without debug channel blocking invalid - blocking page inside a static layout is not allowed if the layout has no suspense",
5785+
"instant validation - without debug channel blocking invalid - missing suspense inside blocking layout",
5786+
"instant validation - without debug channel blocking valid - blocking layout with unstable_instant = false is allowed to block",
5787+
"instant validation - without debug channel blocking valid - blocking page inside a runtime layout is allowed if the layout has suspense",
5788+
"instant validation - without debug channel blocking valid - blocking page inside a static layout is allowed if the layout has suspense",
5789+
"instant validation - without debug channel disabling validation in a layout",
5790+
"instant validation - without debug channel disabling validation in a page",
5791+
"instant validation - without debug channel disabling validation in a page with a parent that has a config",
5792+
"instant validation - without debug channel invalid - missing suspense around dynamic (with loading.js)",
5793+
"instant validation - without debug channel invalid - missing suspense in parallel slot default slot",
5794+
"instant validation - without debug channel invalid - missing suspense in parallel slot index",
5795+
"instant validation - without debug channel invalid - missing suspense in parallel slot subpage",
5796+
"instant validation - without debug channel invalid - runtime prefetch - missing suspense around dynamic",
5797+
"instant validation - without debug channel invalid - runtime prefetch - missing suspense around dynamic in a layout",
5798+
"instant validation - without debug channel invalid - runtime prefetch - suspense too high",
5799+
"instant validation - without debug channel invalid - runtime prefetch - sync IO after runtime API",
5800+
"instant validation - without debug channel invalid - static prefetch - missing suspense around dynamic",
5801+
"instant validation - without debug channel invalid - static prefetch - missing suspense around dynamic in a layout",
5802+
"instant validation - without debug channel invalid - static prefetch - missing suspense around params",
5803+
"instant validation - without debug channel invalid - static prefetch - missing suspense around runtime",
5804+
"instant validation - without debug channel invalid - static prefetch - suspense too high",
5805+
"instant validation - without debug channel valid - runtime prefetch - does not require Suspense around params",
5806+
"instant validation - without debug channel valid - runtime prefetch - suspense only around dynamic",
5807+
"instant validation - without debug channel valid - static prefetch - suspense around runtime and dynamic",
5808+
"instant validation - without debug channel valid - target segment not visible in all navigations"
5809+
],
5810+
"failed": [],
5811+
"pending": [],
5812+
"flakey": [],
5813+
"runtimeError": false
5814+
},
56995815
"test/e2e/app-dir/instrumentation-order/instrumentation-order.test.ts": {
57005816
"passed": ["instrumentation-order should work"],
57015817
"failed": [],
@@ -9207,9 +9323,7 @@
92079323
"runtimeError": false
92089324
},
92099325
"test/e2e/app-dir/segment-cache/deployment-skew/deployment-skew.test.ts": {
9210-
"passed": [
9211-
"segment cache (deployment skew) should not run during dev or deploy test runs"
9212-
],
9326+
"passed": ["segment cache (deployment skew) should not run during dev"],
92139327
"failed": [],
92149328
"pending": [],
92159329
"flakey": [],
@@ -9262,10 +9376,10 @@
92629376
"runtimeError": false
92639377
},
92649378
"test/e2e/app-dir/segment-cache/no-prefetch/no-prefetch.test.ts": {
9265-
"passed": [],
9266-
"failed": [
9379+
"passed": [
92679380
"navigating without a prefetch can show a loading boundary from the dynamic response"
92689381
],
9382+
"failed": [],
92699383
"pending": [],
92709384
"flakey": [],
92719385
"runtimeError": false
@@ -9437,8 +9551,10 @@
94379551
"app-dir - server source maps handles invalid sourcemaps gracefully",
94389552
"app-dir - server source maps ignore-lists anonymous rsc stack frame sandwiches",
94399553
"app-dir - server source maps ignore-lists anonymous ssr stack frame sandwiches",
9554+
"app-dir - server source maps logged errors collapse deeply nested causes at depth 2",
94409555
"app-dir - server source maps logged errors have a sourcemapped `cause`",
94419556
"app-dir - server source maps logged errors have a sourcemapped stack with a codeframe",
9557+
"app-dir - server source maps logged errors include `[errors]` for AggregateError",
94429558
"app-dir - server source maps logged errors preserve their name",
94439559
"app-dir - server source maps stack frames are ignore-listed in ssr",
94449560
"app-dir - server source maps thrown SSR errors"
@@ -9922,6 +10038,7 @@
992210038
"use-cache renders the not-found page when `notFound()` is used",
992310039
"use-cache replays logs from \"use cache\" functions",
992410040
"use-cache shares caches between the page/layout and generateMetadata",
10041+
"use-cache should allow nested short-lived caches after connection()",
992510042
"use-cache should be able to revalidate a page using revalidateTag",
992610043
"use-cache should cache complex args",
992710044
"use-cache should cache fetch without no-store",
@@ -10104,6 +10221,7 @@
1010410221
"passed": [
1010510222
"app dir - workers should have access to NEXT_DEPLOYMENT_ID in web worker",
1010610223
"app dir - workers should not bundle web workers with string specifiers",
10224+
"app dir - workers should support loading PNG files in web workers",
1010710225
"app dir - workers should support loading WASM files in workers",
1010810226
"app dir - workers should support module web workers with dynamic imports",
1010910227
"app dir - workers should support shared workers",
@@ -10524,6 +10642,30 @@
1052410642
"flakey": [],
1052510643
"runtimeError": false
1052610644
},
10645+
"test/e2e/deferred-entries/deferred-entries.test.ts": {
10646+
"passed": [
10647+
"deferred-entries webpack should build app router dynamic route with generateStaticParams when using deferred entries",
10648+
"deferred-entries webpack should build app router metadata routes when using deferred entries",
10649+
"deferred-entries webpack should build app router route handler when using deferred entries",
10650+
"deferred-entries webpack should build deferred entry successfully",
10651+
"deferred-entries webpack should build pages router API routes when using deferred entries",
10652+
"deferred-entries webpack should build pages router dynamic getStaticPaths/getStaticProps route when using deferred entries",
10653+
"deferred-entries webpack should build pages router getServerSideProps route when using deferred entries",
10654+
"deferred-entries webpack should build pages router getStaticProps routes when using deferred entries",
10655+
"deferred-entries webpack should build pages router route with no data fetching when using deferred entries",
10656+
"deferred-entries webpack should build pages router routes when using deferred entries",
10657+
"deferred-entries webpack should call onBeforeDeferredEntries before building deferred entry",
10658+
"deferred-entries webpack should call onBeforeDeferredEntries during HMR even when non-deferred entry changes",
10659+
"deferred-entries webpack should handle successive non-deferred edits without callback looping",
10660+
"deferred-entries webpack should render app router current time on every request",
10661+
"deferred-entries webpack should render timestamp written by onBeforeDeferredEntries in deferred source file",
10662+
"deferred-entries webpack should update deferred rendered timestamp during HMR when non-deferred entry changes"
10663+
],
10664+
"failed": [],
10665+
"pending": [],
10666+
"flakey": [],
10667+
"runtimeError": false
10668+
},
1052710669
"test/e2e/define/define.test.ts": {
1052810670
"passed": [
1052910671
"compiler.define compiler.define should render the magic expression on client side",
@@ -12513,6 +12655,17 @@
1251312655
"flakey": [],
1251412656
"runtimeError": false
1251512657
},
12658+
"test/e2e/pages-ssg-data-deployment-skew/pages-ssg-data-deployment-skew.test.ts": {
12659+
"passed": [
12660+
"pages ssg data deployment skew - hard navigate when a new deployment occurs development mode gsp to gssp",
12661+
"pages ssg data deployment skew - hard navigate when a new deployment occurs development mode index to gsp",
12662+
"pages ssg data deployment skew - hard navigate when a new deployment occurs header with deployment id header is set on data routes"
12663+
],
12664+
"failed": [],
12665+
"pending": [],
12666+
"flakey": [],
12667+
"runtimeError": false
12668+
},
1251612669
"test/e2e/persistent-caching-migration/persistent-caching-migration.test.ts": {
1251712670
"passed": [],
1251812671
"failed": [],
@@ -22198,20 +22351,6 @@
2219822351
"flakey": [],
2219922352
"runtimeError": false
2220022353
},
22201-
"test/integration/ssg-data-404/test/index.test.ts": {
22202-
"passed": [
22203-
"SSG data 404 - hard navigate when a new deployment occurs development mode gsp to gssp",
22204-
"SSG data 404 - hard navigate when a new deployment occurs development mode index to gsp",
22205-
"SSG data 404 - hard navigate when a new deployment occurs production mode with build id gsp to gssp",
22206-
"SSG data 404 - hard navigate when a new deployment occurs production mode with build id index to gsp",
22207-
"SSG data 404 - hard navigate when a new deployment occurs production mode with deployment id gsp to gssp",
22208-
"SSG data 404 - hard navigate when a new deployment occurs production mode with deployment id index to gsp"
22209-
],
22210-
"failed": [],
22211-
"pending": [],
22212-
"flakey": [],
22213-
"runtimeError": false
22214-
},
2221522354
"test/integration/ssg-dynamic-routes-404-page/test/index.test.ts": {
2221622355
"passed": [
2221722356
"Custom 404 Page for static site generation with dynamic routes development mode should respond to a not existing page with 404"

0 commit comments

Comments
 (0)