Skip to content

Commit

Permalink
Update Turbopack test manifest (#61707)
Browse files Browse the repository at this point in the history
This auto-generated PR updates the integration test manifest used when
testing Turbopack.
  • Loading branch information
vercel-release-bot committed Feb 6, 2024
1 parent f910e2b commit 2afb60a
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5751,24 +5751,24 @@
},
"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 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",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/client",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/client-edge",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/route",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/route-edge",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/server",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/server-edge",
"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 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 /app/server-edge"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -5861,9 +5861,9 @@
"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 Fallback fontfaces local Roboto multiple weights and styles",
"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",
Expand Down Expand Up @@ -8199,17 +8199,13 @@
"runtimeError": false
},
"test/integration/custom-server/test/index.test.js": {
"passed": [],
"failed": [],
"pending": [
"Custom Server using HTTP Error when rendering without starting slash production mode should warn in production mode",
"passed": [
"Custom Server using HTTP Error when rendering without starting slash should warn in dev mode",
"Custom Server using HTTP HMR with custom server Should support HMR when rendering with /index pathname",
"Custom Server using HTTP compression handling should handle compression for route /",
"Custom Server using HTTP compression handling should handle compression for route /no-query",
"Custom Server using HTTP unhandled rejection stderr should include error message and stack trace",
"Custom Server using HTTP with a custom fetch polyfill should serve internal file from render",
"Custom Server using HTTP with dynamic assetPrefix should contain customServer in NEXT_DATA",
"Custom Server using HTTP with dynamic assetPrefix should handle custom urls with requests handler",
"Custom Server using HTTP with dynamic assetPrefix should handle null assetPrefix accordingly",
"Custom Server using HTTP with dynamic assetPrefix should handle render with undefined query",
Expand All @@ -8218,15 +8214,12 @@
"Custom Server using HTTP with dynamic assetPrefix should set the assetPrefix dynamically",
"Custom Server using HTTP with dynamic assetPrefix should set the assetPrefix to a given request",
"Custom Server using HTTP with generateEtags disabled response does not include etag header",
"Custom Server using HTTP with generateEtags enabled production mode response includes etag header",
"Custom Server using HTTP with middleware $title should read the expected url protocol in middleware",
"Custom Server using HTTPS Error when rendering without starting slash production mode should warn in production mode",
"Custom Server using HTTPS Error when rendering without starting slash should warn in dev mode",
"Custom Server using HTTPS compression handling should handle compression for route /",
"Custom Server using HTTPS compression handling should handle compression for route /no-query",
"Custom Server using HTTPS unhandled rejection stderr should include error message and stack trace",
"Custom Server using HTTPS with a custom fetch polyfill should serve internal file from render",
"Custom Server using HTTPS with dynamic assetPrefix should contain customServer in NEXT_DATA",
"Custom Server using HTTPS with dynamic assetPrefix should handle custom urls with requests handler",
"Custom Server using HTTPS with dynamic assetPrefix should handle null assetPrefix accordingly",
"Custom Server using HTTPS with dynamic assetPrefix should handle render with undefined query",
Expand All @@ -8235,9 +8228,17 @@
"Custom Server using HTTPS with dynamic assetPrefix should set the assetPrefix dynamically",
"Custom Server using HTTPS with dynamic assetPrefix should set the assetPrefix to a given request",
"Custom Server using HTTPS with generateEtags disabled response does not include etag header",
"Custom Server using HTTPS with generateEtags enabled production mode response includes etag header",
"Custom Server using HTTPS with middleware $title should read the expected url protocol in middleware"
],
"failed": [],
"pending": [
"Custom Server using HTTP Error when rendering without starting slash production mode should warn in production mode",
"Custom Server using HTTP with dynamic assetPrefix should contain customServer in NEXT_DATA",
"Custom Server using HTTP with generateEtags enabled production mode response includes etag header",
"Custom Server using HTTPS Error when rendering without starting slash production mode should warn in production mode",
"Custom Server using HTTPS with dynamic assetPrefix should contain customServer in NEXT_DATA",
"Custom Server using HTTPS with generateEtags enabled production mode response includes etag header"
],
"flakey": [],
"runtimeError": false
},
Expand Down

0 comments on commit 2afb60a

Please sign in to comment.