From eb2896991188102ef7ba45a272fef9c2ea4b0b0d Mon Sep 17 00:00:00 2001 From: Vercel Release Bot <88769842+vercel-release-bot@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:48:59 -0400 Subject: [PATCH] Update Turbopack development test manifest (#65054) This auto-generated PR updates the development integration test manifest used when testing Turbopack. --- test/turbopack-dev-tests-manifest.json | 235 +++++++++++++++++++++++++ 1 file changed, 235 insertions(+) diff --git a/test/turbopack-dev-tests-manifest.json b/test/turbopack-dev-tests-manifest.json index 0496aba4c5069..cbcb6a69c25c4 100644 --- a/test/turbopack-dev-tests-manifest.json +++ b/test/turbopack-dev-tests-manifest.json @@ -6822,6 +6822,20 @@ "flakey": [], "runtimeError": false }, + "test/e2e/next-test/next-test.test.ts": { + "passed": [ + "next test first time setup should correctly install missing dependencies and generate missing configuration file for first-time-setup-js", + "next test first time setup should correctly install missing dependencies and generate missing configuration file for first-time-setup-ts", + "next test first time setup should fail if next.js config is missing experimental#testProxy", + "next test should execute playwright tests", + "next test should pass args to test runner", + "next test test runner validation should validate configured/specified test runner" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/no-eslint-warn-with-no-eslint-config/index.test.ts": { "passed": [ "no-eslint-warn-with-no-eslint-config should not have eslint warnings when no eslint config", @@ -13144,6 +13158,227 @@ "flakey": [], "runtimeError": false }, + "test/integration/image-optimizer/test/squoosh.test.ts": { + "passed": [ + "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": [], + "pending": [ + "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 set cache-control to immutable for static images", + "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 set cache-control to immutable for static images", + "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" + ], + "flakey": [], + "runtimeError": false + }, "test/integration/import-assertion/test/index.test.js": { "passed": ["import-assertion dev should handle json assertions"], "failed": [],