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 production test manifest #77183

Merged
merged 1 commit into from
Mar 17, 2025
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
19 changes: 16 additions & 3 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2856,7 +2856,8 @@
"app-dir - metadata-streaming should render the metadata in the browser",
"app-dir - metadata-streaming should send streaming response for headless browser bots",
"app-dir - metadata-streaming should send the blocking response for html limited bots",
"app-dir - metadata-streaming should still load viewport meta tags even if metadata is delayed"
"app-dir - metadata-streaming should still load viewport meta tags even if metadata is delayed",
"app-dir - metadata-streaming should still render metadata if children is not rendered in parallel routes layout"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -6517,6 +6518,18 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/instrumentation-client-hook/instrumentation-client-hook.test.ts": {
"passed": [
"Instrumentation Client Hook App Router should execute instrumentation-client from app router before hydration",
"Instrumentation Client Hook HMR in development mode skips tests in non-dev mode",
"Instrumentation Client Hook Pages Router should execute instrumentation-client from pages router before hydration",
"Instrumentation Client Hook With src folder should execute instrumentation-client from with src folder before hydration"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/instrumentation-hook-src/instrumentation-hook-src.test.ts": {
"passed": [
"instrumentation-hook-rsc instrumentation should not overlap with a instrumentation page",
Expand Down Expand Up @@ -17842,14 +17855,14 @@
"runtimeError": false
},
"test/production/build-spinners/index.test.ts": {
"passed": [],
"failed": [
"passed": [
"build-spinners should handle build spinners correctly app and pages",
"build-spinners should handle build spinners correctly app dir - (compile workers)",
"build-spinners should handle build spinners correctly app dir - basic",
"build-spinners should handle build spinners correctly page dir",
"build-spinners should handle build spinners correctly page dir (compile workers)"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down
Loading