Update Turbopack development test manifest (#66002)

This auto-generated PR updates the development integration test manifest
used when testing Turbopack.
This commit is contained in:
Vercel Release Bot 2024-05-20 20:17:17 -04:00 committed by GitHub
parent 6f9c4720f9
commit b6a72f3932
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -345,8 +345,10 @@
},
"packages/next/src/lib/metadata/resolve-metadata.test.ts": {
"passed": [
"accumulateMetadata alternate should support URL alternate canonical with search params",
"accumulateMetadata alternate should support alternate descriptors",
"accumulateMetadata alternate should support string alternate",
"accumulateMetadata alternate should support string alternate canonical with search params",
"accumulateMetadata icon should resolve icons.apple",
"accumulateMetadata icon should resolve icons.icon correctly",
"accumulateMetadata itunes should resolve relative url starting with ./ with pathname for itunes.appArgument",
@ -564,6 +566,18 @@
"flakey": [],
"runtimeError": false
},
"packages/next/src/server/future/normalizers/request/prefetch-rsc.test.ts": {
"passed": [
"PrefetchRSCPathnameNormalizer should match the prefetch rsc pathname",
"PrefetchRSCPathnameNormalizer should normalize the prefetch rsc index pathname",
"PrefetchRSCPathnameNormalizer should normalize the prefetch rsc pathname",
"PrefetchRSCPathnameNormalizer should not match the prefetch rsc pathname with a different suffix"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"packages/next/src/server/future/normalizers/request/prefix.test.ts": {
"passed": [
"PrefixPathnameNormalizer match should return false if the pathname does not start with the prefix",
@ -2525,6 +2539,7 @@
"app-dir action handling redirects redirects properly when server action handler redirects with a 308 status code",
"app-dir action handling redirects redirects properly when server action handler uses `permanentRedirect`",
"app-dir action handling redirects redirects properly when server action handler uses `redirect`",
"app-dir action handling redirects should not forward next-action header to a redirected RSC request",
"app-dir action handling server actions render client components server component imported action should support importing client components from actions",
"app-dir action handling should 404 when POSTing an invalid server action",
"app-dir action handling should be possible to catch network errors",
@ -2745,6 +2760,7 @@
"app-dir edge SSR should resolve client component without error",
"app-dir edge SSR should resolve module without error in edge runtime",
"app-dir edge SSR should retrieve cookies in a server component in the edge runtime",
"app-dir edge SSR should treat process as object without polyfill in edge runtime",
"app-dir edge SSR should warn about the re-export of a pages runtime/preferredRegion config"
],
"failed": [],
@ -3296,6 +3312,7 @@
"app dir - basic next/script should insert preload tags for beforeInteractive and afterInteractive scripts",
"app dir - basic next/script should load stylesheets for next/scripts",
"app dir - basic next/script should pass `nonce`",
"app dir - basic next/script should pass nonce when using next/font",
"app dir - basic next/script should pass on extra props for beforeInteractive scripts with a src prop",
"app dir - basic next/script should pass on extra props for beforeInteractive scripts without a src prop",
"app dir - basic next/script should support next/script and render in correct order",
@ -3494,6 +3511,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/css-client-side-nav-parallel-routes/css-client-side-nav-parallel-routes.test.ts": {
"passed": [
"css-client-side-nav-parallel-routes should apply styles after navigation"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/css-order/css-order.test.ts": {
"passed": [
"css-order turbo should load correct styles navigating big-interleaved-a -> big-interleaved-b",
@ -3633,7 +3659,7 @@
"app dir - dynamic css should only apply corresponding css for page loaded in edge runtime",
"app dir - dynamic css should only apply corresponding css for page loaded that /another",
"app dir - dynamic css should only apply corresponding css for page loaded that /ssr",
"app dir - dynamic css should preload css of dynamic component during SSR"
"app dir - dynamic css should preload all chunks of dynamic component during SSR"
],
"failed": [],
"pending": [],
@ -3709,6 +3735,26 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/ecmascript-features/turbopack/ecmascript-features-turbopack.test.ts": {
"passed": [
"ecmascript-features turbopack should work using browser",
"ecmascript-features turbopack should work using cheerio"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/ecmascript-features/webpack/ecmascript-features-webpack.test.ts": {
"passed": [],
"failed": [],
"pending": [
"ecmascript-features webpack should work using browser",
"ecmascript-features webpack should work using cheerio"
],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/edge-route-catchall/edge-route-catchall.test.ts": {
"passed": [
"edge-route-catchall should correctly normalize edge route catch-all with a single param",
@ -4076,6 +4122,7 @@
"passed": [
"app dir - metadata dynamic routes icon image routes should render apple icon with dynamic routes",
"app dir - metadata dynamic routes icon image routes should render icon with dynamic routes",
"app dir - metadata dynamic routes robots.txt should handle robots.[ext] dynamic routes",
"app dir - metadata dynamic routes should error if the default export of dynamic image is missing",
"app dir - metadata dynamic routes should error when id is missing in generateImageMetadata",
"app dir - metadata dynamic routes should error when id is missing in generateSitemaps",
@ -4083,19 +4130,18 @@
"app dir - metadata dynamic routes should inject dynamic metadata properly to head",
"app dir - metadata dynamic routes should pick configured metadataBase instead of deployment url for canonical url",
"app dir - metadata dynamic routes should use localhost for local prod and fallback to deployment url when metadataBase is falsy",
"app dir - metadata dynamic routes sitemap should handle sitemap.[ext] dynamic routes",
"app dir - metadata dynamic routes sitemap should not throw if client components are imported but not used in sitemap",
"app dir - metadata dynamic routes sitemap should support alternate.languages in sitemap",
"app dir - metadata dynamic routes sitemap should support generate multi sitemaps with generateSitemaps",
"app dir - metadata dynamic routes social image routes should fill params into dynamic routes url of metadata images",
"app dir - metadata dynamic routes social image routes should fill params into routes groups url of static images",
"app dir - metadata dynamic routes social image routes should handle custom fonts in both edge and nodejs runtime",
"app dir - metadata dynamic routes social image routes should handle manifest.[ext] dynamic routes",
"app dir - metadata dynamic routes social image routes should render og image with opengraph-image dynamic routes",
"app dir - metadata dynamic routes social image routes should render og image with twitter-image dynamic routes",
"app dir - metadata dynamic routes social image routes should support params as argument in dynamic routes",
"app dir - metadata dynamic routes social image routes should support generate multi images with generateImageMetadata",
"app dir - metadata dynamic routes sitemap should not throw if client components are imported but not used in sitemap",
"app dir - metadata dynamic routes sitemap should handle sitemap.[ext] dynamic routes",
"app dir - metadata dynamic routes sitemap social image routes should support generate multi sitemaps with generateSitemaps",
"app dir - metadata dynamic routes sitemap should support alternate.languages in sitemap",
"app dir - metadata dynamic routes robots.txt should handle robots.[ext] dynamic routes"
"app dir - metadata dynamic routes social image routes should support params as argument in dynamic routes"
],
"failed": [],
"pending": [],
@ -4961,6 +5007,8 @@
},
"test/e2e/app-dir/rsc-basic/rsc-basic.test.ts": {
"passed": [
"app dir - rsc basics next internal shared context should not error if just load next/navigation module in pages/api",
"app dir - rsc basics next internal shared context should not error if just load next/router module in app page",
"app dir - rsc basics react@experimental should opt into the react@experimental when enabling ppr",
"app dir - rsc basics react@experimental should opt into the react@experimental when enabling taint",
"app dir - rsc basics should be able to call legacy react-dom/server APIs in client components",
@ -6772,15 +6820,8 @@
},
"test/e2e/module-layer/module-layer.test.ts": {
"passed": [
"module layer no server-only in server targets should render routes marked with restriction marks without errors /api/hello",
"module layer no server-only in server targets should render routes marked with restriction marks without errors /api/hello-edge",
"module layer no server-only in server targets should render routes marked with restriction marks without errors /api/mixed",
"module layer no server-only in server targets should render routes marked with restriction marks without errors /app/client",
"module layer no server-only in server targets should render routes marked with restriction marks without errors /app/client-edge",
"module layer no server-only in server targets should render routes marked with restriction marks without errors /app/route",
"module layer no server-only in server targets should render routes marked with restriction marks without errors /app/route-edge",
"module layer no server-only in server targets should render routes marked with restriction marks without errors /app/server",
"module layer no server-only in server targets should render routes marked with restriction marks without errors /app/server-edge",
"module layer client packages in middleware should error when import server packages in middleware",
"module layer with server-only in server targets should render installed react version for middleware",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /api/hello",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /api/hello-edge",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /api/mixed",
@ -6878,26 +6919,26 @@
},
"test/e2e/next-font/index.test.ts": {
"passed": [
"next/font app Fallback fontfaces google Fraunces",
"next/font app Fallback fontfaces google Indie flower",
"next/font app Fallback fontfaces local Fraunces",
"next/font app Fallback fontfaces local Indie flower",
"next/font app Fallback fontfaces local Roboto multiple weights and styles",
"next/font app Fallback fontfaces local Roboto multiple weights and styles - variable 1",
"next/font app Fallback fontfaces local Roboto multiple weights and styles - variable 2",
"next/font app computed styles page using fallback fonts",
"next/font app computed styles page using variables",
"next/font app computed styles page with fonts",
"next/font app import values Variable font without weight range",
"next/font app import values page with font",
"next/font app import values page with local fonts",
"next/font app preload font without preloadable subsets",
"next/font app preload font without size adjust",
"next/font app preload google fonts with multiple weights/styles",
"next/font app preload page with fonts",
"next/font app preload page with local fonts",
"next/font app preload page without fonts",
"next/font app should use production cache control for fonts"
"next/font Fallback fontfaces google Fraunces",
"next/font Fallback fontfaces google Indie flower",
"next/font Fallback fontfaces local Fraunces",
"next/font Fallback fontfaces local Indie flower",
"next/font Fallback fontfaces local Roboto multiple weights and styles",
"next/font Fallback fontfaces local Roboto multiple weights and styles - variable 1",
"next/font Fallback fontfaces local Roboto multiple weights and styles - variable 2",
"next/font computed styles page using fallback fonts",
"next/font computed styles page using variables",
"next/font computed styles page with fonts",
"next/font import values Variable font without weight range",
"next/font import values page with font",
"next/font import values page with local fonts",
"next/font preload font without preloadable subsets",
"next/font preload font without size adjust",
"next/font preload google fonts with multiple weights/styles",
"next/font preload page with fonts",
"next/font preload page with local fonts",
"next/font preload page without fonts",
"next/font should use production cache control for fonts"
],
"failed": [],
"pending": [],
@ -6968,7 +7009,9 @@
"test/e2e/next-script/index.test.ts": {
"passed": [
"beforeInteractive in document Head Script is injected server-side",
"beforeInteractive in document body Script is injected server-side"
"beforeInteractive in document body Script is injected server-side",
"empty strategy in document Head Script is injected server-side",
"empty strategy in document body Script is injected server-side"
],
"failed": [],
"pending": [
@ -7028,7 +7071,20 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/opentelemetry/instrumentation-pages-app-only.test.ts": {
"test/e2e/opentelemetry/client-trace-metadata/client-trace-metadata.test.ts": {
"passed": [
"clientTraceMetadata hard loading a dynamic page twice should yield different dynamic trace data",
"clientTraceMetadata next dev only should inject propagation data for a statically server-side-rendered page",
"clientTraceMetadata next dev only soft navigating to a dynamic page should not transform previous propagation data",
"clientTraceMetadata next dev only soft navigating to a static page should not transform previous propagation data",
"clientTraceMetadata should inject propagation data for a dynamically server-side-rendered page"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/opentelemetry/instrumentation/instrumentation-pages-app-only.test.ts": {
"passed": [
"instrumentation app should start and serve correctly",
"instrumentation app src/ should start and serve correctly",
@ -7040,7 +7096,7 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/opentelemetry/opentelemetry.test.ts": {
"test/e2e/opentelemetry/instrumentation/opentelemetry.test.ts": {
"passed": [],
"failed": [],
"pending": [
@ -7207,6 +7263,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/react-compiler/react-compiler.test.ts": {
"passed": [
"react-compiler default should render",
"react-compiler default should show an experimental warning"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/react-dnd-compile/react-dnd-compile.test.ts": {
"passed": [
"react-dnd-compile should work",
@ -8614,7 +8680,9 @@
"runtimeError": false
},
"test/integration/create-next-app/examples.test.ts": {
"passed": [
"passed": [],
"failed": [],
"pending": [
"create-next-app --example should create if --example value is default",
"create-next-app --example should create on valid Next.js example name",
"create-next-app --example should create with GitHub URL",
@ -8625,103 +8693,109 @@
"create-next-app --example should not create if --example flag value is invalid",
"create-next-app --example should use --example-path over the GitHub URL"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/create-next-app/index.test.ts": {
"passed": [
"passed": [],
"failed": [],
"pending": [
"create-next-app should not create if the target directory is not empty",
"create-next-app should not create if the target directory is not writable",
"create-next-app should not install dependencies if --skip-install"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/create-next-app/package-manager/bun.test.ts": {
"passed": [
"create-next-app with package manager bun should use bun for --use-bun flag",
"should use bun for --use-bun flag with example",
"should use bun when user-agent is bun",
"should use bun when user-agent is bun with example"
],
"failed": [],
"pending": [],
"pending": [
"create-next-app with package manager bun should use bun for --use-bun flag"
],
"flakey": [],
"runtimeError": false
},
"test/integration/create-next-app/package-manager/npm.test.ts": {
"passed": [
"create-next-app with package manager npm should use npm for --use-npm flag",
"should use npm for --use-npm flag with example",
"should use npm when user-agent is npm",
"should use npm when user-agent is npm with example"
],
"failed": [],
"pending": [],
"pending": [
"create-next-app with package manager npm should use npm for --use-npm flag"
],
"flakey": [],
"runtimeError": false
},
"test/integration/create-next-app/package-manager/pnpm.test.ts": {
"passed": [
"create-next-app with package manager pnpm should use pnpm for --use-pnpm flag",
"should use pnpm for --use-pnpm flag with example",
"should use pnpm when user-agent is pnpm",
"should use pnpm when user-agent is pnpm with example"
],
"failed": [],
"pending": [],
"pending": [
"create-next-app with package manager pnpm should use pnpm for --use-pnpm flag"
],
"flakey": [],
"runtimeError": false
},
"test/integration/create-next-app/package-manager/yarn.test.ts": {
"passed": [
"create-next-app with package manager yarn should use yarn for --use-yarn flag",
"should use yarn for --use-yarn flag with example",
"should use yarn when user-agent is yarn",
"should use yarn when user-agent is yarn with example"
],
"failed": [],
"pending": [],
"pending": [
"create-next-app with package manager yarn should use yarn for --use-yarn flag"
],
"flakey": [],
"runtimeError": false
},
"test/integration/create-next-app/prompts.test.ts": {
"passed": [
"passed": [],
"failed": [],
"pending": [
"create-next-app prompts should prompt user for choice if --import-alias is absent",
"create-next-app prompts should prompt user for choice if --js or --ts flag is absent",
"create-next-app prompts should prompt user for choice if --tailwind is absent",
"create-next-app prompts should prompt user for choice if directory name is absent"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/create-next-app/templates/app.test.ts": {
"passed": [
"passed": [],
"failed": [],
"pending": [
"create-next-app --app (App Router) should create JavaScript project with --js flag",
"create-next-app --app (App Router) should create TailwindCSS project with --tailwind flag",
"create-next-app --app (App Router) should create TypeScript project with --ts flag",
"create-next-app --app (App Router) should create an empty TailwindCSS project with --empty flag",
"create-next-app --app (App Router) should create an empty project with --empty flag",
"create-next-app --app (App Router) should create project inside \"src\" directory with --src-dir flag"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/create-next-app/templates/pages.test.ts": {
"passed": [
"passed": [],
"failed": [],
"pending": [
"create-next-app --no-app (Pages Router) should create JavaScript project with --js flag",
"create-next-app --no-app (Pages Router) should create TailwindCSS project with --tailwind flag",
"create-next-app --no-app (Pages Router) should create TypeScript project with --ts flag",
"create-next-app --no-app (Pages Router) should create an empty TailwindCSS project with --empty flag",
"create-next-app --no-app (Pages Router) should create an empty project with --empty flag",
"create-next-app --no-app (Pages Router) should create project inside \"src\" directory with --src-dir flag"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
@ -12754,135 +12828,139 @@
},
"test/integration/image-optimizer/test/content-disposition-type.test.ts": {
"passed": [
"with contentDispositionType attachment dev support with next.config.js should automatically detect image type when content-type is octet-stream",
"with contentDispositionType attachment dev support with next.config.js should compress avif smaller than webp at q=100",
"with contentDispositionType attachment dev support with next.config.js should compress avif smaller than webp at q=50",
"with contentDispositionType attachment dev support with next.config.js should compress avif smaller than webp at q=75",
"with contentDispositionType attachment dev support with next.config.js should downlevel avif format to jpeg for old Safari",
"with contentDispositionType attachment dev support with next.config.js should downlevel webp format to jpeg for old Safari",
"with contentDispositionType attachment dev support with next.config.js should emit blur svg when width is 8 in dev but not prod",
"with contentDispositionType attachment dev support with next.config.js should emit blur svg when width is less than 8 in dev but not prod",
"with contentDispositionType attachment dev support with next.config.js should error if the image file does not exist",
"with contentDispositionType attachment dev support with next.config.js should error if the resource isn't a valid image",
"with contentDispositionType attachment dev support with next.config.js should fail when domain is not defined in next.config.js",
"with contentDispositionType attachment dev support with next.config.js should fail when internal url is not an image",
"with contentDispositionType attachment dev support with next.config.js should fail when q is greater than 100",
"with contentDispositionType attachment dev support with next.config.js should fail when q is less than 1",
"with contentDispositionType attachment dev support with next.config.js should fail when q is missing",
"with contentDispositionType attachment dev support with next.config.js should fail when q is not a number",
"with contentDispositionType attachment dev support with next.config.js should fail when url fails to load an image",
"with contentDispositionType attachment dev support with next.config.js should fail when url has file protocol",
"with contentDispositionType attachment dev support with next.config.js should fail when url has ftp protocol",
"with contentDispositionType attachment dev support with next.config.js should fail when url is missing",
"with contentDispositionType attachment dev support with next.config.js should fail when url is too long",
"with contentDispositionType attachment dev support with next.config.js should fail when w is 0",
"with contentDispositionType attachment dev support with next.config.js should fail when w is less than 0",
"with contentDispositionType attachment dev support with next.config.js should fail when w is missing",
"with contentDispositionType attachment dev support with next.config.js should fail when w is not a number",
"with contentDispositionType attachment dev support with next.config.js should fail when width is not in next.config.js",
"with contentDispositionType attachment dev support with next.config.js should handle concurrent requests",
"with contentDispositionType attachment dev support with next.config.js should handle non-ascii characters in image url",
"with contentDispositionType attachment dev support with next.config.js should maintain animated gif",
"with contentDispositionType attachment dev support with next.config.js should maintain animated png",
"with contentDispositionType attachment dev support with next.config.js should maintain animated png 2",
"with contentDispositionType attachment dev support with next.config.js should maintain animated webp",
"with contentDispositionType attachment dev support with next.config.js should maintain bmp",
"with contentDispositionType attachment dev support with next.config.js should maintain icns",
"with contentDispositionType attachment dev support with next.config.js should maintain ico format",
"with contentDispositionType attachment dev support with next.config.js should maintain jpg format for old Safari",
"with contentDispositionType attachment dev support with next.config.js should maintain pic/pct",
"with contentDispositionType attachment dev support with next.config.js should maintain png format for old Safari",
"with contentDispositionType attachment dev support with next.config.js should normalize invalid status codes",
"with contentDispositionType attachment dev support with next.config.js should not allow svg with application header",
"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 svg with wrong 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 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 avif",
"with contentDispositionType attachment dev support with next.config.js should resize avif and maintain format",
"with contentDispositionType attachment dev support with next.config.js should resize gif (not animated)",
"with contentDispositionType attachment dev support with next.config.js should resize relative url and new Chrome accept header as avif",
"with contentDispositionType attachment dev support with next.config.js should resize relative url and old Chrome accept header as webp",
"with contentDispositionType attachment dev support with next.config.js should resize relative url and png accept header",
"with contentDispositionType attachment dev support with next.config.js should resize relative url and webp Firefox accept header",
"with contentDispositionType attachment dev support with next.config.js should resize relative url with invalid accept header as gif",
"with contentDispositionType attachment dev support with next.config.js should resize relative url with invalid accept header as png",
"with contentDispositionType attachment dev support with next.config.js should resize relative url with invalid accept header as tiff",
"with contentDispositionType attachment dev support with next.config.js should resize tiff",
"with contentDispositionType attachment dev support with next.config.js should return home page",
"with contentDispositionType attachment dev support with next.config.js should set 304 status without body when etag matches if-none-match",
"with contentDispositionType attachment dev support with next.config.js should set cache-control to immutable for static images",
"with contentDispositionType attachment dev support with next.config.js should use cache and stale-while-revalidate when query is the same for external image",
"with contentDispositionType attachment dev support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image",
"with contentDispositionType attachment dev support with next.config.js should use cached image file when parameters are the same for animated gif"
"with contentDispositionType inline dev support with next.config.js should automatically detect image type when content-type is octet-stream",
"with contentDispositionType inline dev support with next.config.js should compress avif smaller than webp at q=100",
"with contentDispositionType inline dev support with next.config.js should compress avif smaller than webp at q=50",
"with contentDispositionType inline dev support with next.config.js should compress avif smaller than webp at q=75",
"with contentDispositionType inline dev support with next.config.js should downlevel avif format to jpeg for old Safari",
"with contentDispositionType inline dev support with next.config.js should downlevel webp format to jpeg for old Safari",
"with contentDispositionType inline dev support with next.config.js should emit blur svg when width is 8 in dev but not prod",
"with contentDispositionType inline dev support with next.config.js should emit blur svg when width is less than 8 in dev but not prod",
"with contentDispositionType inline dev support with next.config.js should error if the image file does not exist",
"with contentDispositionType inline dev support with next.config.js should error if the resource isn't a valid image",
"with contentDispositionType inline dev support with next.config.js should fail when domain is not defined in next.config.js",
"with contentDispositionType inline dev support with next.config.js should fail when internal url is not an image",
"with contentDispositionType inline dev support with next.config.js should fail when q is greater than 100",
"with contentDispositionType inline dev support with next.config.js should fail when q is less than 1",
"with contentDispositionType inline dev support with next.config.js should fail when q is missing",
"with contentDispositionType inline dev support with next.config.js should fail when q is not a number",
"with contentDispositionType inline dev support with next.config.js should fail when url fails to load an image",
"with contentDispositionType inline dev support with next.config.js should fail when url has file protocol",
"with contentDispositionType inline dev support with next.config.js should fail when url has ftp protocol",
"with contentDispositionType inline dev support with next.config.js should fail when url is missing",
"with contentDispositionType inline dev support with next.config.js should fail when url is protocol relative",
"with contentDispositionType inline dev support with next.config.js should fail when url is too long",
"with contentDispositionType inline dev support with next.config.js should fail when w is 0",
"with contentDispositionType inline dev support with next.config.js should fail when w is less than 0",
"with contentDispositionType inline dev support with next.config.js should fail when w is missing",
"with contentDispositionType inline dev support with next.config.js should fail when w is not a number",
"with contentDispositionType inline dev support with next.config.js should fail when width is not in next.config.js",
"with contentDispositionType inline dev support with next.config.js should handle concurrent requests",
"with contentDispositionType inline dev support with next.config.js should handle non-ascii characters in image url",
"with contentDispositionType inline dev support with next.config.js should maintain animated gif",
"with contentDispositionType inline dev support with next.config.js should maintain animated png",
"with contentDispositionType inline dev support with next.config.js should maintain animated png 2",
"with contentDispositionType inline dev support with next.config.js should maintain animated webp",
"with contentDispositionType inline dev support with next.config.js should maintain bmp",
"with contentDispositionType inline dev support with next.config.js should maintain icns",
"with contentDispositionType inline dev support with next.config.js should maintain ico format",
"with contentDispositionType inline dev support with next.config.js should maintain jpg format for old Safari",
"with contentDispositionType inline dev support with next.config.js should maintain pic/pct",
"with contentDispositionType inline dev support with next.config.js should maintain png format for old Safari",
"with contentDispositionType inline dev support with next.config.js should normalize invalid status codes",
"with contentDispositionType inline dev support with next.config.js should not allow svg with application header",
"with contentDispositionType inline dev support with next.config.js should not allow svg with comma header",
"with contentDispositionType inline dev support with next.config.js should not allow svg with uppercase header",
"with contentDispositionType inline dev support with next.config.js should not allow svg with wrong header",
"with contentDispositionType inline dev support with next.config.js should not allow vector svg",
"with contentDispositionType inline dev support with next.config.js should not resize if requested width is larger than original source image",
"with contentDispositionType inline dev support with next.config.js should resize absolute url from localhost",
"with contentDispositionType inline dev support with next.config.js should resize avif",
"with contentDispositionType inline dev support with next.config.js should resize avif and maintain format",
"with contentDispositionType inline dev support with next.config.js should resize gif (not animated)",
"with contentDispositionType inline dev support with next.config.js should resize relative url and new Chrome accept header as avif",
"with contentDispositionType inline dev support with next.config.js should resize relative url and old Chrome accept header as webp",
"with contentDispositionType inline dev support with next.config.js should resize relative url and png accept header",
"with contentDispositionType inline dev support with next.config.js should resize relative url and webp Firefox accept header",
"with contentDispositionType inline dev support with next.config.js should resize relative url with invalid accept header as gif",
"with contentDispositionType inline dev support with next.config.js should resize relative url with invalid accept header as png",
"with contentDispositionType inline dev support with next.config.js should resize relative url with invalid accept header as tiff",
"with contentDispositionType inline dev support with next.config.js should resize tiff",
"with contentDispositionType inline dev support with next.config.js should return home page",
"with contentDispositionType inline dev support with next.config.js should set 304 status without body when etag matches if-none-match",
"with contentDispositionType inline dev support with next.config.js should set cache-control to immutable for static images",
"with contentDispositionType inline dev support with next.config.js should timeout for upstream image exceeding 7 seconds",
"with contentDispositionType inline dev support with next.config.js should use cache and stale-while-revalidate when query is the same for external image",
"with contentDispositionType inline dev support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image",
"with contentDispositionType inline dev support with next.config.js should use cached image file when parameters are the same for animated gif"
],
"failed": [],
"pending": [
"with contentDispositionType attachment Production Mode Server support with next.config.js should automatically detect image type when content-type is octet-stream",
"with contentDispositionType attachment Production Mode Server support with next.config.js should compress avif smaller than webp at q=100",
"with contentDispositionType attachment Production Mode Server support with next.config.js should compress avif smaller than webp at q=50",
"with contentDispositionType attachment Production Mode Server support with next.config.js should compress avif smaller than webp at q=75",
"with contentDispositionType attachment Production Mode Server support with next.config.js should downlevel avif format to jpeg for old Safari",
"with contentDispositionType attachment Production Mode Server support with next.config.js should downlevel webp format to jpeg for old Safari",
"with contentDispositionType attachment Production Mode Server support with next.config.js should emit blur svg when width is 8 in dev but not prod",
"with contentDispositionType attachment Production Mode Server support with next.config.js should emit blur svg when width is less than 8 in dev but not prod",
"with contentDispositionType attachment Production Mode Server support with next.config.js should error if the image file does not exist",
"with contentDispositionType attachment Production Mode Server support with next.config.js should error if the resource isn't a valid image",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when domain is not defined in next.config.js",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when internal url is not an image",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when q is greater than 100",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when q is less than 1",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when q is missing",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when q is not a number",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when url fails to load an image",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when url has file protocol",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when url has ftp protocol",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when url is missing",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when url is too long",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when w is 0",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when w is less than 0",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when w is missing",
"with contentDispositionType attachment Production Mode Server support with next.config.js should fail when w is not a number",
"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 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",
"with contentDispositionType attachment Production Mode Server support with next.config.js should maintain animated webp",
"with contentDispositionType attachment Production Mode Server support with next.config.js should maintain bmp",
"with contentDispositionType attachment Production Mode Server support with next.config.js should maintain icns",
"with contentDispositionType attachment Production Mode Server support with next.config.js should maintain ico format",
"with contentDispositionType attachment Production Mode Server support with next.config.js should maintain jpg format for old Safari",
"with contentDispositionType attachment Production Mode Server support with next.config.js should maintain pic/pct",
"with contentDispositionType attachment Production Mode Server support with next.config.js should maintain png format for old Safari",
"with contentDispositionType attachment Production Mode Server support with next.config.js should normalize invalid status codes",
"with contentDispositionType attachment Production Mode Server support with next.config.js should not allow svg with application header",
"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 svg with wrong 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 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 avif",
"with contentDispositionType attachment Production Mode Server support with next.config.js should resize avif and maintain format",
"with contentDispositionType attachment Production Mode Server support with next.config.js should resize gif (not animated)",
"with contentDispositionType attachment Production Mode Server support with next.config.js should resize relative url and new Chrome accept header as avif",
"with contentDispositionType attachment Production Mode Server support with next.config.js should resize relative url and old Chrome accept header as webp",
"with contentDispositionType attachment Production Mode Server support with next.config.js should resize relative url and png accept header",
"with contentDispositionType attachment Production Mode Server support with next.config.js should resize relative url and webp Firefox accept header",
"with contentDispositionType attachment Production Mode Server support with next.config.js should resize relative url with invalid accept header as gif",
"with contentDispositionType attachment Production Mode Server support with next.config.js should resize relative url with invalid accept header as png",
"with contentDispositionType attachment Production Mode Server support with next.config.js should resize relative url with invalid accept header as tiff",
"with contentDispositionType attachment Production Mode Server support with next.config.js should resize tiff",
"with contentDispositionType attachment Production Mode Server support with next.config.js should return home page",
"with contentDispositionType attachment Production Mode Server support with next.config.js should set 304 status without body when etag matches if-none-match",
"with contentDispositionType attachment Production Mode Server support with next.config.js should set cache-control to immutable for static images",
"with contentDispositionType attachment Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for external image",
"with contentDispositionType attachment Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image",
"with contentDispositionType attachment Production Mode Server support with next.config.js should use cached image file when parameters are the same for animated gif"
"with contentDispositionType inline Production Mode Server support with next.config.js should automatically detect image type when content-type is octet-stream",
"with contentDispositionType inline Production Mode Server support with next.config.js should compress avif smaller than webp at q=100",
"with contentDispositionType inline Production Mode Server support with next.config.js should compress avif smaller than webp at q=50",
"with contentDispositionType inline Production Mode Server support with next.config.js should compress avif smaller than webp at q=75",
"with contentDispositionType inline Production Mode Server support with next.config.js should downlevel avif format to jpeg for old Safari",
"with contentDispositionType inline Production Mode Server support with next.config.js should downlevel webp format to jpeg for old Safari",
"with contentDispositionType inline Production Mode Server support with next.config.js should emit blur svg when width is 8 in dev but not prod",
"with contentDispositionType inline Production Mode Server support with next.config.js should emit blur svg when width is less than 8 in dev but not prod",
"with contentDispositionType inline Production Mode Server support with next.config.js should error if the image file does not exist",
"with contentDispositionType inline Production Mode Server support with next.config.js should error if the resource isn't a valid image",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when domain is not defined in next.config.js",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when internal url is not an image",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when q is greater than 100",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when q is less than 1",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when q is missing",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when q is not a number",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when url fails to load an image",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when url has file protocol",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when url has ftp protocol",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when url is missing",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when url is protocol relative",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when url is too long",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when w is 0",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when w is less than 0",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when w is missing",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when w is not a number",
"with contentDispositionType inline Production Mode Server support with next.config.js should fail when width is not in next.config.js",
"with contentDispositionType inline Production Mode Server support with next.config.js should handle concurrent requests",
"with contentDispositionType inline Production Mode Server support with next.config.js should handle non-ascii characters in image url",
"with contentDispositionType inline Production Mode Server support with next.config.js should maintain animated gif",
"with contentDispositionType inline Production Mode Server support with next.config.js should maintain animated png",
"with contentDispositionType inline Production Mode Server support with next.config.js should maintain animated png 2",
"with contentDispositionType inline Production Mode Server support with next.config.js should maintain animated webp",
"with contentDispositionType inline Production Mode Server support with next.config.js should maintain bmp",
"with contentDispositionType inline Production Mode Server support with next.config.js should maintain icns",
"with contentDispositionType inline Production Mode Server support with next.config.js should maintain ico format",
"with contentDispositionType inline Production Mode Server support with next.config.js should maintain jpg format for old Safari",
"with contentDispositionType inline Production Mode Server support with next.config.js should maintain pic/pct",
"with contentDispositionType inline Production Mode Server support with next.config.js should maintain png format for old Safari",
"with contentDispositionType inline Production Mode Server support with next.config.js should normalize invalid status codes",
"with contentDispositionType inline Production Mode Server support with next.config.js should not allow svg with application header",
"with contentDispositionType inline Production Mode Server support with next.config.js should not allow svg with comma header",
"with contentDispositionType inline Production Mode Server support with next.config.js should not allow svg with uppercase header",
"with contentDispositionType inline Production Mode Server support with next.config.js should not allow svg with wrong header",
"with contentDispositionType inline Production Mode Server support with next.config.js should not allow vector svg",
"with contentDispositionType inline Production Mode Server support with next.config.js should not resize if requested width is larger than original source image",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize absolute url from localhost",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize avif",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize avif and maintain format",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize gif (not animated)",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize relative url and new Chrome accept header as avif",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize relative url and old Chrome accept header as webp",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize relative url and png accept header",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize relative url and webp Firefox accept header",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize relative url with invalid accept header as gif",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize relative url with invalid accept header as png",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize relative url with invalid accept header as tiff",
"with contentDispositionType inline Production Mode Server support with next.config.js should resize tiff",
"with contentDispositionType inline Production Mode Server support with next.config.js should return home page",
"with contentDispositionType inline Production Mode Server support with next.config.js should set 304 status without body when etag matches if-none-match",
"with contentDispositionType inline Production Mode Server support with next.config.js should set cache-control to immutable for static images",
"with contentDispositionType inline Production Mode Server support with next.config.js should timeout for upstream image exceeding 7 seconds",
"with contentDispositionType inline Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for external image",
"with contentDispositionType inline Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image",
"with contentDispositionType inline Production Mode Server support with next.config.js should use cached image file when parameters are the same for animated gif"
],
"flakey": [],
"runtimeError": false
@ -12909,6 +12987,7 @@
"with dangerouslyAllowSVG config dev support with next.config.js should fail when url has file protocol",
"with dangerouslyAllowSVG config dev support with next.config.js should fail when url has ftp protocol",
"with dangerouslyAllowSVG config dev support with next.config.js should fail when url is missing",
"with dangerouslyAllowSVG config dev support with next.config.js should fail when url is protocol relative",
"with dangerouslyAllowSVG config dev support with next.config.js should fail when url is too long",
"with dangerouslyAllowSVG config dev support with next.config.js should fail when w is 0",
"with dangerouslyAllowSVG config dev support with next.config.js should fail when w is less than 0",
@ -12945,6 +13024,7 @@
"with dangerouslyAllowSVG config dev support with next.config.js should return home page",
"with dangerouslyAllowSVG config dev support with next.config.js should set 304 status without body when etag matches if-none-match",
"with dangerouslyAllowSVG config dev support with next.config.js should set cache-control to immutable for static images",
"with dangerouslyAllowSVG config dev support with next.config.js should timeout for upstream image exceeding 7 seconds",
"with dangerouslyAllowSVG config dev support with next.config.js should use cache and stale-while-revalidate when query is the same for external image",
"with dangerouslyAllowSVG config dev support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image",
"with dangerouslyAllowSVG config dev support with next.config.js should use cached image file when parameters are the same for animated gif",
@ -12972,6 +13052,7 @@
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url has file protocol",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url has ftp protocol",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url is missing",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url is protocol relative",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url is too long",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when w is 0",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when w is less than 0",
@ -13008,6 +13089,7 @@
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should return home page",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should set 304 status without body when etag matches if-none-match",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should set cache-control to immutable for static images",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should timeout for upstream image exceeding 7 seconds",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for external image",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image",
"with dangerouslyAllowSVG config Production Mode Server support with next.config.js should use cached image file when parameters are the same for animated gif",
@ -13073,6 +13155,7 @@
"with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url has file protocol",
"with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url has ftp protocol",
"with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url is missing",
"with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url is protocol relative",
"with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url is too long",
"with minimumCacheTTL of 5 sec dev support with next.config.js should fail when w is 0",
"with minimumCacheTTL of 5 sec dev support with next.config.js should fail when w is less than 0",
@ -13113,6 +13196,7 @@
"with minimumCacheTTL of 5 sec dev support with next.config.js should return home page",
"with minimumCacheTTL of 5 sec dev support with next.config.js should set 304 status without body when etag matches if-none-match",
"with minimumCacheTTL of 5 sec dev support with next.config.js should set cache-control to immutable for static images",
"with minimumCacheTTL of 5 sec dev support with next.config.js should timeout for upstream image exceeding 7 seconds",
"with minimumCacheTTL of 5 sec dev 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 dev 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 dev support with next.config.js should use cached image file when parameters are the same for animated gif"
@ -13139,6 +13223,7 @@
"with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url has file protocol",
"with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url has ftp protocol",
"with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url is missing",
"with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url is protocol relative",
"with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url is too long",
"with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when w is 0",
"with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when w is less than 0",
@ -13179,6 +13264,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 set cache-control to immutable for static images",
"with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should timeout for upstream image exceeding 7 seconds",
"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"
@ -13203,6 +13289,7 @@
"with latest sharp dev support w/o next.config.js should fail when url has file protocol",
"with latest sharp dev support w/o next.config.js should fail when url has ftp protocol",
"with latest sharp dev support w/o next.config.js should fail when url is missing",
"with latest sharp dev support w/o next.config.js should fail when url is protocol relative",
"with latest sharp dev support w/o next.config.js should fail when url is too long",
"with latest sharp dev support w/o next.config.js should fail when w is 0",
"with latest sharp dev support w/o next.config.js should fail when w is less than 0",
@ -13260,6 +13347,7 @@
"with latest sharp dev support with next.config.js should fail when url has file protocol",
"with latest sharp dev support with next.config.js should fail when url has ftp protocol",
"with latest sharp dev support with next.config.js should fail when url is missing",
"with latest sharp dev support with next.config.js should fail when url is protocol relative",
"with latest sharp dev support with next.config.js should fail when url is too long",
"with latest sharp dev support with next.config.js should fail when w is 0",
"with latest sharp dev support with next.config.js should fail when w is less than 0",
@ -13300,6 +13388,7 @@
"with latest sharp dev support with next.config.js should return home page",
"with latest sharp dev support with next.config.js should set 304 status without body when etag matches if-none-match",
"with latest sharp dev support with next.config.js should set cache-control to immutable for static images",
"with latest sharp dev support with next.config.js should timeout for upstream image exceeding 7 seconds",
"with latest sharp dev support with next.config.js should use cache and stale-while-revalidate when query is the same for external image",
"with latest sharp dev support with next.config.js should use cache and stale-while-revalidate when query is the same for internal image",
"with latest sharp dev support with next.config.js should use cached image file when parameters are the same for animated gif"
@ -13321,6 +13410,7 @@
"with latest sharp Production Mode Server support w/o next.config.js should fail when url has file protocol",
"with latest sharp Production Mode Server support w/o next.config.js should fail when url has ftp protocol",
"with latest sharp Production Mode Server support w/o next.config.js should fail when url is missing",
"with latest sharp Production Mode Server support w/o next.config.js should fail when url is protocol relative",
"with latest sharp Production Mode Server support w/o next.config.js should fail when url is too long",
"with latest sharp Production Mode Server support w/o next.config.js should fail when w is 0",
"with latest sharp Production Mode Server support w/o next.config.js should fail when w is less than 0",
@ -13378,6 +13468,7 @@
"with latest sharp Production Mode Server support with next.config.js should fail when url has file protocol",
"with latest sharp Production Mode Server support with next.config.js should fail when url has ftp protocol",
"with latest sharp Production Mode Server support with next.config.js should fail when url is missing",
"with latest sharp Production Mode Server support with next.config.js should fail when url is protocol relative",
"with latest sharp Production Mode Server support with next.config.js should fail when url is too long",
"with latest sharp Production Mode Server support with next.config.js should fail when w is 0",
"with latest sharp Production Mode Server support with next.config.js should fail when w is less than 0",
@ -13418,6 +13509,7 @@
"with latest sharp Production Mode Server support with next.config.js should return home page",
"with latest sharp Production Mode Server support with next.config.js should set 304 status without body when etag matches if-none-match",
"with latest sharp Production Mode Server support with next.config.js should set cache-control to immutable for static images",
"with latest sharp Production Mode Server support with next.config.js should timeout for upstream image exceeding 7 seconds",
"with latest 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 latest 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 latest sharp Production Mode Server support with next.config.js should use cached image file when parameters are the same for animated gif"
@ -13426,22 +13518,20 @@
"runtimeError": false
},
"test/integration/import-assertion/test/index.test.js": {
"passed": [
"import-assertion dev should handle json assertions",
"passed": ["import-assertion dev should handle json assertions"],
"failed": [],
"pending": [
"production mode import-assertion prod should handle json assertions"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/import-attributes/test/index.test.js": {
"passed": [
"import-attributes dev should handle json attributes",
"passed": ["import-attributes dev should handle json attributes"],
"failed": [],
"pending": [
"production mode import-attributes prod should handle json attributes"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
@ -14291,6 +14381,8 @@
"Image Component Default Tests development mode should show error when width prop on fill image",
"Image Component Default Tests development mode should show invalid src error",
"Image Component Default Tests development mode should show invalid src error when protocol-relative",
"Image Component Default Tests development mode should show invalid src with leading space",
"Image Component Default Tests development mode should show invalid src with trailing space",
"Image Component Default Tests development mode should show missing alt error",
"Image Component Default Tests development mode should show missing src error",
"Image Component Default Tests development mode should update the image on src change",
@ -14508,6 +14600,8 @@
"Image Component Default Tests development mode should show error when width prop on fill image",
"Image Component Default Tests development mode should show invalid src error",
"Image Component Default Tests development mode should show invalid src error when protocol-relative",
"Image Component Default Tests development mode should show invalid src with leading space",
"Image Component Default Tests development mode should show invalid src with trailing space",
"Image Component Default Tests development mode should show missing alt error",
"Image Component Default Tests development mode should show missing src error",
"Image Component Default Tests development mode should update the image on src change",
@ -15713,14 +15807,14 @@
},
"test/integration/router-rerender/test/index.test.js": {
"passed": [
"router rerender development mode with middleware should not trigger unncessary rerenders when middleware is used"
"router rerender development mode with middleware should not trigger unnecessary rerenders when middleware is used"
],
"failed": [],
"pending": [
"router rerender development mode with rewrites should not trigger unncessary rerenders when rewrites are used",
"router rerender development mode with rewrites should not trigger unnecessary rerenders when rewrites are used",
"router rerender development mode with rewrites should rerender with the correct query parameter if present with rewrites",
"router rerender production mode with middleware should not trigger unncessary rerenders when middleware is used",
"router rerender production mode with rewrites should not trigger unncessary rerenders when rewrites are used",
"router rerender production mode with middleware should not trigger unnecessary rerenders when middleware is used",
"router rerender production mode with rewrites should not trigger unnecessary rerenders when rewrites are used",
"router rerender production mode with rewrites should rerender with the correct query parameter if present with rewrites"
],
"flakey": [],