1205
1205
"app dir - basic should pass props from getServerSideProps in root layout",
1206
1206
"app dir - basic should provide query for getStaticProps page correctly",
1207
1207
"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",
1210
1208
"app dir - basic should run generate command correctly",
1211
1209
"app dir - basic should serve /index as separate page",
1212
1210
"app dir - basic should serve dynamic parameter",
1327
1325
"app dir - basic should not share edge workers",
1328
1326
"app dir - basic should pass props from getServerSideProps in root layout",
1329
1327
"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",
1332
1328
"app dir - basic should serve /index as separate page",
1333
1329
"app dir - basic should serve dynamic parameter",
1334
1330
"app dir - basic should serve dynamic route from pages",
3549
3545
"runtimeError": false
3550
3546
},
3551
3547
"test/e2e/app-dir/next-image/next-image-https.test.ts": {
3552
- "passed": [
3548
+ "passed": [],
3549
+ "failed": [
3553
3550
"app dir - next-image (with https) only runs on CI as it requires administrator privileges"
3554
3551
],
3555
- "failed": [],
3556
3552
"pending": [],
3557
3553
"flakey": [],
3558
3554
"runtimeError": false
5253
5249
"flakey": [],
5254
5250
"runtimeError": false
5255
5251
},
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
+ },
5256
5261
"test/e2e/app-dir/segment-cache/export/segment-cache-output-export.test.ts": {
5257
5262
"passed": [
5258
5263
"segment cache (output: \"export\") basic prefetch in output: \"export\" mode",
5644
5649
},
5645
5650
"test/e2e/app-dir/use-cache-custom-handler/use-cache-custom-handler.test.ts": {
5646
5651
"passed": [
5652
+ "use-cache-custom-handler calls neither refreshTags nor getExpiration if \"use cache\" is not used",
5647
5653
"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",
5649
5655
"use-cache-custom-handler should revalidate after redirect using a legacy custom cache handler",
5650
5656
"use-cache-custom-handler should revalidate after redirect using a modern custom cache handler",
5651
5657
"use-cache-custom-handler should use a legacy custom cache handler if provided",
5656
5662
"flakey": [],
5657
5663
"runtimeError": false
5658
5664
},
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
+ },
5659
5674
"test/e2e/app-dir/use-cache-hanging-inputs/use-cache-hanging-inputs.test.ts": {
5660
5675
"passed": [
5661
5676
"use-cache-hanging-inputs should fail the build with errors after a timeout"
6715
6730
"Instrumentation Client Hook App Router should execute instrumentation-client from app router before hydration",
6716
6731
"Instrumentation Client Hook HMR in development mode skips tests in non-dev mode",
6717
6732
"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"
6719
6736
],
6720
6737
"failed": [],
6721
6738
"pending": [],
8298
8315
},
8299
8316
"test/e2e/vary-header/test/index.test.ts": {
8300
8317
"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",
8302
8319
"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"
8304
8321
],
8305
8322
"failed": [],
8306
8323
"pending": [],
8743
8760
"runtimeError": false
8744
8761
},
8745
8762
"test/integration/app-config-asset-prefix/test/index.test.js": {
8746
- "passed": [
8763
+ "passed": [],
8764
+ "failed": [
8747
8765
"App assetPrefix config should render correctly with assetPrefix: \"/\""
8748
8766
],
8749
- "failed": [],
8750
8767
"pending": [],
8751
8768
"flakey": [],
8752
8769
"runtimeError": false
8763
8780
"runtimeError": false
8764
8781
},
8765
8782
"test/integration/app-dir-export/test/dev-custom-dist-dir.test.ts": {
8766
- "passed": [
8783
+ "passed": [],
8784
+ "failed": [
8767
8785
"app dir - with output export and custom distDir (next dev) should render properly"
8768
8786
],
8769
- "failed": [],
8770
8787
"pending": [],
8771
8788
"flakey": [],
8772
8789
"runtimeError": false
9006
9023
"runtimeError": false
9007
9024
},
9008
9025
"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" ],
9011
9028
"pending": [],
9012
9029
"flakey": [],
9013
9030
"runtimeError": false
9055
9072
},
9056
9073
"test/integration/build-indicator/test/index.test.js": {
9057
9074
"passed": [
9075
+ "Build Activity Indicator should validate buildActivityPosition config"
9076
+ ],
9077
+ "failed": [
9058
9078
"Build Activity Indicator Enabled - (app) Shows build indicator when page is built from modifying",
9059
9079
"Build Activity Indicator Enabled - (app) webpack only Shows the build indicator when a page is built during navigation",
9060
9080
"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"
9063
9082
],
9064
- "failed": [],
9065
9083
"pending": [],
9066
9084
"flakey": [],
9067
9085
"runtimeError": false
9757
9775
"test/integration/css/test/basic-global-support.test.js": {
9758
9776
"passed": [
9759
9777
"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": [
9764
9778
"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",
9765
9780
"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",
9766
9782
"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": [
9767
9787
"CSS URL via `file-loader` and asset prefix (1) production mode should've emitted expected files",
9768
9788
"CSS URL via `file-loader` and asset prefix (2) production mode should've emitted expected files",
9769
9789
"CSS URL via `file-loader` production mode useLightnincsss(false) should've emitted expected files",
9770
9790
"CSS URL via `file-loader` production mode useLightnincsss(true) should've emitted expected files",
9771
9791
"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",
9773
9792
"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",
9775
9793
"Nested @import() Global Support production mode useLightnincsss(false) should've emitted a single CSS file",
9776
9794
"Nested @import() Global Support production mode useLightnincsss(true) should've emitted a single CSS file"
9777
9795
],
10231
10249
"passed": [
10232
10250
"Custom Server using HTTP Error when rendering without starting slash production mode should warn in production mode",
10233
10251
"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",
10234
10253
"Custom Server using HTTP compression handling should handle compression for route /",
10235
10254
"Custom Server using HTTP compression handling should handle compression for route /no-query",
10236
10255
"Custom Server using HTTP legacy NextCustomServer methods - production mode NextCustomServer.render404",
10270
10289
"Custom Server using HTTPS with generateEtags enabled production mode response includes etag header",
10271
10290
"Custom Server using HTTPS with middleware $title should read the expected url protocol in middleware"
10272
10291
],
10273
- "failed": [
10274
- "Custom Server using HTTP HMR with custom server Should support HMR when rendering with /index pathname"
10275
- ],
10292
+ "failed": [],
10276
10293
"pending": [
10277
10294
"Custom Server using HTTP with dynamic assetPrefix should contain customServer in NEXT_DATA",
10278
10295
"Custom Server using HTTPS with dynamic assetPrefix should contain customServer in NEXT_DATA"
@@ -15494,10 +15511,11 @@
15494
15511
},
15495
15512
"test/integration/next-image-new/app-dir-image-from-node-modules/test/index.test.ts": {
15496
15513
"passed": [
15497
- "Image Component from node_modules development mode should apply image config for node_modules",
15498
15514
"Image Component from node_modules prod mode production mode should apply image config for node_modules"
15499
15515
],
15500
- "failed": [],
15516
+ "failed": [
15517
+ "Image Component from node_modules development mode should apply image config for node_modules"
15518
+ ],
15501
15519
"pending": [],
15502
15520
"flakey": [],
15503
15521
"runtimeError": false
@@ -16258,13 +16276,13 @@
16258
16276
"runtimeError": false
16259
16277
},
16260
16278
"test/integration/plugin-mdx-rs/test/index.test.js": {
16261
- "passed": [
16279
+ "passed": [],
16280
+ "failed": [
16262
16281
"MDX-rs Configuration MDX-rs Plugin support should render an MDX page correctly",
16263
16282
"MDX-rs Configuration MDX-rs Plugin support should render an MDX page with component correctly",
16264
16283
"MDX-rs Configuration MDX-rs Plugin support should render an MDX page with globally provided components (from `mdx-components.js`) correctly",
16265
16284
"MDX-rs Configuration MDX-rs Plugin support with mdx transform options should render an MDX page correctly"
16266
16285
],
16267
- "failed": [],
16268
16286
"pending": [],
16269
16287
"flakey": [],
16270
16288
"runtimeError": false
@@ -16608,11 +16626,12 @@
16608
16626
"runtimeError": false
16609
16627
},
16610
16628
"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",
16613
16631
"Read-only source HMR should detect changes to a page",
16614
16632
"Read-only source HMR should handle page deletion and subsequent recreation"
16615
16633
],
16634
+ "failed": [],
16616
16635
"pending": [],
16617
16636
"flakey": [],
16618
16637
"runtimeError": false
17219
17238
},
17220
17239
"test/integration/telemetry/test/config.test.js": {
17221
17240
"passed": [
17222
- "config telemetry production mode detects i18n and image configs for session start",
17223
17241
"config telemetry production mode detects output config for session start",
17224
17242
"config telemetry production mode detects rewrites, headers, and redirects for next build",
17225
17243
"config telemetry production mode emits telemery for usage of image, script & dynamic",
17232
17250
"config telemetry production mode emits telemetry for lint during build when 'ignoreDuringBuilds' is specified",
17233
17251
"config telemetry production mode emits telemetry for middleware related options",
17234
17252
"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",
17236
17253
"config telemetry production mode emits telemetry for transpilePackages",
17237
17254
"config telemetry production mode emits telemetry for usage of @vercel/og",
17238
17255
"config telemetry production mode emits telemetry for usage of `experimental/dynamicIO`",
17244
17261
"config telemetry production mode emits telemetry for usage of swc plugins",
17245
17262
"config telemetry production mode emits telemetry for useCache directive"
17246
17263
],
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
+ ],
17248
17268
"pending": [],
17249
17269
"flakey": [],
17250
17270
"runtimeError": false
17259
17279
"Telemetry CLI can print telemetry status",
17260
17280
"Telemetry CLI can re-disable telemetry",
17261
17281
"Telemetry CLI can re-enable telemetry",
17262
- "Telemetry CLI detects isSrcDir dir correctly for `next dev`",
17263
17282
"Telemetry CLI production mode cli session: babel tooling config",
17264
17283
"Telemetry CLI production mode cli session: custom babel config (plugin)",
17265
17284
"Telemetry CLI production mode cli session: custom babel config (preset)",
17273
17292
"Telemetry CLI production mode logs completed `next build` with warnings"
17274
17293
],
17275
17294
"failed": [
17295
+ "Telemetry CLI detects isSrcDir dir correctly for `next dev`",
17276
17296
"Telemetry CLI production mode emits event when swc fails to load"
17277
17297
],
17278
17298
"pending": [],
@@ -17281,13 +17301,14 @@
17281
17301
},
17282
17302
"test/integration/telemetry/test/page-features.test.js": {
17283
17303
"passed": [
17284
- "page features telemetry detects correctly for `next dev` stopped (no turbo)",
17285
17304
"page features telemetry production mode detect with reportWebVitals correctly for `next build`",
17286
17305
"page features telemetry production mode detect without reportWebVitals correctly for `next build`",
17287
17306
"page features telemetry production mode detects reportWebVitals with no _app correctly for `next build`",
17288
17307
"page features telemetry production mode should detect app page counts"
17289
17308
],
17290
- "failed": [],
17309
+ "failed": [
17310
+ "page features telemetry detects correctly for `next dev` stopped (no turbo)"
17311
+ ],
17291
17312
"pending": [],
17292
17313
"flakey": [],
17293
17314
"runtimeError": false
@@ -17667,15 +17688,14 @@
17667
17688
"runtimeError": false
17668
17689
},
17669
17690
"test/integration/typescript-workspaces-paths/packages/www/test/index.test.js": {
17670
- "passed": [
17691
+ "passed": [],
17692
+ "failed": [
17671
17693
"TypeScript Features default behavior should alias components",
17694
+ "TypeScript Features default behavior should not resolve to .d.ts files",
17672
17695
"TypeScript Features default behavior should resolve a single matching alias",
17673
17696
"TypeScript Features default behavior should resolve the first item in the array first",
17674
17697
"TypeScript Features default behavior should resolve the second item in as a fallback"
17675
17698
],
17676
- "failed": [
17677
- "TypeScript Features default behavior should not resolve to .d.ts files"
17678
- ],
17679
17699
"pending": [],
17680
17700
"flakey": [],
17681
17701
"runtimeError": false
@@ -17727,17 +17747,16 @@
17727
17747
"Handle url imports with next build should render the /static page",
17728
17748
"Handle url imports with next build should respond on value api",
17729
17749
"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": [
17733
17750
"Handle url imports with next dev should client-render the /ssg page",
17734
17751
"Handle url imports with next dev should client-render the /ssr page",
17735
17752
"Handle url imports with next dev should client-render the /static page",
17736
17753
"Handle url imports with next dev should render a static url image import",
17737
17754
"Handle url imports with next dev should render the /ssg page",
17738
17755
"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"
17740
17758
],
17759
+ "failed": [],
17741
17760
"pending": [],
17742
17761
"flakey": [],
17743
17762
"runtimeError": false
18327
18346
"flakey": [],
18328
18347
"runtimeError": false
18329
18348
},
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
- },
18337
18349
"test/production/app-dir/typed-routes-with-webpack-worker/typed-routes-with-webpack-worker.test.ts": {
18338
18350
"passed": [
18339
18351
"app dir - typed-routes-with-webpack-worker builds successfully without errors",
0 commit comments