Skip to content

Commit 4f85a28

Browse files
Update bundler production test manifest (#77885)
This auto-generated PR updates the production integration test manifest used when testing alternative bundlers.
1 parent aa7d940 commit 4f85a28

File tree

1 file changed

+67
-55
lines changed

1 file changed

+67
-55
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 67 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,8 +1205,6 @@
12051205
"app dir - basic should pass props from getServerSideProps in root layout",
12061206
"app dir - basic should provide query for getStaticProps page correctly",
12071207
"app dir - basic should return normalized dynamic route params for catch-all edge page",
1208-
"app dir - basic should return the `vary` header from edge runtime",
1209-
"app dir - basic should return the `vary` header from pages for flight requests",
12101208
"app dir - basic should run generate command correctly",
12111209
"app dir - basic should serve /index as separate page",
12121210
"app dir - basic should serve dynamic parameter",
@@ -1327,8 +1325,6 @@
13271325
"app dir - basic should not share edge workers",
13281326
"app dir - basic should pass props from getServerSideProps in root layout",
13291327
"app dir - basic should return normalized dynamic route params for catch-all edge page",
1330-
"app dir - basic should return the `vary` header from edge runtime",
1331-
"app dir - basic should return the `vary` header from pages for flight requests",
13321328
"app dir - basic should serve /index as separate page",
13331329
"app dir - basic should serve dynamic parameter",
13341330
"app dir - basic should serve dynamic route from pages",
@@ -3549,10 +3545,10 @@
35493545
"runtimeError": false
35503546
},
35513547
"test/e2e/app-dir/next-image/next-image-https.test.ts": {
3552-
"passed": [
3548+
"passed": [],
3549+
"failed": [
35533550
"app dir - next-image (with https) only runs on CI as it requires administrator privileges"
35543551
],
3555-
"failed": [],
35563552
"pending": [],
35573553
"flakey": [],
35583554
"runtimeError": false
@@ -5253,6 +5249,15 @@
52535249
"flakey": [],
52545250
"runtimeError": false
52555251
},
5252+
"test/e2e/app-dir/segment-cache/dynamic-on-hover/dynamic-on-hover.test.ts": {
5253+
"passed": [
5254+
"dynamic on hover prefetches the dynamic data for a Link on hover"
5255+
],
5256+
"failed": [],
5257+
"pending": [],
5258+
"flakey": [],
5259+
"runtimeError": false
5260+
},
52565261
"test/e2e/app-dir/segment-cache/export/segment-cache-output-export.test.ts": {
52575262
"passed": [
52585263
"segment cache (output: \"export\") basic prefetch in output: \"export\" mode",
@@ -5644,8 +5649,9 @@
56445649
},
56455650
"test/e2e/app-dir/use-cache-custom-handler/use-cache-custom-handler.test.ts": {
56465651
"passed": [
5652+
"use-cache-custom-handler calls neither refreshTags nor getExpiration if \"use cache\" is not used",
56475653
"use-cache-custom-handler should not call expireTags for a normal invocation",
5648-
"use-cache-custom-handler should not call getExpiration again after an action",
5654+
"use-cache-custom-handler should not call getExpiration after an action",
56495655
"use-cache-custom-handler should revalidate after redirect using a legacy custom cache handler",
56505656
"use-cache-custom-handler should revalidate after redirect using a modern custom cache handler",
56515657
"use-cache-custom-handler should use a legacy custom cache handler if provided",
@@ -5656,6 +5662,15 @@
56565662
"flakey": [],
56575663
"runtimeError": false
56585664
},
5665+
"test/e2e/app-dir/use-cache-dev/use-cache-dev.test.ts": {
5666+
"passed": [
5667+
"use-cache-dev should ignore an existing HMR refresh hash cookie with \"next start\""
5668+
],
5669+
"failed": [],
5670+
"pending": [],
5671+
"flakey": [],
5672+
"runtimeError": false
5673+
},
56595674
"test/e2e/app-dir/use-cache-hanging-inputs/use-cache-hanging-inputs.test.ts": {
56605675
"passed": [
56615676
"use-cache-hanging-inputs should fail the build with errors after a timeout"
@@ -6715,7 +6730,9 @@
67156730
"Instrumentation Client Hook App Router should execute instrumentation-client from app router before hydration",
67166731
"Instrumentation Client Hook HMR in development mode skips tests in non-dev mode",
67176732
"Instrumentation Client Hook Pages Router should execute instrumentation-client from pages router before hydration",
6718-
"Instrumentation Client Hook With src folder should execute instrumentation-client from with src folder before hydration"
6733+
"Instrumentation Client Hook With src folder should execute instrumentation-client from with src folder before hydration",
6734+
"Instrumentation Client Hook onRouterTransitionStart onRouterTransitionStart fires at the start of a back/forward navigation",
6735+
"Instrumentation Client Hook onRouterTransitionStart onRouterTransitionStart fires at the start of a navigation"
67196736
],
67206737
"failed": [],
67216738
"pending": [],
@@ -8298,9 +8315,9 @@
82988315
},
82998316
"test/e2e/vary-header/test/index.test.ts": {
83008317
"passed": [
8301-
"Vary Header Tests should preserve custom vary header and append RSC headers in app route handlers",
8318+
"Vary Header Tests should preserve custom vary header",
83028319
"Vary Header Tests should preserve custom vary header in API routes",
8303-
"Vary Header Tests should preserve middleware vary header in combination with route handlers"
8320+
"Vary Header Tests should preserve middleware vary header"
83048321
],
83058322
"failed": [],
83068323
"pending": [],
@@ -8743,10 +8760,10 @@
87438760
"runtimeError": false
87448761
},
87458762
"test/integration/app-config-asset-prefix/test/index.test.js": {
8746-
"passed": [
8763+
"passed": [],
8764+
"failed": [
87478765
"App assetPrefix config should render correctly with assetPrefix: \"/\""
87488766
],
8749-
"failed": [],
87508767
"pending": [],
87518768
"flakey": [],
87528769
"runtimeError": false
@@ -8763,10 +8780,10 @@
87638780
"runtimeError": false
87648781
},
87658782
"test/integration/app-dir-export/test/dev-custom-dist-dir.test.ts": {
8766-
"passed": [
8783+
"passed": [],
8784+
"failed": [
87678785
"app dir - with output export and custom distDir (next dev) should render properly"
87688786
],
8769-
"failed": [],
87708787
"pending": [],
87718788
"flakey": [],
87728789
"runtimeError": false
@@ -9006,8 +9023,8 @@
90069023
"runtimeError": false
90079024
},
90089025
"test/integration/babel-next-image/babel-next-image.test.js": {
9009-
"passed": ["babel-next-image should work with babel and next/image"],
9010-
"failed": [],
9026+
"passed": [],
9027+
"failed": ["babel-next-image should work with babel and next/image"],
90119028
"pending": [],
90129029
"flakey": [],
90139030
"runtimeError": false
@@ -9055,13 +9072,14 @@
90559072
},
90569073
"test/integration/build-indicator/test/index.test.js": {
90579074
"passed": [
9075+
"Build Activity Indicator should validate buildActivityPosition config"
9076+
],
9077+
"failed": [
90589078
"Build Activity Indicator Enabled - (app) Shows build indicator when page is built from modifying",
90599079
"Build Activity Indicator Enabled - (app) webpack only Shows the build indicator when a page is built during navigation",
90609080
"Build Activity Indicator Enabled - (pages) Shows build indicator when page is built from modifying",
9061-
"Build Activity Indicator Enabled - (pages) webpack only Shows the build indicator when a page is built during navigation",
9062-
"Build Activity Indicator should validate buildActivityPosition config"
9081+
"Build Activity Indicator Enabled - (pages) webpack only Shows the build indicator when a page is built during navigation"
90639082
],
9064-
"failed": [],
90659083
"pending": [],
90669084
"flakey": [],
90679085
"runtimeError": false
@@ -9757,21 +9775,21 @@
97579775
"test/integration/css/test/basic-global-support.test.js": {
97589776
"passed": [
97599777
"Basic Global Support production mode useLightnincsss(false) should've emitted a single CSS file",
9760-
"Basic Global Support with special characters in path production mode useLightnincsss(false) should've emitted a single CSS file",
9761-
"Basic Global Support with src/ dir production mode useLightnincsss(false) should've emitted a single CSS file"
9762-
],
9763-
"failed": [
97649778
"Basic Global Support production mode useLightnincsss(true) should've emitted a single CSS file",
9779+
"Basic Global Support with special characters in path production mode useLightnincsss(false) should've emitted a single CSS file",
97659780
"Basic Global Support with special characters in path production mode useLightnincsss(true) should've emitted a single CSS file",
9781+
"Basic Global Support with src/ dir production mode useLightnincsss(false) should've emitted a single CSS file",
97669782
"Basic Global Support with src/ dir production mode useLightnincsss(true) should've emitted a single CSS file",
9783+
"Multi Global Support (reversed) production mode useLightnincsss(true) should've emitted a single CSS file",
9784+
"Multi Global Support production mode useLightnincsss(true) should've emitted a single CSS file"
9785+
],
9786+
"failed": [
97679787
"CSS URL via `file-loader` and asset prefix (1) production mode should've emitted expected files",
97689788
"CSS URL via `file-loader` and asset prefix (2) production mode should've emitted expected files",
97699789
"CSS URL via `file-loader` production mode useLightnincsss(false) should've emitted expected files",
97709790
"CSS URL via `file-loader` production mode useLightnincsss(true) should've emitted expected files",
97719791
"Multi Global Support (reversed) production mode useLightnincsss(false) should've emitted a single CSS file",
9772-
"Multi Global Support (reversed) production mode useLightnincsss(true) should've emitted a single CSS file",
97739792
"Multi Global Support production mode useLightnincsss(false) should've emitted a single CSS file",
9774-
"Multi Global Support production mode useLightnincsss(true) should've emitted a single CSS file",
97759793
"Nested @import() Global Support production mode useLightnincsss(false) should've emitted a single CSS file",
97769794
"Nested @import() Global Support production mode useLightnincsss(true) should've emitted a single CSS file"
97779795
],
@@ -10231,6 +10249,7 @@
1023110249
"passed": [
1023210250
"Custom Server using HTTP Error when rendering without starting slash production mode should warn in production mode",
1023310251
"Custom Server using HTTP Error when rendering without starting slash should warn in development mode",
10252+
"Custom Server using HTTP HMR with custom server Should support HMR when rendering with /index pathname",
1023410253
"Custom Server using HTTP compression handling should handle compression for route /",
1023510254
"Custom Server using HTTP compression handling should handle compression for route /no-query",
1023610255
"Custom Server using HTTP legacy NextCustomServer methods - production mode NextCustomServer.render404",
@@ -10270,9 +10289,7 @@
1027010289
"Custom Server using HTTPS with generateEtags enabled production mode response includes etag header",
1027110290
"Custom Server using HTTPS with middleware $title should read the expected url protocol in middleware"
1027210291
],
10273-
"failed": [
10274-
"Custom Server using HTTP HMR with custom server Should support HMR when rendering with /index pathname"
10275-
],
10292+
"failed": [],
1027610293
"pending": [
1027710294
"Custom Server using HTTP with dynamic assetPrefix should contain customServer in NEXT_DATA",
1027810295
"Custom Server using HTTPS with dynamic assetPrefix should contain customServer in NEXT_DATA"
@@ -15494,10 +15511,11 @@
1549415511
},
1549515512
"test/integration/next-image-new/app-dir-image-from-node-modules/test/index.test.ts": {
1549615513
"passed": [
15497-
"Image Component from node_modules development mode should apply image config for node_modules",
1549815514
"Image Component from node_modules prod mode production mode should apply image config for node_modules"
1549915515
],
15500-
"failed": [],
15516+
"failed": [
15517+
"Image Component from node_modules development mode should apply image config for node_modules"
15518+
],
1550115519
"pending": [],
1550215520
"flakey": [],
1550315521
"runtimeError": false
@@ -16258,13 +16276,13 @@
1625816276
"runtimeError": false
1625916277
},
1626016278
"test/integration/plugin-mdx-rs/test/index.test.js": {
16261-
"passed": [
16279+
"passed": [],
16280+
"failed": [
1626216281
"MDX-rs Configuration MDX-rs Plugin support should render an MDX page correctly",
1626316282
"MDX-rs Configuration MDX-rs Plugin support should render an MDX page with component correctly",
1626416283
"MDX-rs Configuration MDX-rs Plugin support should render an MDX page with globally provided components (from `mdx-components.js`) correctly",
1626516284
"MDX-rs Configuration MDX-rs Plugin support with mdx transform options should render an MDX page correctly"
1626616285
],
16267-
"failed": [],
1626816286
"pending": [],
1626916287
"flakey": [],
1627016288
"runtimeError": false
@@ -16608,11 +16626,12 @@
1660816626
"runtimeError": false
1660916627
},
1661016628
"test/integration/read-only-source-hmr/test/index.test.js": {
16611-
"passed": ["Read-only source HMR should detect a new page"],
16612-
"failed": [
16629+
"passed": [
16630+
"Read-only source HMR should detect a new page",
1661316631
"Read-only source HMR should detect changes to a page",
1661416632
"Read-only source HMR should handle page deletion and subsequent recreation"
1661516633
],
16634+
"failed": [],
1661616635
"pending": [],
1661716636
"flakey": [],
1661816637
"runtimeError": false
@@ -17219,7 +17238,6 @@
1721917238
},
1722017239
"test/integration/telemetry/test/config.test.js": {
1722117240
"passed": [
17222-
"config telemetry production mode detects i18n and image configs for session start",
1722317241
"config telemetry production mode detects output config for session start",
1722417242
"config telemetry production mode detects rewrites, headers, and redirects for next build",
1722517243
"config telemetry production mode emits telemery for usage of image, script & dynamic",
@@ -17232,7 +17250,6 @@
1723217250
"config telemetry production mode emits telemetry for lint during build when 'ignoreDuringBuilds' is specified",
1723317251
"config telemetry production mode emits telemetry for middleware related options",
1723417252
"config telemetry production mode emits telemetry for persistent cache in build mode",
17235-
"config telemetry production mode emits telemetry for persistent cache in dev mode",
1723617253
"config telemetry production mode emits telemetry for transpilePackages",
1723717254
"config telemetry production mode emits telemetry for usage of @vercel/og",
1723817255
"config telemetry production mode emits telemetry for usage of `experimental/dynamicIO`",
@@ -17244,7 +17261,10 @@
1724417261
"config telemetry production mode emits telemetry for usage of swc plugins",
1724517262
"config telemetry production mode emits telemetry for useCache directive"
1724617263
],
17247-
"failed": [],
17264+
"failed": [
17265+
"config telemetry production mode detects i18n and image configs for session start",
17266+
"config telemetry production mode emits telemetry for persistent cache in dev mode"
17267+
],
1724817268
"pending": [],
1724917269
"flakey": [],
1725017270
"runtimeError": false
@@ -17259,7 +17279,6 @@
1725917279
"Telemetry CLI can print telemetry status",
1726017280
"Telemetry CLI can re-disable telemetry",
1726117281
"Telemetry CLI can re-enable telemetry",
17262-
"Telemetry CLI detects isSrcDir dir correctly for `next dev`",
1726317282
"Telemetry CLI production mode cli session: babel tooling config",
1726417283
"Telemetry CLI production mode cli session: custom babel config (plugin)",
1726517284
"Telemetry CLI production mode cli session: custom babel config (preset)",
@@ -17273,6 +17292,7 @@
1727317292
"Telemetry CLI production mode logs completed `next build` with warnings"
1727417293
],
1727517294
"failed": [
17295+
"Telemetry CLI detects isSrcDir dir correctly for `next dev`",
1727617296
"Telemetry CLI production mode emits event when swc fails to load"
1727717297
],
1727817298
"pending": [],
@@ -17281,13 +17301,14 @@
1728117301
},
1728217302
"test/integration/telemetry/test/page-features.test.js": {
1728317303
"passed": [
17284-
"page features telemetry detects correctly for `next dev` stopped (no turbo)",
1728517304
"page features telemetry production mode detect with reportWebVitals correctly for `next build`",
1728617305
"page features telemetry production mode detect without reportWebVitals correctly for `next build`",
1728717306
"page features telemetry production mode detects reportWebVitals with no _app correctly for `next build`",
1728817307
"page features telemetry production mode should detect app page counts"
1728917308
],
17290-
"failed": [],
17309+
"failed": [
17310+
"page features telemetry detects correctly for `next dev` stopped (no turbo)"
17311+
],
1729117312
"pending": [],
1729217313
"flakey": [],
1729317314
"runtimeError": false
@@ -17667,15 +17688,14 @@
1766717688
"runtimeError": false
1766817689
},
1766917690
"test/integration/typescript-workspaces-paths/packages/www/test/index.test.js": {
17670-
"passed": [
17691+
"passed": [],
17692+
"failed": [
1767117693
"TypeScript Features default behavior should alias components",
17694+
"TypeScript Features default behavior should not resolve to .d.ts files",
1767217695
"TypeScript Features default behavior should resolve a single matching alias",
1767317696
"TypeScript Features default behavior should resolve the first item in the array first",
1767417697
"TypeScript Features default behavior should resolve the second item in as a fallback"
1767517698
],
17676-
"failed": [
17677-
"TypeScript Features default behavior should not resolve to .d.ts files"
17678-
],
1767917699
"pending": [],
1768017700
"flakey": [],
1768117701
"runtimeError": false
@@ -17727,17 +17747,16 @@
1772717747
"Handle url imports with next build should render the /static page",
1772817748
"Handle url imports with next build should respond on value api",
1772917749
"Handle url imports with next dev should allow url import in css",
17730-
"Handle url imports with next dev should respond on value api"
17731-
],
17732-
"failed": [
1773317750
"Handle url imports with next dev should client-render the /ssg page",
1773417751
"Handle url imports with next dev should client-render the /ssr page",
1773517752
"Handle url imports with next dev should client-render the /static page",
1773617753
"Handle url imports with next dev should render a static url image import",
1773717754
"Handle url imports with next dev should render the /ssg page",
1773817755
"Handle url imports with next dev should render the /ssr page",
17739-
"Handle url imports with next dev should render the /static page"
17756+
"Handle url imports with next dev should render the /static page",
17757+
"Handle url imports with next dev should respond on value api"
1774017758
],
17759+
"failed": [],
1774117760
"pending": [],
1774217761
"flakey": [],
1774317762
"runtimeError": false
@@ -18327,13 +18346,6 @@
1832718346
"flakey": [],
1832818347
"runtimeError": false
1832918348
},
18330-
"test/production/app-dir/turbopack-build-marker/turbopack-build-marker.test.ts": {
18331-
"passed": ["turbopack-build-marker should have Turbopack build marker"],
18332-
"failed": [],
18333-
"pending": [],
18334-
"flakey": [],
18335-
"runtimeError": false
18336-
},
1833718349
"test/production/app-dir/typed-routes-with-webpack-worker/typed-routes-with-webpack-worker.test.ts": {
1833818350
"passed": [
1833918351
"app dir - typed-routes-with-webpack-worker builds successfully without errors",

0 commit comments

Comments
 (0)