-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Rename turbopack-tests-manifest to turbopack-dev-tests-manifest #63409
Rename turbopack-tests-manifest to turbopack-dev-tests-manifest #63409
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @timneutkens and the rest of your teammates on Graphite |
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
build cache
Diff detailsDiff for middleware.jsDiff too large to display |
Failing test suitesCommit: 79db2c0
Expand output● AMP Usage › production mode › should have amp optimizer in trace
● AMP Usage › production mode › With basic usage › should render the page
● AMP Usage › production mode › With basic AMP usage › should render the page as valid AMP
● AMP Usage › production mode › With basic AMP usage › should render the page without leaving render target
● AMP Usage › production mode › With basic AMP usage › should not output client pages for AMP only
● AMP Usage › production mode › With basic AMP usage › should not output client pages for AMP only with config exported after declaration
● AMP Usage › production mode › With basic AMP usage › should drop custom scripts
● AMP Usage › production mode › With basic AMP usage › should not drop custom amp scripts
● AMP Usage › production mode › With basic AMP usage › should optimize clean
● AMP Usage › production mode › With basic AMP usage › should auto import extensions
● AMP Usage › production mode › With AMP context › should render the normal page that uses the AMP hook
● AMP Usage › production mode › With AMP context › should render the AMP page that uses the AMP hook
● AMP Usage › production mode › With AMP context › should render nested normal page with AMP hook
● AMP Usage › production mode › With AMP context › should render nested AMP page with AMP hook
● AMP Usage › production mode › canonical amphtml › should render link rel amphtml
● AMP Usage › production mode › canonical amphtml › should render amphtml from provided rel link
● AMP Usage › production mode › canonical amphtml › should render link rel amphtml with existing query
● AMP Usage › production mode › canonical amphtml › should render the AMP page that uses the AMP hook
● AMP Usage › production mode › canonical amphtml › should render a canonical regardless of amp-only status (explicit)
● AMP Usage › production mode › canonical amphtml › should not render amphtml link tag with no AMP page
● AMP Usage › production mode › canonical amphtml › should remove conflicting amp tags
● AMP Usage › production mode › canonical amphtml › should allow manually setting canonical
● AMP Usage › production mode › canonical amphtml › should allow manually setting amphtml rel
● AMP Usage › production mode › combined styles › should combine style tags
● AMP Usage › production mode › combined styles › should remove sourceMaps from styles
Read more about building and testing Next.js in contributing.md.
Expand output● should use Yarn as the package manager on supplying --use-yarn
● should infer yarn as the package manager
Read more about building and testing Next.js in contributing.md.
Expand output● app dir - navigation › navigating to dynamic params & changing the casing › should load the page correctly
Read more about building and testing Next.js in contributing.md. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe rename that file too?
177ed8e
to
6900329
Compare
79db2c0
to
479e198
Compare
What?
What this doesn't implement:
Open questions:
run-tests.js
: https://github.com/vercel/next.js/pull/63409/files#diff-269567847b110d8ecaaade3ab592df207bba02c7b446db23d72f18ff0e61d335R359 but not sure if that exit case was added for a specific special reason.Closes NEXT-2837