Skip to content

Update Turbopack production test manifest #80760

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

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from
Open
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
24 changes: 22 additions & 2 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,7 @@
"runtimeError": false
},
"test/e2e/app-dir/instrumentation-order/instrumentation-order.test.ts": {
"passed": ["instrumentation-order should work using cheerio"],
"passed": ["instrumentation-order should work"],
"failed": [],
"pending": [],
"flakey": [],
Expand Down Expand Up @@ -3273,6 +3273,7 @@
"app dir - metadata opengraph should support opengraph with article type",
"app dir - metadata react cache should have same title and page value on initial load",
"app dir - metadata react cache should have same title and page value when navigating",
"app dir - metadata regression: renders a large shell",
"app dir - metadata should not effect metadata images convention like files under pages directory",
"app dir - metadata static optimization should build static files into static route",
"app dir - metadata static routes should build favicon.ico as a custom route",
Expand Down Expand Up @@ -5920,6 +5921,13 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/upward-distdir/upward-distdir.test.ts": {
"passed": ["upward-distdir should work"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/use-cache-close-over-function/use-cache-close-over-function.test.ts": {
"passed": [
"use-cache-close-over-function should fail the build with an error"
Expand Down Expand Up @@ -18746,6 +18754,16 @@
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/resume-data-cache/resume-data-cache.test.ts": {
"passed": [
"resume-data-cache should have consistent data between static and dynamic renders with fetch cache",
"resume-data-cache should have consistent data between static and dynamic renders with use cache"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/revalidate/revalidate.test.ts": {
"passed": [
"app-dir revalidate should be able to revalidate the cache via pages/api"
Expand Down Expand Up @@ -19640,6 +19658,7 @@
"test/production/standalone-mode/required-server-files/required-server-files-ppr.test.ts": {
"passed": [
"required server files app router middleware rewrite should work with a dynamic path with Next-Resume",
"required server files app router should de-dupe client segment tree revalidate requests",
"required server files app router should handle RSC requests",
"required server files app router should handle prefetch RSC requests",
"required server files app router should handle revalidating the fallback page",
Expand All @@ -19650,7 +19669,8 @@
"required server files app router should properly handle prerender for bot request",
"required server files app router should properly stream resume with Next-Resume",
"required server files app router should send cache tags in minimal mode for ISR",
"required server files app router should still render when postponed is corrupted with Next-Resume"
"required server files app router should still render when postponed is corrupted with Next-Resume",
"required server files app router should use the postponed state for the RSC requests"
],
"failed": [],
"pending": [],
Expand Down
Loading