Skip to content

Commit

Permalink
Update Turbopack test manifest (#61278)
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 Jan 28, 2024
1 parent 34a0498 commit 64884b7
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1516,20 +1516,19 @@
"runtimeError": false
},
"test/development/basic/barrel-optimization/barrel-optimization.test.ts": {
"passed": [
"optimizePackageImports should handle recursive wildcard exports",
"optimizePackageImports should not break \"use client\" directive in optimized packages",
"optimizePackageImports should support \"use client\" directive in barrel file"
],
"failed": [
"optimizePackageImports app - should optimize recursive wildcard export mapping",
"optimizePackageImports app - should render the icons correctly without creating all the modules",
"optimizePackageImports pages - should optimize recursive wildcard export mapping",
"optimizePackageImports pages - should render the icons correctly without creating all the modules",
"optimizePackageImports should support MUI",
"optimizePackageImports should support visx"
"passed": [],
"failed": [],
"pending": [
"Skipped in Turbopack optimizePackageImports app - should optimize recursive wildcard export mapping",
"Skipped in Turbopack optimizePackageImports app - should render the icons correctly without creating all the modules",
"Skipped in Turbopack optimizePackageImports pages - should optimize recursive wildcard export mapping",
"Skipped in Turbopack optimizePackageImports pages - should render the icons correctly without creating all the modules",
"Skipped in Turbopack optimizePackageImports should handle recursive wildcard exports",
"Skipped in Turbopack optimizePackageImports should not break \"use client\" directive in optimized packages",
"Skipped in Turbopack optimizePackageImports should support \"use client\" directive in barrel file",
"Skipped in Turbopack optimizePackageImports should support MUI",
"Skipped in Turbopack optimizePackageImports should support visx"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
Expand Down Expand Up @@ -6252,8 +6251,11 @@
},
"test/e2e/swc-warnings/index.test.ts": {
"passed": [],
"failed": ["can force swc should not have warning"],
"pending": ["swc warnings by default should have warning"],
"failed": [],
"pending": [
"can force swc should not have warning",
"swc warnings by default should have warning"
],
"flakey": [],
"runtimeError": false
},
Expand Down Expand Up @@ -6882,8 +6884,8 @@
},
"test/integration/app-dir-export/test/dynamicpage-dev.test.ts": {
"passed": [
"app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage 'force-dynamic'",
"app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage 'error'",
"app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage 'force-dynamic'",
"app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage 'force-static'",
"app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage undefined"
],
Expand Down Expand Up @@ -14573,10 +14575,10 @@
},
"test/integration/route-load-cancel-css/test/index.test.js": {
"passed": [],
"failed": [
"route cancel via CSS should cancel slow page loads on re-navigation"
"failed": [],
"pending": [
"route cancel via CSS production mode should cancel slow page loads on re-navigation"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
Expand Down

0 comments on commit 64884b7

Please sign in to comment.