-
Notifications
You must be signed in to change notification settings - Fork 27k
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 development test manifest #73134
base: canary
Are you sure you want to change the base?
Conversation
Failing test suitesCommit: b6016fb
Expand output● Export with default map › production mode › should export with folder that has dot in name
● Export with default map › production mode › should export an amp only page to clean path
● Export with default map › production mode › should export hybrid amp page correctly
● Export with default map › production mode › should export nested hybrid amp page correctly
● Export with default map › production mode › should export nested hybrid amp page correctly with folder
● Export with default map › production mode › should export hybrid index amp page correctly
Read more about building and testing Next.js in contributing.md.
Expand output● Switchable runtime › Switchable runtime (prod) › should build /static as a static page with the nodejs runtime
● Switchable runtime › Switchable runtime (prod) › should build /node as a static page with the nodejs runtime
● Switchable runtime › Switchable runtime (prod) › should build /node-ssr as a dynamic page with the nodejs runtime
● Switchable runtime › Switchable runtime (prod) › should build /node-ssg as a static page with the nodejs runtime
● Switchable runtime › Switchable runtime (prod) › should build /node-rsc as a static page with the nodejs runtime
● Switchable runtime › Switchable runtime (prod) › should build /app-valid-runtime as a dynamic page with the edge runtime
● Switchable runtime › Switchable runtime (prod) › should build /node-rsc-ssr as a dynamic page with the nodejs runtime
● Switchable runtime › Switchable runtime (prod) › should build /node-rsc-ssg as a static page with the nodejs runtime
● Switchable runtime › Switchable runtime (prod) › should build /node-rsc-isr as an isr page with the nodejs runtime
● Switchable runtime › Switchable runtime (prod) › should build /edge as a dynamic page with the edge runtime
● Switchable runtime › Switchable runtime (prod) › should build /edge-rsc as a dynamic page with the edge runtime
● Switchable runtime › Switchable runtime (prod) › should build /api/hello and /api/edge as an api route with edge runtime
● Switchable runtime › Switchable runtime (prod) › should display correct tree view with page types in terminal
● Switchable runtime › Switchable runtime (prod) › should prefetch data for static pages
● Switchable runtime › Switchable runtime (prod) › should support client side navigation to ssr rsc pages
● Switchable runtime › Switchable runtime (prod) › should support client side navigation to ssg rsc pages
● Switchable runtime › Switchable runtime (prod) › should support client side navigation to static rsc pages
● Switchable runtime › Switchable runtime (prod) › should support etag header in the web server
● Test suite failed to run
Read more about building and testing Next.js in contributing.md. |
This auto-generated PR updates the development integration test manifest used when testing Turbopack.