|
5194 | 5194 | "segment cache (basic tests) navigate to page with lazily-generated (not at build time) static param",
|
5195 | 5195 | "segment cache (basic tests) navigate with prefetched data",
|
5196 | 5196 | "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", |
5197 | 5198 | "segment cache (basic tests) skips dynamic request if prefetched data is fully static",
|
5198 | 5199 | "segment cache (basic tests) skips static layouts during partially static navigation"
|
5199 | 5200 | ],
|
5200 |
| - "failed": [ |
5201 |
| - "segment cache (basic tests) refreshes page segments when navigating to the exact same URL as the current location" |
5202 |
| - ], |
| 5201 | + "failed": [], |
5203 | 5202 | "pending": [],
|
5204 | 5203 | "flakey": [],
|
5205 | 5204 | "runtimeError": false
|
|
8181 | 8180 | "passed": [
|
8182 | 8181 | "Default 404 Page with custom _error production mode should build successfully",
|
8183 | 8182 | "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", |
8184 | 8185 | "Default 404 Page with custom _error production mode should respond to 404 correctly",
|
8185 | 8186 | "Default 404 Page with custom _error production mode should set pages404 in routes-manifest correctly"
|
8186 | 8187 | ],
|
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": [], |
8191 | 8189 | "pending": [
|
8192 | 8190 | "Default 404 Page with custom _error development mode should render error correctly",
|
8193 | 8191 | "Default 404 Page with custom _error development mode should render index page normal",
|
|
8302 | 8300 | "runtimeError": false
|
8303 | 8301 | },
|
8304 | 8302 | "test/integration/amp-export-validation/test/index.test.js": {
|
8305 |
| - "passed": [ |
| 8303 | + "passed": [], |
| 8304 | + "failed": [ |
8306 | 8305 | "AMP Validation on Export production mode should have shown errors during build"
|
8307 | 8306 | ],
|
8308 |
| - "failed": [], |
8309 | 8307 | "pending": [
|
8310 | 8308 | "AMP Validation on Export production mode shows AMP warning without throwing error",
|
8311 | 8309 | "AMP Validation on Export production mode shows warning and error when throwing error",
|
|
13218 | 13216 | },
|
13219 | 13217 | "test/integration/i18n-support/test/index.test.js": {
|
13220 | 13218 | "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": [ |
13221 | 13235 | "i18n Support production mode should 404 for GSP pages that returned notFound",
|
13222 | 13236 | "i18n Support production mode should 404 for GSP that returned notFound on client-transition",
|
13223 | 13237 | "i18n Support production mode should 404 for locale prefixed public folder files",
|
@@ -13299,30 +13313,15 @@
|
13299 | 13313 | "i18n Support production mode should rewrite to API route correctly for nl-BE locale",
|
13300 | 13314 | "i18n Support production mode should rewrite to API route correctly for nl-NL locale",
|
13301 | 13315 | "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", |
13305 | 13316 | "i18n Support production mode should transition on client properly for page that starts with locale",
|
13306 | 13317 | "i18n Support production mode should update asPath on the client correctly",
|
13307 | 13318 | "i18n Support production mode should use correct default locale for locale domains",
|
13308 | 13319 | "i18n Support production mode should use default locale for / without accept-language",
|
13309 | 13320 | "i18n Support production mode should use default locale when no locale is in href with locale false",
|
13310 | 13321 | "i18n Support production mode should visit API route directly correctly",
|
13311 | 13322 | "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" |
13324 | 13324 | ],
|
13325 |
| - "failed": [], |
13326 | 13325 | "pending": [
|
13327 | 13326 | "i18n Support development mode should 404 for GSP pages that returned notFound",
|
13328 | 13327 | "i18n Support development mode should 404 for GSP that returned notFound on client-transition",
|
@@ -13648,11 +13647,10 @@
|
13648 | 13647 | "with dangerouslyAllowSVG config dev support with next.config.js should timeout for upstream image exceeding 7 seconds",
|
13649 | 13648 | "with dangerouslyAllowSVG config dev support with next.config.js should use cache and stale-while-revalidate when query is the same for external image",
|
13650 | 13649 | "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", |
13651 | 13651 | "with dangerouslyAllowSVG config dev support with next.config.js should use cached image file when parameters are the same for svg"
|
13652 | 13652 | ],
|
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": [], |
13656 | 13654 | "pending": [
|
13657 | 13655 | "with dangerouslyAllowSVG config Production Mode Server support with next.config.js recursive url is not allowed should fail with encoded relative image url",
|
13658 | 13656 | "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