Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Turbopack test manifest #61246

Merged
merged 1 commit into from
Jan 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 63 additions & 59 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,6 @@
],
"failed": [
"Error overlay - RSC build errors should allow to use and handle rsc poisoning server-only",
"Error overlay - RSC build errors should contain nextjs version check in error overlay",
"Error overlay - RSC build errors should throw an error when error file is a server component",
"Error overlay - RSC build errors should throw an error when error file is a server component with empty error file",
"Error overlay - RSC build errors should throw an error when getServerSideProps is used",
Expand All @@ -1185,6 +1184,7 @@
},
"test/development/acceptance-app/rsc-runtime-errors.test.ts": {
"passed": [
"Error overlay - RSC runtime errors should contain nextjs version check in error overlay",
"Error overlay - RSC runtime errors should show runtime errors if invalid client API from node_modules is executed",
"Error overlay - RSC runtime errors should show runtime errors if invalid server API from node_modules is executed",
"Error overlay - RSC runtime errors should show source code for jsx errors from server component"
Expand Down Expand Up @@ -2132,10 +2132,10 @@
"runtimeError": false
},
"test/development/pages-dir/custom-app-hmr/index.test.ts": {
"passed": [],
"failed": [
"passed": [
"custom-app-hmr should not do full reload when simply editing _app.js"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -2327,6 +2327,7 @@
"app-dir action handling fetch actions should revalidate when cookies.set is called",
"app-dir action handling fetch actions should revalidate when cookies.set is called in a client action",
"app-dir action handling fetch actions should store revalidation data in the prefetch cache",
"app-dir action handling redirects merges cookies correctly when redirecting",
"app-dir action handling redirects redirects properly when server action handler redirects with a 307 status code",
"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`",
Expand Down Expand Up @@ -3193,13 +3194,13 @@
},
"test/e2e/app-dir/create-root-layout/create-root-layout.test.ts": {
"passed": [],
"failed": [
"failed": [],
"pending": [
"app-dir create root layout page.js find available dir create root layout",
"app-dir create root layout page.js root layout in app create root layout",
"app-dir create root layout page.js root layout in route group create root layout",
"app-dir create root layout page.tsx create root layout"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
Expand Down Expand Up @@ -3355,11 +3356,11 @@
"runtimeError": false
},
"test/e2e/app-dir/externals/externals.test.ts": {
"passed": [],
"failed": [
"passed": [
"externals-app should have externals for those in config.experimental.serverComponentsExternalPackages",
"externals-app uses externals for predefined list in server-external-packages.json"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -3387,8 +3388,8 @@
},
"test/e2e/app-dir/global-error/catch-all/index.test.ts": {
"passed": [
"app dir - global error - with catch-all route should render catch-all route correctly",
"app dir - global error - with catch-all route should render 404 page correctly"
"app dir - global error - with catch-all route should render 404 page correctly",
"app dir - global error - with catch-all route should render catch-all route correctly"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -4073,6 +4074,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/parallel-routes-layouts/parallel-routes-layouts.test.ts": {
"passed": [
"parallel-routes-layouts should properly render layouts for multiple slots"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/parallel-routes-not-found/parallel-routes-not-found.test.ts": {
"passed": [
"parallel-routes-and-interception should not render the @children slot when the @slot is not found"
Expand Down Expand Up @@ -4935,12 +4945,12 @@
"runtimeError": false
},
"test/e2e/edge-runtime-uses-edge-light-import-specifier-for-packages/edge-runtime-uses-edge-light-import-specifier-for-packages.test.ts": {
"passed": [],
"failed": [
"passed": [
"edge-runtime uses edge-light import specifier for packages app-dir imports the correct module",
"edge-runtime uses edge-light import specifier for packages pages import the correct module",
"edge-runtime uses edge-light import specifier for packages pages/api endpoints import the correct module"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -7798,14 +7808,14 @@
"Ordering with Global CSS and Modules (dev) should not execute scripts in any order"
],
"failed": [
"Basic CSS Modules Ordering Development Mode should have correct color on index page (on nav)",
"CSS Modules Composes Ordering Development Mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering Development Mode should have correct color on index page (on load)"
"Basic CSS Modules Ordering Development Mode should have correct color on index page (on nav)"
],
"pending": [
"Basic CSS Modules Ordering production mode should have correct color on index page (on hover)",
"Basic CSS Modules Ordering production mode should have correct color on index page (on load)",
"Basic CSS Modules Ordering production mode should have correct color on index page (on nav)",
"CSS Modules Composes Ordering Development Mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering Development Mode should have correct color on index page (on load)",
"CSS Modules Composes Ordering production mode should have correct CSS injection order",
"CSS Modules Composes Ordering production mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering production mode should have correct color on index page (on load)",
Expand Down Expand Up @@ -9032,17 +9042,17 @@
"Env Config dev mode with hot reload should load env from .env",
"Env Config dev mode with hot reload should provide global env to next.config.js",
"Env Config dev mode with hot reload should trigger HMR correctly when NEXT_PUBLIC_ env is changed",
"Env Config test environment should have process environment override .env",
"Env Config test environment should load env from .env",
"Env Config test environment should provide env correctly for API routes",
"Env Config test environment should provide env correctly for SSR",
"Env Config test environment should provide env for SSG",
"Env Config test environment should provide global env to next.config.js"
],
"failed": [
"Env Config dev mode should inline global values during build",
"Env Config dev mode with hot reload should inline global values during build",
"Env Config test environment should have process environment override .env",
"Env Config test environment should inline global values during build",
"Env Config test environment should load env from .env",
"Env Config test environment should provide env correctly for SSR",
"Env Config test environment should provide env for SSG"
"Env Config test environment should inline global values during build"
],
"pending": [
"Env Config production mode should have process environment override .env",
Expand Down Expand Up @@ -13058,10 +13068,10 @@
"runtimeError": false
},
"test/integration/next-image-legacy/image-from-node-modules/test/index.test.ts": {
"passed": [],
"failed": [
"passed": [
"Image Component Tests In Dev Mode should apply image config for node_modules"
],
"failed": [],
"pending": [
"Image Component Tests In Prod Mode production mode should apply image config for node_modules"
],
Expand Down Expand Up @@ -13268,20 +13278,19 @@
"passed": [
"Static Image Component Tests dev mode Should allow an image with a static src to omit height and width",
"Static Image Component Tests dev mode Should automatically provide an image height and width",
"Static Image Component Tests dev mode should add a blur placeholder a statically imported jpg",
"Static Image Component Tests dev mode should add a blur placeholder a statically imported png",
"Static Image Component Tests dev mode should add a blur placeholder a statically imported png with fill",
"Static Image Component Tests dev mode should add a data URL placeholder to an image",
"Static Image Component Tests dev mode should add placeholder even when blurDataURL aspect ratio does not match width/height ratio",
"Static Image Component Tests dev mode should add placeholder with blurDataURL and fill",
"Static Image Component Tests dev mode should have <head> containing <meta name=\"viewport\"> followed by <link rel=\"preload\"> for priority image",
"Static Image Component Tests dev mode should load direct imported image",
"Static Image Component Tests dev mode should use height prop to adjust both width and height",
"Static Image Component Tests dev mode should use width and height prop to override import",
"Static Image Component Tests dev mode should use width prop to adjust both width and height"
],
"failed": [
"Static Image Component Tests dev mode should add a blur placeholder a statically imported jpg",
"Static Image Component Tests dev mode should add a blur placeholder a statically imported png",
"Static Image Component Tests dev mode should add a blur placeholder a statically imported png with fill",
"Static Image Component Tests dev mode should have <head> containing <meta name=\"viewport\"> followed by <link rel=\"preload\"> for priority image"
],
"failed": [],
"pending": [
"Build Error Tests production mode should throw build error when import statement is used with missing file",
"Static Image Component Tests production mode Should allow an image with a static src to omit height and width",
Expand All @@ -13305,11 +13314,10 @@
},
"test/integration/next-image-new/asset-prefix/test/index.test.js": {
"passed": [
"Image Component assetPrefix Tests dev mode should include assetPrefix when placeholder=blur during next dev",
"Image Component assetPrefix Tests dev mode should not log a deprecation warning about using `images.domains`"
],
"failed": [
"Image Component assetPrefix Tests dev mode should include assetPrefix when placeholder=blur during next dev"
],
"failed": [],
"pending": [
"Image Component assetPrefix Tests production mode should not log a deprecation warning about using `images.domains`",
"Image Component assetPrefix Tests production mode should use base64 data url with placeholder=blur during next start"
Expand Down Expand Up @@ -13341,16 +13349,15 @@
"passed": [
"Static Image Component Tests for basePath dev mode Should allow an image with a static src to omit height and width",
"Static Image Component Tests for basePath dev mode Should automatically provide an image height and width",
"Static Image Component Tests for basePath dev mode should add a blur placeholder a statically imported jpg",
"Static Image Component Tests for basePath dev mode should add a blur placeholder a statically imported png",
"Static Image Component Tests for basePath dev mode should add a data URL placeholder to an image",
"Static Image Component Tests for basePath dev mode should have <head> containing <meta name=\"viewport\"> followed by <link rel=\"preload\"> for priority image",
"Static Image Component Tests for basePath dev mode should use height prop to adjust both width and height",
"Static Image Component Tests for basePath dev mode should use width and height prop to override import",
"Static Image Component Tests for basePath dev mode should use width prop to adjust both width and height"
],
"failed": [
"Static Image Component Tests for basePath dev mode should add a blur placeholder a statically imported jpg",
"Static Image Component Tests for basePath dev mode should add a blur placeholder a statically imported png",
"Static Image Component Tests for basePath dev mode should have <head> containing <meta name=\"viewport\"> followed by <link rel=\"preload\"> for priority image"
],
"failed": [],
"pending": [
"Build Error Tests production mode should throw build error when import statement is used with missing file",
"Static Image Component Tests for basePath production mode Should allow an image with a static src to omit height and width",
Expand All @@ -13370,11 +13377,10 @@
},
"test/integration/next-image-new/both-basepath-trailingslash/test/index.test.ts": {
"passed": [
"Image Component basePath + trailingSlash Tests dev mode should correctly load image src from import",
"Image Component basePath + trailingSlash Tests dev mode should correctly load image src from string"
],
"failed": [
"Image Component basePath + trailingSlash Tests dev mode should correctly load image src from import"
],
"failed": [],
"pending": [
"Image Component basePath + trailingSlash Tests production mode should correctly load image src from import",
"Image Component basePath + trailingSlash Tests production mode should correctly load image src from string"
Expand Down Expand Up @@ -13403,6 +13409,7 @@
"Image Component Default Tests dev mode should handle the styles prop appropriately",
"Image Component Default Tests dev mode should have blurry placeholder when enabled",
"Image Component Default Tests dev mode should have data url placeholder when enabled",
"Image Component Default Tests dev mode should lazy load with placeholder=blur",
"Image Component Default Tests dev mode should load the images",
"Image Component Default Tests dev mode should not pass through user-provided srcset (causing a flash)",
"Image Component Default Tests dev mode should not warn when Image is child of p",
Expand Down Expand Up @@ -13440,9 +13447,7 @@
"Image Component Default Tests dev mode should work with image with blob src",
"Image Component Default Tests dev mode should work with sizes and automatically use responsive srcset"
],
"failed": [
"Image Component Default Tests dev mode should lazy load with placeholder=blur"
],
"failed": [],
"pending": [
"Image Component Default Tests production mode Fill-mode tests should add 100% width and height to fill images",
"Image Component Default Tests production mode Fill-mode tests should add position styles to fill images",
Expand Down Expand Up @@ -13489,21 +13494,20 @@
"passed": [
"Static Image Component Tests dev mode Should allow an image with a static src to omit height and width",
"Static Image Component Tests dev mode Should automatically provide an image height and width",
"Static Image Component Tests dev mode should add a blur placeholder a statically imported jpg",
"Static Image Component Tests dev mode should add a blur placeholder a statically imported png",
"Static Image Component Tests dev mode should add a blur placeholder a statically imported png with fill",
"Static Image Component Tests dev mode should add a data URL placeholder to an image",
"Static Image Component Tests dev mode should add placeholder even when blurDataURL aspect ratio does not match width/height ratio",
"Static Image Component Tests dev mode should add placeholder with blurDataURL and fill",
"Static Image Component Tests dev mode should have <head> containing <meta name=\"viewport\"> followed by <link rel=\"preload\"> for priority image",
"Static Image Component Tests dev mode should load direct imported image",
"Static Image Component Tests dev mode should load staticprops imported image",
"Static Image Component Tests dev mode should use height prop to adjust both width and height",
"Static Image Component Tests dev mode should use width and height prop to override import",
"Static Image Component Tests dev mode should use width prop to adjust both width and height"
],
"failed": [
"Static Image Component Tests dev mode should add a blur placeholder a statically imported jpg",
"Static Image Component Tests dev mode should add a blur placeholder a statically imported png",
"Static Image Component Tests dev mode should add a blur placeholder a statically imported png with fill",
"Static Image Component Tests dev mode should have <head> containing <meta name=\"viewport\"> followed by <link rel=\"preload\"> for priority image"
],
"failed": [],
"pending": [
"Build Error Tests production mode should throw build error when import statement is used with missing file",
"Static Image Component Tests production mode Should allow an image with a static src to omit height and width",
Expand Down Expand Up @@ -13534,18 +13538,19 @@
"runtimeError": false
},
"test/integration/next-image-new/image-from-node-modules/test/index.test.ts": {
"passed": [],
"failed": [
"Image Component from node_modules dev mode should apply image config for node_modules",
"Image Component from node_modules prod mode should apply image config for node_modules"
"passed": [
"Image Component from node_modules dev mode should apply image config for node_modules"
],
"failed": [],
"pending": [
"Image Component from node_modules prod mode production mode should apply image config for node_modules"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/integration/next-image-new/invalid-image-import/test/index.test.ts": {
"passed": [],
"failed": ["Missing Import Image Tests dev mode should show error"],
"passed": ["Missing Import Image Tests dev mode should show error"],
"failed": [],
"pending": ["Missing Import Image Tests production mode should show error"],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -15456,11 +15461,11 @@
"TypeScript Features default behavior should respond to sync API route correctly"
],
"failed": [
"TypeScript Features default behavior should render the angle bracket type assertions page",
"TypeScript Features default behavior should resolve files in correct order"
"TypeScript Features default behavior should render the angle bracket type assertions page"
],
"pending": [
"TypeScript Features default behavior should report type checking to stdout",
"TypeScript Features default behavior should resolve files in correct order",
"TypeScript Features production mode should build the app",
"TypeScript Features production mode should build the app with functions in next.config.js",
"TypeScript Features production mode should compile with different types should compile async getInitialProps for _error",
Expand Down Expand Up @@ -15583,10 +15588,9 @@
},
"test/integration/worker-webpack5/test/index.test.js": {
"passed": [],
"failed": [
"Web Workers with webpack 5 dev mode should pass on both client and worker"
],
"failed": [],
"pending": [
"Web Workers with webpack 5 dev mode should pass on both client and worker",
"Web Workers with webpack 5 production mode should pass on both client and worker"
],
"flakey": [],
Expand Down
Loading