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 #61278

Merged
merged 1 commit into from
Jan 28, 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
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
Loading