Skip to content

Commit 3abc393

Browse files
Update bundler production test manifest (#77107)
This auto-generated PR updates the production integration test manifest used when testing alternative bundlers.
1 parent f271fa0 commit 3abc393

File tree

1 file changed

+26
-28
lines changed

1 file changed

+26
-28
lines changed

Diff for: test/rspack-build-tests-manifest.json

+26-28
Original file line numberDiff line numberDiff line change
@@ -5194,12 +5194,11 @@
51945194
"segment cache (basic tests) navigate to page with lazily-generated (not at build time) static param",
51955195
"segment cache (basic tests) navigate with prefetched data",
51965196
"segment cache (basic tests) prefetch interception route",
5197+
"segment cache (basic tests) refreshes page segments when navigating to the exact same URL as the current location",
51975198
"segment cache (basic tests) skips dynamic request if prefetched data is fully static",
51985199
"segment cache (basic tests) skips static layouts during partially static navigation"
51995200
],
5200-
"failed": [
5201-
"segment cache (basic tests) refreshes page segments when navigating to the exact same URL as the current location"
5202-
],
5201+
"failed": [],
52035202
"pending": [],
52045203
"flakey": [],
52055204
"runtimeError": false
@@ -8181,13 +8180,12 @@
81818180
"passed": [
81828181
"Default 404 Page with custom _error production mode should build successfully",
81838182
"Default 404 Page with custom _error production mode should have output 404.html",
8183+
"Default 404 Page with custom _error production mode should render error correctly",
8184+
"Default 404 Page with custom _error production mode should render index page normal",
81848185
"Default 404 Page with custom _error production mode should respond to 404 correctly",
81858186
"Default 404 Page with custom _error production mode should set pages404 in routes-manifest correctly"
81868187
],
8187-
"failed": [
8188-
"Default 404 Page with custom _error production mode should render error correctly",
8189-
"Default 404 Page with custom _error production mode should render index page normal"
8190-
],
8188+
"failed": [],
81918189
"pending": [
81928190
"Default 404 Page with custom _error development mode should render error correctly",
81938191
"Default 404 Page with custom _error development mode should render index page normal",
@@ -8302,10 +8300,10 @@
83028300
"runtimeError": false
83038301
},
83048302
"test/integration/amp-export-validation/test/index.test.js": {
8305-
"passed": [
8303+
"passed": [],
8304+
"failed": [
83068305
"AMP Validation on Export production mode should have shown errors during build"
83078306
],
8308-
"failed": [],
83098307
"pending": [
83108308
"AMP Validation on Export production mode shows AMP warning without throwing error",
83118309
"AMP Validation on Export production mode shows warning and error when throwing error",
@@ -13218,6 +13216,22 @@
1321813216
},
1321913217
"test/integration/i18n-support/test/index.test.js": {
1322013218
"passed": [
13219+
"i18n Support production mode should show proper error for duplicate defaultLocales",
13220+
"i18n Support production mode should show proper error for duplicate locales",
13221+
"i18n Support production mode should show proper error for invalid locale domain",
13222+
"i18n Support with localeDetection disabled production mode should have localeDetection in routes-manifest",
13223+
"i18n Support with localeDetection disabled production mode should ignore the invalid accept-language header",
13224+
"i18n Support with localeDetection disabled production mode should not detect locale from accept-language",
13225+
"i18n Support with localeDetection disabled production mode should set locale from detected path",
13226+
"i18n Support with trailingSlash: false production mode should redirect correctly",
13227+
"i18n Support with trailingSlash: true production mode should have correct locale domain hrefs",
13228+
"i18n Support with trailingSlash: true production mode should navigate between pages correctly",
13229+
"i18n Support with trailingSlash: true production mode should preload all locales data correctly",
13230+
"i18n Support with trailingSlash: true production mode should redirect correctly",
13231+
"i18n Support with trailingSlash: true production mode should return 404 error for repeating locales",
13232+
"i18n Support with trailingSlash: true production mode should serve pages correctly with locale prefix"
13233+
],
13234+
"failed": [
1322113235
"i18n Support production mode should 404 for GSP pages that returned notFound",
1322213236
"i18n Support production mode should 404 for GSP that returned notFound on client-transition",
1322313237
"i18n Support production mode should 404 for locale prefixed public folder files",
@@ -13299,30 +13313,15 @@
1329913313
"i18n Support production mode should rewrite to API route correctly for nl-BE locale",
1330013314
"i18n Support production mode should rewrite to API route correctly for nl-NL locale",
1330113315
"i18n Support production mode should serve public file on locale domain",
13302-
"i18n Support production mode should show proper error for duplicate defaultLocales",
13303-
"i18n Support production mode should show proper error for duplicate locales",
13304-
"i18n Support production mode should show proper error for invalid locale domain",
1330513316
"i18n Support production mode should transition on client properly for page that starts with locale",
1330613317
"i18n Support production mode should update asPath on the client correctly",
1330713318
"i18n Support production mode should use correct default locale for locale domains",
1330813319
"i18n Support production mode should use default locale for / without accept-language",
1330913320
"i18n Support production mode should use default locale when no locale is in href with locale false",
1331013321
"i18n Support production mode should visit API route directly correctly",
1331113322
"i18n Support production mode should visit dynamic API route directly correctly",
13312-
"i18n Support production mode should work with AMP first page with all locales",
13313-
"i18n Support with localeDetection disabled production mode should have localeDetection in routes-manifest",
13314-
"i18n Support with localeDetection disabled production mode should ignore the invalid accept-language header",
13315-
"i18n Support with localeDetection disabled production mode should not detect locale from accept-language",
13316-
"i18n Support with localeDetection disabled production mode should set locale from detected path",
13317-
"i18n Support with trailingSlash: false production mode should redirect correctly",
13318-
"i18n Support with trailingSlash: true production mode should have correct locale domain hrefs",
13319-
"i18n Support with trailingSlash: true production mode should navigate between pages correctly",
13320-
"i18n Support with trailingSlash: true production mode should preload all locales data correctly",
13321-
"i18n Support with trailingSlash: true production mode should redirect correctly",
13322-
"i18n Support with trailingSlash: true production mode should return 404 error for repeating locales",
13323-
"i18n Support with trailingSlash: true production mode should serve pages correctly with locale prefix"
13323+
"i18n Support production mode should work with AMP first page with all locales"
1332413324
],
13325-
"failed": [],
1332613325
"pending": [
1332713326
"i18n Support development mode should 404 for GSP pages that returned notFound",
1332813327
"i18n Support development mode should 404 for GSP that returned notFound on client-transition",
@@ -13648,11 +13647,10 @@
1364813647
"with dangerouslyAllowSVG config dev support with next.config.js should timeout for upstream image exceeding 7 seconds",
1364913648
"with dangerouslyAllowSVG config dev support with next.config.js should use cache and stale-while-revalidate when query is the same for external image",
1365013649
"with dangerouslyAllowSVG config dev support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image",
13650+
"with dangerouslyAllowSVG config dev support with next.config.js should use cached image file when parameters are the same for animated gif",
1365113651
"with dangerouslyAllowSVG config dev support with next.config.js should use cached image file when parameters are the same for svg"
1365213652
],
13653-
"failed": [
13654-
"with dangerouslyAllowSVG config dev support with next.config.js should use cached image file when parameters are the same for animated gif"
13655-
],
13653+
"failed": [],
1365613654
"pending": [
1365713655
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js recursive url is not allowed should fail with encoded relative image url",
1365813656
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js recursive url is not allowed should fail with relative image url with assetPrefix",

0 commit comments

Comments
 (0)