From f320d60397b57b9549cd4f2d36775d5867ffb403 Mon Sep 17 00:00:00 2001 From: vercel-release-bot Date: Sat, 27 Apr 2024 07:04:43 +0000 Subject: [PATCH] update/turbopack-manifest-1714201481022 --- test/turbopack-build-tests-manifest.json | 404 +++-------------------- 1 file changed, 45 insertions(+), 359 deletions(-) diff --git a/test/turbopack-build-tests-manifest.json b/test/turbopack-build-tests-manifest.json index bced21d02eef..5ae0e48d2bbe 100644 --- a/test/turbopack-build-tests-manifest.json +++ b/test/turbopack-build-tests-manifest.json @@ -169,6 +169,8 @@ "app-dir action handling should log a warning when a server action is not found but an id is provided", "app-dir action handling should not block navigation events while a server action is in flight", "app-dir action handling should not block router.back() while a server action is in flight", + "app-dir action handling should not error when a forwarded action triggers a redirect (edge)", + "app-dir action handling should not error when a forwarded action triggers a redirect (node)", "app-dir action handling should not log errors for non-action form POSTs", "app-dir action handling should only submit action once when resubmitting an action after navigation", "app-dir action handling should push new route when redirecting", @@ -475,7 +477,8 @@ "app-dir with middleware Mutate request headers for next/headers Adds new headers", "app-dir with middleware Mutate request headers for next/headers Deletes headers", "app-dir with middleware Mutate request headers for next/headers Supports draft mode", - "app-dir with middleware Mutate request headers for next/headers Updates headers" + "app-dir with middleware Mutate request headers for next/headers Updates headers", + "app-dir with middleware should be possible to modify cookies & read them in an RSC in a single request" ], "failed": [ "app-dir with middleware should filter correctly after middleware rewrite" @@ -1048,6 +1051,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/app/flying-shuttle.test.ts": { + "passed": [], + "failed": [ + "should output updated trace files should have file hashes in trace files" + ], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/app/index.test.ts": { "passed": [], "failed": [ @@ -1166,15 +1178,6 @@ "flakey": [], "runtimeError": false }, - "test/e2e/app-dir/app/flying-shuttle.test.ts": { - "passed": [], - "failed": [ - "should output updated trace files should have file hashes in trace files" - ], - "pending": [], - "flakey": [], - "runtimeError": false - }, "test/e2e/app-dir/app/standalone-gsp.test.ts": { "passed": [], "failed": [ @@ -1541,30 +1544,6 @@ "flakey": [], "runtimeError": false }, - "test/e2e/app-dir/emotion-js/index.test.ts": { - "passed": [ - "app dir - emotion-js should render emotion-js css with compiler.emotion option correctly" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "test/e2e/app-dir/error-boundary-navigation/index.test.ts": { - "passed": [ - "app dir - not found navigation should allow navigating to a non-existent page", - "app dir - not found navigation should allow navigating to a page calling notfound", - "app dir - not found navigation should allow navigation back to route that was initially not-found", - "app dir - not found navigation should allow navigation on error", - "app dir - not found navigation should allow navigation on not-found", - "app dir - not found navigation should allow navigation to other routes on route that was initially not-found", - "app dir - not found navigation should be able to navigate to other page from root not-found page" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, "test/e2e/app-dir/error-boundary-navigation/override-node-env.test.ts": { "passed": [ "app dir - not found navigation - with overridden node env should allow navigating to a non-existent page", @@ -2076,15 +2055,6 @@ "flakey": [], "runtimeError": false }, - "test/e2e/app-dir/next-config/index.test.ts": { - "passed": [ - "app dir - next config should support importing webpack in next.config" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, "test/e2e/app-dir/next-font/next-font.test.ts": { "passed": [ "app dir - next/font app app dir - next-font computed styles should have correct styles at /", @@ -2295,6 +2265,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/parallel-routes-breadcrumbs/parallel-routes-breadcrumbs.test.ts": { + "passed": [ + "parallel-routes-breadcrumbs should provide an unmatched catch-all route with params" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/parallel-routes-catchall-children-slot/parallel-routes-catchall-children-slot.test.ts": { "passed": [ "parallel-routes-catchall-children-slot should match the @children slot for a page before attempting to match the catchall" @@ -2659,6 +2638,13 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/ppr-unstable-cache/ppr-unstable-cache.test.ts": { + "passed": ["ppr-unstable-cache should not cache inner fetch calls"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/ppr/ppr.test.ts": { "passed": [ "ppr /no-suspense/node/gsp/[slug] should serve the static & dynamic parts", @@ -6305,6 +6291,8 @@ "CLI Usage dev -p reserved", "CLI Usage dev Allow retry if default port is already in use", "CLI Usage dev NODE_OPTIONS='--inspect'", + "CLI Usage dev NODE_OPTIONS='--require=file with spaces to --require.js'", + "CLI Usage dev NODE_OPTIONS='--require=file with spaces to-require-with-node-require-option.js'", "CLI Usage dev PORT=0", "CLI Usage dev custom directory", "CLI Usage dev invalid directory", @@ -10248,7 +10236,6 @@ "i18n Support basePath production mode should not redirect to accept-lang preferred locale with locale cookie", "i18n Support basePath production mode should not remove locale prefix for default locale", "i18n Support basePath production mode should not strip locale prefix for default locale with locale domains", - "i18n Support basePath production mode should output correct prerender-manifest", "i18n Support basePath production mode should prerender with the correct href for locale domain", "i18n Support basePath production mode should provide defaultLocale correctly for locale domain", "i18n Support basePath production mode should redirect external domain correctly", @@ -10298,6 +10285,7 @@ "i18n Support basePath production mode should navigate with locale prop correctly", "i18n Support basePath production mode should navigate with locale prop correctly GSP", "i18n Support basePath production mode should not add duplicate locale key when navigating back to root path with query params", + "i18n Support basePath production mode should output correct prerender-manifest", "i18n Support basePath production mode should preload all locales data correctly", "i18n Support basePath production mode should render 404 for fallback page that returned 404", "i18n Support basePath production mode should render 404 for fallback page that returned 404 on client transition", @@ -10733,7 +10721,6 @@ "with contentDispositionType attachment Production Mode Server support with next.config.js should fail when width is not in next.config.js", "with contentDispositionType attachment Production Mode Server support with next.config.js should handle concurrent requests", "with contentDispositionType attachment Production Mode Server support with next.config.js should handle non-ascii characters in image url", - "with contentDispositionType attachment Production Mode Server support with next.config.js should have sharp missing warning", "with contentDispositionType attachment Production Mode Server support with next.config.js should maintain animated gif", "with contentDispositionType attachment Production Mode Server support with next.config.js should maintain animated png", "with contentDispositionType attachment Production Mode Server support with next.config.js should maintain animated png 2", @@ -10747,8 +10734,6 @@ "with contentDispositionType attachment Production Mode Server support with next.config.js should not allow svg with comma header", "with contentDispositionType attachment Production Mode Server support with next.config.js should not allow svg with uppercase header", "with contentDispositionType attachment Production Mode Server support with next.config.js should not allow vector svg", - "with contentDispositionType attachment Production Mode Server support with next.config.js should not change the color type of a png", - "with contentDispositionType attachment Production Mode Server support with next.config.js should not have sharp outdated warning", "with contentDispositionType attachment Production Mode Server support with next.config.js should not resize if requested width is larger than original source image", "with contentDispositionType attachment Production Mode Server support with next.config.js should resize absolute url from localhost", "with contentDispositionType attachment Production Mode Server support with next.config.js should resize relative url and new Chrome accept header as avif", @@ -10803,9 +10788,6 @@ "with contentDispositionType attachment dev support with next.config.js should not allow svg with comma header", "with contentDispositionType attachment dev support with next.config.js should not allow svg with uppercase header", "with contentDispositionType attachment dev support with next.config.js should not allow vector svg", - "with contentDispositionType attachment dev support with next.config.js should not change the color type of a png", - "with contentDispositionType attachment dev support with next.config.js should not have sharp missing warning", - "with contentDispositionType attachment dev support with next.config.js should not have sharp outdated warning", "with contentDispositionType attachment dev support with next.config.js should not resize if requested width is larger than original source image", "with contentDispositionType attachment dev support with next.config.js should resize absolute url from localhost", "with contentDispositionType attachment dev support with next.config.js should resize relative url and new Chrome accept header as avif", @@ -10892,7 +10874,6 @@ "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when width is not in next.config.js", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should handle concurrent requests", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should handle non-ascii characters in image url", - "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should have sharp missing warning", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain animated gif", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain animated png", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain animated png 2", @@ -10906,8 +10887,6 @@ "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not allow svg with comma header", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not allow svg with uppercase header", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not allow vector svg", - "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not change the color type of a png", - "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not have sharp outdated warning", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not resize if requested width is larger than original source image", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should resize absolute url from localhost", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should resize relative url and new Chrome accept header as avif", @@ -10920,6 +10899,7 @@ "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should return home page", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should set 304 status without body when etag matches if-none-match", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for external image", + "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should use cached image file when parameters are the same for animated gif", "with minimumCacheTTL of 5 sec dev support with next.config.js should automatically detect image type when content-type is octet-stream", "with minimumCacheTTL of 5 sec dev support with next.config.js should compress avif smaller than webp at q=100", @@ -10961,9 +10941,6 @@ "with minimumCacheTTL of 5 sec dev support with next.config.js should not allow svg with comma header", "with minimumCacheTTL of 5 sec dev support with next.config.js should not allow svg with uppercase header", "with minimumCacheTTL of 5 sec dev support with next.config.js should not allow vector svg", - "with minimumCacheTTL of 5 sec dev support with next.config.js should not change the color type of a png", - "with minimumCacheTTL of 5 sec dev support with next.config.js should not have sharp missing warning", - "with minimumCacheTTL of 5 sec dev support with next.config.js should not have sharp outdated warning", "with minimumCacheTTL of 5 sec dev support with next.config.js should not resize if requested width is larger than original source image", "with minimumCacheTTL of 5 sec dev support with next.config.js should resize absolute url from localhost", "with minimumCacheTTL of 5 sec dev support with next.config.js should resize relative url and new Chrome accept header as avif", @@ -10981,74 +10958,7 @@ "with minimumCacheTTL of 5 sec dev support with next.config.js should use cached image file when parameters are the same for animated gif" ], "failed": [ - "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should set cache-control to immutable for static images", - "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image" - ], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "test/integration/image-optimizer/test/old-sharp.test.ts": { - "passed": [ - "with outdated sharp Production Mode Server support with next.config.js should automatically detect image type when content-type is octet-stream", - "with outdated sharp Production Mode Server support with next.config.js should compress avif smaller than webp at q=100", - "with outdated sharp Production Mode Server support with next.config.js should compress avif smaller than webp at q=50", - "with outdated sharp Production Mode Server support with next.config.js should compress avif smaller than webp at q=75", - "with outdated sharp Production Mode Server support with next.config.js should downlevel webp format to jpeg for old Safari", - "with outdated sharp Production Mode Server support with next.config.js should emit blur svg when width is 8 in dev but not prod", - "with outdated sharp Production Mode Server support with next.config.js should emit blur svg when width is less than 8 in dev but not prod", - "with outdated sharp Production Mode Server support with next.config.js should error if the image file does not exist", - "with outdated sharp Production Mode Server support with next.config.js should error if the resource isn't a valid image", - "with outdated sharp Production Mode Server support with next.config.js should fail when domain is not defined in next.config.js", - "with outdated sharp Production Mode Server support with next.config.js should fail when internal url is not an image", - "with outdated sharp Production Mode Server support with next.config.js should fail when q is greater than 100", - "with outdated sharp Production Mode Server support with next.config.js should fail when q is less than 1", - "with outdated sharp Production Mode Server support with next.config.js should fail when q is missing", - "with outdated sharp Production Mode Server support with next.config.js should fail when q is not a number", - "with outdated sharp Production Mode Server support with next.config.js should fail when url fails to load an image", - "with outdated sharp Production Mode Server support with next.config.js should fail when url has file protocol", - "with outdated sharp Production Mode Server support with next.config.js should fail when url has ftp protocol", - "with outdated sharp Production Mode Server support with next.config.js should fail when url is missing", - "with outdated sharp Production Mode Server support with next.config.js should fail when w is 0", - "with outdated sharp Production Mode Server support with next.config.js should fail when w is less than 0", - "with outdated sharp Production Mode Server support with next.config.js should fail when w is missing", - "with outdated sharp Production Mode Server support with next.config.js should fail when w is not a number", - "with outdated sharp Production Mode Server support with next.config.js should fail when width is not in next.config.js", - "with outdated sharp Production Mode Server support with next.config.js should handle concurrent requests", - "with outdated sharp Production Mode Server support with next.config.js should handle non-ascii characters in image url", - "with outdated sharp Production Mode Server support with next.config.js should have sharp outdated warning", - "with outdated sharp Production Mode Server support with next.config.js should maintain animated gif", - "with outdated sharp Production Mode Server support with next.config.js should maintain animated png", - "with outdated sharp Production Mode Server support with next.config.js should maintain animated png 2", - "with outdated sharp Production Mode Server support with next.config.js should maintain animated webp", - "with outdated sharp Production Mode Server support with next.config.js should maintain bmp", - "with outdated sharp Production Mode Server support with next.config.js should maintain ico format", - "with outdated sharp Production Mode Server support with next.config.js should maintain jpg format for old Safari", - "with outdated sharp Production Mode Server support with next.config.js should maintain png format for old Safari", - "with outdated sharp Production Mode Server support with next.config.js should normalize invalid status codes", - "with outdated sharp Production Mode Server support with next.config.js should not allow svg with application header", - "with outdated sharp Production Mode Server support with next.config.js should not allow svg with comma header", - "with outdated sharp Production Mode Server support with next.config.js should not allow svg with uppercase header", - "with outdated sharp Production Mode Server support with next.config.js should not allow vector svg", - "with outdated sharp Production Mode Server support with next.config.js should not have sharp missing warning", - "with outdated sharp Production Mode Server support with next.config.js should not resize if requested width is larger than original source image", - "with outdated sharp Production Mode Server support with next.config.js should resize absolute url from localhost", - "with outdated sharp Production Mode Server support with next.config.js should resize relative url and new Chrome accept header as avif", - "with outdated sharp Production Mode Server support with next.config.js should resize relative url and old Chrome accept header as webp", - "with outdated sharp Production Mode Server support with next.config.js should resize relative url and png accept header", - "with outdated sharp Production Mode Server support with next.config.js should resize relative url and webp Firefox accept header", - "with outdated sharp Production Mode Server support with next.config.js should resize relative url with invalid accept header as gif", - "with outdated sharp Production Mode Server support with next.config.js should resize relative url with invalid accept header as png", - "with outdated sharp Production Mode Server support with next.config.js should resize relative url with invalid accept header as tiff", - "with outdated sharp Production Mode Server support with next.config.js should return home page", - "with outdated sharp Production Mode Server support with next.config.js should set 304 status without body when etag matches if-none-match", - "with outdated sharp Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for external image", - "with outdated sharp Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image", - "with outdated sharp Production Mode Server support with next.config.js should use cached image file when parameters are the same for animated gif" - ], - "failed": [ - "with outdated sharp Production Mode Server support with next.config.js should handle custom sharp usage", - "with outdated sharp Production Mode Server support with next.config.js should set cache-control to immutable for static images" + "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should set cache-control to immutable for static images" ], "pending": [], "flakey": [], @@ -11089,8 +10999,6 @@ "with latest sharp Production Mode Server support w/o next.config.js should not allow svg with comma header", "with latest sharp Production Mode Server support w/o next.config.js should not allow svg with uppercase header", "with latest sharp Production Mode Server support w/o next.config.js should not allow vector svg", - "with latest sharp Production Mode Server support w/o next.config.js should not have sharp missing warning", - "with latest sharp Production Mode Server support w/o next.config.js should not have sharp outdated warning", "with latest sharp Production Mode Server support w/o next.config.js should not resize if requested width is larger than original source image", "with latest sharp Production Mode Server support w/o next.config.js should resize relative url and old Chrome accept header as webp", "with latest sharp Production Mode Server support w/o next.config.js should resize relative url and png accept header", @@ -11142,8 +11050,6 @@ "with latest sharp Production Mode Server support with next.config.js should not allow svg with comma header", "with latest sharp Production Mode Server support with next.config.js should not allow svg with uppercase header", "with latest sharp Production Mode Server support with next.config.js should not allow vector svg", - "with latest sharp Production Mode Server support with next.config.js should not have sharp missing warning", - "with latest sharp Production Mode Server support with next.config.js should not have sharp outdated warning", "with latest sharp Production Mode Server support with next.config.js should not resize if requested width is larger than original source image", "with latest sharp Production Mode Server support with next.config.js should resize absolute url from localhost", "with latest sharp Production Mode Server support with next.config.js should resize relative url and new Chrome accept header as avif", @@ -11191,8 +11097,6 @@ "with latest sharp dev support w/o next.config.js should not allow svg with comma header", "with latest sharp dev support w/o next.config.js should not allow svg with uppercase header", "with latest sharp dev support w/o next.config.js should not allow vector svg", - "with latest sharp dev support w/o next.config.js should not have sharp missing warning", - "with latest sharp dev support w/o next.config.js should not have sharp outdated warning", "with latest sharp dev support w/o next.config.js should not resize if requested width is larger than original source image", "with latest sharp dev support w/o next.config.js should resize relative url and old Chrome accept header as webp", "with latest sharp dev support w/o next.config.js should resize relative url and png accept header", @@ -11245,8 +11149,6 @@ "with latest sharp dev support with next.config.js should not allow svg with comma header", "with latest sharp dev support with next.config.js should not allow svg with uppercase header", "with latest sharp dev support with next.config.js should not allow vector svg", - "with latest sharp dev support with next.config.js should not have sharp missing warning", - "with latest sharp dev support with next.config.js should not have sharp outdated warning", "with latest sharp dev support with next.config.js should not resize if requested width is larger than original source image", "with latest sharp dev support with next.config.js should resize absolute url from localhost", "with latest sharp dev support with next.config.js should resize relative url and new Chrome accept header as avif", @@ -11265,234 +11167,12 @@ ], "failed": [ "with latest sharp Production Mode Server support w/o next.config.js should set cache-control to immutable for static images", - "with latest sharp Production Mode Server support with next.config.js should handle custom sharp usage", "with latest sharp Production Mode Server support with next.config.js should set cache-control to immutable for static images" ], "pending": [], "flakey": [], "runtimeError": false }, - "test/integration/image-optimizer/test/squoosh.test.ts": { - "passed": [ - "with squoosh Production Mode Server support w/o next.config.js should downlevel avif format to jpeg for old Safari", - "with squoosh Production Mode Server support w/o next.config.js should downlevel webp format to jpeg for old Safari", - "with squoosh Production Mode Server support w/o next.config.js should emit blur svg when width is 8 in dev but not prod", - "with squoosh Production Mode Server support w/o next.config.js should emit blur svg when width is less than 8 in dev but not prod", - "with squoosh Production Mode Server support w/o next.config.js should error if the image file does not exist", - "with squoosh Production Mode Server support w/o next.config.js should error if the resource isn't a valid image", - "with squoosh Production Mode Server support w/o next.config.js should fail when domain is not defined in next.config.js", - "with squoosh Production Mode Server support w/o next.config.js should fail when internal url is not an image", - "with squoosh Production Mode Server support w/o next.config.js should fail when q is greater than 100", - "with squoosh Production Mode Server support w/o next.config.js should fail when q is less than 1", - "with squoosh Production Mode Server support w/o next.config.js should fail when q is missing", - "with squoosh Production Mode Server support w/o next.config.js should fail when q is not a number", - "with squoosh Production Mode Server support w/o next.config.js should fail when url has file protocol", - "with squoosh Production Mode Server support w/o next.config.js should fail when url has ftp protocol", - "with squoosh Production Mode Server support w/o next.config.js should fail when url is missing", - "with squoosh Production Mode Server support w/o next.config.js should fail when w is 0", - "with squoosh Production Mode Server support w/o next.config.js should fail when w is less than 0", - "with squoosh Production Mode Server support w/o next.config.js should fail when w is missing", - "with squoosh Production Mode Server support w/o next.config.js should fail when w is not a number", - "with squoosh Production Mode Server support w/o next.config.js should fail when width is not in next.config.js", - "with squoosh Production Mode Server support w/o next.config.js should handle non-ascii characters in image url", - "with squoosh Production Mode Server support w/o next.config.js should have sharp missing warning", - "with squoosh Production Mode Server support w/o next.config.js should maintain animated gif", - "with squoosh Production Mode Server support w/o next.config.js should maintain animated png", - "with squoosh Production Mode Server support w/o next.config.js should maintain animated png 2", - "with squoosh Production Mode Server support w/o next.config.js should maintain animated webp", - "with squoosh Production Mode Server support w/o next.config.js should maintain bmp", - "with squoosh Production Mode Server support w/o next.config.js should maintain ico format", - "with squoosh Production Mode Server support w/o next.config.js should maintain jpg format for old Safari", - "with squoosh Production Mode Server support w/o next.config.js should maintain png format for old Safari", - "with squoosh Production Mode Server support w/o next.config.js should not allow svg with application header", - "with squoosh Production Mode Server support w/o next.config.js should not allow svg with comma header", - "with squoosh Production Mode Server support w/o next.config.js should not allow svg with uppercase header", - "with squoosh Production Mode Server support w/o next.config.js should not allow vector svg", - "with squoosh Production Mode Server support w/o next.config.js should not change the color type of a png", - "with squoosh Production Mode Server support w/o next.config.js should not have sharp outdated warning", - "with squoosh Production Mode Server support w/o next.config.js should not resize if requested width is larger than original source image", - "with squoosh Production Mode Server support w/o next.config.js should resize relative url and old Chrome accept header as webp", - "with squoosh Production Mode Server support w/o next.config.js should resize relative url and png accept header", - "with squoosh Production Mode Server support w/o next.config.js should resize relative url and webp Firefox accept header", - "with squoosh Production Mode Server support w/o next.config.js should resize relative url with invalid accept header as gif", - "with squoosh Production Mode Server support w/o next.config.js should resize relative url with invalid accept header as png", - "with squoosh Production Mode Server support w/o next.config.js should resize relative url with invalid accept header as tiff", - "with squoosh Production Mode Server support w/o next.config.js should return home page", - "with squoosh Production Mode Server support w/o next.config.js should set 304 status without body when etag matches if-none-match", - "with squoosh Production Mode Server support w/o next.config.js should use cache and stale-while-revalidate when query is the same for internal image", - "with squoosh Production Mode Server support w/o next.config.js should use cached image file when parameters are the same for animated gif", - "with squoosh Production Mode Server support with next.config.js should automatically detect image type when content-type is octet-stream", - "with squoosh Production Mode Server support with next.config.js should compress avif smaller than webp at q=100", - "with squoosh Production Mode Server support with next.config.js should compress avif smaller than webp at q=50", - "with squoosh Production Mode Server support with next.config.js should compress avif smaller than webp at q=75", - "with squoosh Production Mode Server support with next.config.js should downlevel avif format to jpeg for old Safari", - "with squoosh Production Mode Server support with next.config.js should downlevel webp format to jpeg for old Safari", - "with squoosh Production Mode Server support with next.config.js should emit blur svg when width is 8 in dev but not prod", - "with squoosh Production Mode Server support with next.config.js should emit blur svg when width is less than 8 in dev but not prod", - "with squoosh Production Mode Server support with next.config.js should error if the image file does not exist", - "with squoosh Production Mode Server support with next.config.js should error if the resource isn't a valid image", - "with squoosh Production Mode Server support with next.config.js should fail when domain is not defined in next.config.js", - "with squoosh Production Mode Server support with next.config.js should fail when internal url is not an image", - "with squoosh Production Mode Server support with next.config.js should fail when q is greater than 100", - "with squoosh Production Mode Server support with next.config.js should fail when q is less than 1", - "with squoosh Production Mode Server support with next.config.js should fail when q is missing", - "with squoosh Production Mode Server support with next.config.js should fail when q is not a number", - "with squoosh Production Mode Server support with next.config.js should fail when url fails to load an image", - "with squoosh Production Mode Server support with next.config.js should fail when url has file protocol", - "with squoosh Production Mode Server support with next.config.js should fail when url has ftp protocol", - "with squoosh Production Mode Server support with next.config.js should fail when url is missing", - "with squoosh Production Mode Server support with next.config.js should fail when w is 0", - "with squoosh Production Mode Server support with next.config.js should fail when w is less than 0", - "with squoosh Production Mode Server support with next.config.js should fail when w is missing", - "with squoosh Production Mode Server support with next.config.js should fail when w is not a number", - "with squoosh Production Mode Server support with next.config.js should fail when width is not in next.config.js", - "with squoosh Production Mode Server support with next.config.js should handle concurrent requests", - "with squoosh Production Mode Server support with next.config.js should handle non-ascii characters in image url", - "with squoosh Production Mode Server support with next.config.js should have sharp missing warning", - "with squoosh Production Mode Server support with next.config.js should maintain animated gif", - "with squoosh Production Mode Server support with next.config.js should maintain animated png", - "with squoosh Production Mode Server support with next.config.js should maintain animated png 2", - "with squoosh Production Mode Server support with next.config.js should maintain animated webp", - "with squoosh Production Mode Server support with next.config.js should maintain bmp", - "with squoosh Production Mode Server support with next.config.js should maintain ico format", - "with squoosh Production Mode Server support with next.config.js should maintain jpg format for old Safari", - "with squoosh Production Mode Server support with next.config.js should maintain png format for old Safari", - "with squoosh Production Mode Server support with next.config.js should normalize invalid status codes", - "with squoosh Production Mode Server support with next.config.js should not allow svg with application header", - "with squoosh Production Mode Server support with next.config.js should not allow svg with comma header", - "with squoosh Production Mode Server support with next.config.js should not allow svg with uppercase header", - "with squoosh Production Mode Server support with next.config.js should not allow vector svg", - "with squoosh Production Mode Server support with next.config.js should not change the color type of a png", - "with squoosh Production Mode Server support with next.config.js should not have sharp outdated warning", - "with squoosh Production Mode Server support with next.config.js should not resize if requested width is larger than original source image", - "with squoosh Production Mode Server support with next.config.js should resize absolute url from localhost", - "with squoosh Production Mode Server support with next.config.js should resize relative url and new Chrome accept header as avif", - "with squoosh Production Mode Server support with next.config.js should resize relative url and old Chrome accept header as webp", - "with squoosh Production Mode Server support with next.config.js should resize relative url and png accept header", - "with squoosh Production Mode Server support with next.config.js should resize relative url and webp Firefox accept header", - "with squoosh Production Mode Server support with next.config.js should resize relative url with invalid accept header as gif", - "with squoosh Production Mode Server support with next.config.js should resize relative url with invalid accept header as png", - "with squoosh Production Mode Server support with next.config.js should resize relative url with invalid accept header as tiff", - "with squoosh Production Mode Server support with next.config.js should return home page", - "with squoosh Production Mode Server support with next.config.js should set 304 status without body when etag matches if-none-match", - "with squoosh Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for external image", - "with squoosh Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image", - "with squoosh Production Mode Server support with next.config.js should use cached image file when parameters are the same for animated gif", - "with squoosh dev support w/o next.config.js should downlevel avif format to jpeg for old Safari", - "with squoosh dev support w/o next.config.js should downlevel webp format to jpeg for old Safari", - "with squoosh dev support w/o next.config.js should emit blur svg when width is 8 in dev but not prod", - "with squoosh dev support w/o next.config.js should emit blur svg when width is less than 8 in dev but not prod", - "with squoosh dev support w/o next.config.js should error if the image file does not exist", - "with squoosh dev support w/o next.config.js should error if the resource isn't a valid image", - "with squoosh dev support w/o next.config.js should fail when domain is not defined in next.config.js", - "with squoosh dev support w/o next.config.js should fail when internal url is not an image", - "with squoosh dev support w/o next.config.js should fail when q is greater than 100", - "with squoosh dev support w/o next.config.js should fail when q is less than 1", - "with squoosh dev support w/o next.config.js should fail when q is missing", - "with squoosh dev support w/o next.config.js should fail when q is not a number", - "with squoosh dev support w/o next.config.js should fail when url has file protocol", - "with squoosh dev support w/o next.config.js should fail when url has ftp protocol", - "with squoosh dev support w/o next.config.js should fail when url is missing", - "with squoosh dev support w/o next.config.js should fail when w is 0", - "with squoosh dev support w/o next.config.js should fail when w is less than 0", - "with squoosh dev support w/o next.config.js should fail when w is missing", - "with squoosh dev support w/o next.config.js should fail when w is not a number", - "with squoosh dev support w/o next.config.js should fail when width is not in next.config.js", - "with squoosh dev support w/o next.config.js should handle non-ascii characters in image url", - "with squoosh dev support w/o next.config.js should maintain animated gif", - "with squoosh dev support w/o next.config.js should maintain animated png", - "with squoosh dev support w/o next.config.js should maintain animated png 2", - "with squoosh dev support w/o next.config.js should maintain animated webp", - "with squoosh dev support w/o next.config.js should maintain bmp", - "with squoosh dev support w/o next.config.js should maintain ico format", - "with squoosh dev support w/o next.config.js should maintain jpg format for old Safari", - "with squoosh dev support w/o next.config.js should maintain png format for old Safari", - "with squoosh dev support w/o next.config.js should not allow svg with application header", - "with squoosh dev support w/o next.config.js should not allow svg with comma header", - "with squoosh dev support w/o next.config.js should not allow svg with uppercase header", - "with squoosh dev support w/o next.config.js should not allow vector svg", - "with squoosh dev support w/o next.config.js should not change the color type of a png", - "with squoosh dev support w/o next.config.js should not have sharp missing warning", - "with squoosh dev support w/o next.config.js should not have sharp outdated warning", - "with squoosh dev support w/o next.config.js should not resize if requested width is larger than original source image", - "with squoosh dev support w/o next.config.js should resize relative url and old Chrome accept header as webp", - "with squoosh dev support w/o next.config.js should resize relative url and png accept header", - "with squoosh dev support w/o next.config.js should resize relative url and webp Firefox accept header", - "with squoosh dev support w/o next.config.js should resize relative url with invalid accept header as gif", - "with squoosh dev support w/o next.config.js should resize relative url with invalid accept header as png", - "with squoosh dev support w/o next.config.js should resize relative url with invalid accept header as tiff", - "with squoosh dev support w/o next.config.js should return home page", - "with squoosh dev support w/o next.config.js should set 304 status without body when etag matches if-none-match", - "with squoosh dev support w/o next.config.js should set cache-control to immutable for static images", - "with squoosh dev support w/o next.config.js should use cache and stale-while-revalidate when query is the same for internal image", - "with squoosh dev support w/o next.config.js should use cached image file when parameters are the same for animated gif", - "with squoosh dev support with next.config.js should automatically detect image type when content-type is octet-stream", - "with squoosh dev support with next.config.js should compress avif smaller than webp at q=100", - "with squoosh dev support with next.config.js should compress avif smaller than webp at q=50", - "with squoosh dev support with next.config.js should compress avif smaller than webp at q=75", - "with squoosh dev support with next.config.js should downlevel avif format to jpeg for old Safari", - "with squoosh dev support with next.config.js should downlevel webp format to jpeg for old Safari", - "with squoosh dev support with next.config.js should emit blur svg when width is 8 in dev but not prod", - "with squoosh dev support with next.config.js should emit blur svg when width is less than 8 in dev but not prod", - "with squoosh dev support with next.config.js should error if the image file does not exist", - "with squoosh dev support with next.config.js should error if the resource isn't a valid image", - "with squoosh dev support with next.config.js should fail when domain is not defined in next.config.js", - "with squoosh dev support with next.config.js should fail when internal url is not an image", - "with squoosh dev support with next.config.js should fail when q is greater than 100", - "with squoosh dev support with next.config.js should fail when q is less than 1", - "with squoosh dev support with next.config.js should fail when q is missing", - "with squoosh dev support with next.config.js should fail when q is not a number", - "with squoosh dev support with next.config.js should fail when url fails to load an image", - "with squoosh dev support with next.config.js should fail when url has file protocol", - "with squoosh dev support with next.config.js should fail when url has ftp protocol", - "with squoosh dev support with next.config.js should fail when url is missing", - "with squoosh dev support with next.config.js should fail when w is 0", - "with squoosh dev support with next.config.js should fail when w is less than 0", - "with squoosh dev support with next.config.js should fail when w is missing", - "with squoosh dev support with next.config.js should fail when w is not a number", - "with squoosh dev support with next.config.js should fail when width is not in next.config.js", - "with squoosh dev support with next.config.js should handle concurrent requests", - "with squoosh dev support with next.config.js should handle non-ascii characters in image url", - "with squoosh dev support with next.config.js should maintain animated gif", - "with squoosh dev support with next.config.js should maintain animated png", - "with squoosh dev support with next.config.js should maintain animated png 2", - "with squoosh dev support with next.config.js should maintain animated webp", - "with squoosh dev support with next.config.js should maintain bmp", - "with squoosh dev support with next.config.js should maintain ico format", - "with squoosh dev support with next.config.js should maintain jpg format for old Safari", - "with squoosh dev support with next.config.js should maintain png format for old Safari", - "with squoosh dev support with next.config.js should normalize invalid status codes", - "with squoosh dev support with next.config.js should not allow svg with application header", - "with squoosh dev support with next.config.js should not allow svg with comma header", - "with squoosh dev support with next.config.js should not allow svg with uppercase header", - "with squoosh dev support with next.config.js should not allow vector svg", - "with squoosh dev support with next.config.js should not change the color type of a png", - "with squoosh dev support with next.config.js should not have sharp missing warning", - "with squoosh dev support with next.config.js should not have sharp outdated warning", - "with squoosh dev support with next.config.js should not resize if requested width is larger than original source image", - "with squoosh dev support with next.config.js should resize absolute url from localhost", - "with squoosh dev support with next.config.js should resize relative url and new Chrome accept header as avif", - "with squoosh dev support with next.config.js should resize relative url and old Chrome accept header as webp", - "with squoosh dev support with next.config.js should resize relative url and png accept header", - "with squoosh dev support with next.config.js should resize relative url and webp Firefox accept header", - "with squoosh dev support with next.config.js should resize relative url with invalid accept header as gif", - "with squoosh dev support with next.config.js should resize relative url with invalid accept header as png", - "with squoosh dev support with next.config.js should resize relative url with invalid accept header as tiff", - "with squoosh dev support with next.config.js should return home page", - "with squoosh dev support with next.config.js should set 304 status without body when etag matches if-none-match", - "with squoosh dev support with next.config.js should set cache-control to immutable for static images", - "with squoosh dev support with next.config.js should use cache and stale-while-revalidate when query is the same for external image", - "with squoosh dev support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image", - "with squoosh dev support with next.config.js should use cached image file when parameters are the same for animated gif" - ], - "failed": [ - "with squoosh Production Mode Server support w/o next.config.js should set cache-control to immutable for static images", - "with squoosh Production Mode Server support with next.config.js should set cache-control to immutable for static images" - ], - "pending": [], - "flakey": [], - "runtimeError": false - }, "test/integration/import-assertion/test/index.test.js": { "passed": ["import-assertion dev should handle json assertions"], "failed": [ @@ -12084,15 +11764,14 @@ }, "test/integration/next-image-legacy/custom-resolver/test/index.test.ts": { "passed": [ + "Custom Resolver Tests production mode Client-side Custom Loader Tests Should use a custom resolver for image URL", + "Custom Resolver Tests production mode Client-side Custom Loader Tests should add a srcset based on the custom resolver", + "Custom Resolver Tests production mode Client-side Custom Loader Tests should support the unoptimized attribute", "Custom Resolver Tests production mode SSR Custom Loader Tests Should use a custom resolver for image URL", "Custom Resolver Tests production mode SSR Custom Loader Tests should add a srcset based on the custom resolver", "Custom Resolver Tests production mode SSR Custom Loader Tests should support the unoptimized attribute" ], - "failed": [ - "Custom Resolver Tests production mode Client-side Custom Loader Tests Should use a custom resolver for image URL", - "Custom Resolver Tests production mode Client-side Custom Loader Tests should add a srcset based on the custom resolver", - "Custom Resolver Tests production mode Client-side Custom Loader Tests should support the unoptimized attribute" - ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -13885,6 +13564,13 @@ "flakey": [], "runtimeError": false }, + "test/integration/sharp-api/test/sharp-api.test.ts": { + "passed": [], + "failed": [], + "pending": ["sharp api should handle custom sharp usage"], + "flakey": [], + "runtimeError": false + }, "test/integration/src-dir-support-double-dir/test/index.test.js": { "passed": [ "Dynamic Routing production mode should render from pages",