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 manifest #56737

Merged
merged 2 commits into from Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 9 additions & 6 deletions test/turbopack-tests-manifest.json
Expand Up @@ -1229,16 +1229,15 @@
"ReactRefreshRequire can continue hot updates after module-level errors with module.exports",
"ReactRefreshRequire can replace a module before it is loaded",
"ReactRefreshRequire does not accumulate stale exports over time",
"ReactRefreshRequire propagates a module that stops accepting in next version",
"ReactRefreshRequire provides fresh value for ES6 default import in parents",
"ReactRefreshRequire provides fresh value for ES6 named import in parents",
"ReactRefreshRequire provides fresh value for exports.* in parents",
"ReactRefreshRequire provides fresh value for module.exports in parents",
"ReactRefreshRequire runs dependencies before dependents",
"ReactRefreshRequire stops update propagation after module-level errors"
],
"failed": [
"ReactRefreshRequire propagates a module that stops accepting in next version"
],
"failed": [],
"pending": [],
"flakey": [
"ReactRefreshRequire propagates a hot update to closest accepted module",
Expand Down Expand Up @@ -1606,6 +1605,7 @@
"passed": [
"next.rs api should allow to write app Node.js page to disk",
"next.rs api should allow to write app Node.js route to disk",
"next.rs api should allow to write app edge page to disk",
"next.rs api should allow to write app edge route to disk",
"next.rs api should allow to write pages Node.js api to disk",
"next.rs api should allow to write pages Node.js page to disk",
Expand Down Expand Up @@ -2153,6 +2153,7 @@
"app-dir action handling fetch actions should revalidate when cookies.set is called in a client action",
"app-dir action handling should push new route when redirecting",
"app-dir action handling should support headers and cookies",
"app-dir action handling should support hoc auth wrappers",
"app-dir action handling should support setting cookies in route handlers with the correct overrides"
],
"failed": [
Expand All @@ -2174,7 +2175,6 @@
"app-dir action handling should support chained .bind",
"app-dir action handling should support formData and redirect",
"app-dir action handling should support headers in client imported actions",
"app-dir action handling should support hoc auth wrappers",
"app-dir action handling should support importing actions in client components",
"app-dir action handling should support importing the same action module instance in both server and action layers",
"app-dir action handling should support next/dynamic with ssr: false",
Expand Down Expand Up @@ -2270,6 +2270,7 @@
"app dir - css css support css ordering should have inner layers take precedence over outer layers",
"app dir - css css support page extensions should include css imported in MDX pages",
"app dir - css css support server layouts should support css modules inside server layouts",
"app dir - css css support server layouts should support external css imports",
"app dir - css css support server pages should not contain pages css in app dir page",
"app dir - css css support server pages should support css modules inside server pages",
"app dir - css css support server pages should support global css inside server pages",
Expand Down Expand Up @@ -2297,7 +2298,6 @@
"app dir - css css support chunks should bundle css resources into chunks",
"app dir - css css support multiple entries should deduplicate styles on the module level",
"app dir - css css support multiple entries should only include the same style once in the flight data",
"app dir - css css support server layouts should support external css imports",
"app dir - css css support should not preload styles twice during HMR",
"app dir - css css support should reload @import styles during HMR",
"app dir - css css support special entries should include css imported in loading.js"
Expand Down Expand Up @@ -2327,6 +2327,7 @@
"app-dir edge SSR should handle /index routes correctly",
"app-dir edge SSR should handle edge only routes",
"app-dir edge SSR should handle edge rsc hmr",
"app-dir edge SSR should resolve client component without error",
"app-dir edge SSR should retrieve cookies in a server component in the edge runtime",
"app-dir edge SSR should warn about the re-export of a pages runtime/preferredRegion config"
],
Expand Down Expand Up @@ -2761,6 +2762,7 @@
},
"test/e2e/app-dir/app/index.test.ts": {
"passed": [
"app dir - basic <Link /> should allow linking from app page to pages page",
"app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
"app dir - basic <Link /> should push to external url",
"app dir - basic <Link /> should replace to external url",
Expand Down Expand Up @@ -2836,7 +2838,6 @@
"app dir - basic template component should render the template that holds state in a client component and reset on navigation"
],
"failed": [
"app dir - basic <Link /> should allow linking from app page to pages page",
"app dir - basic <Link /> should be soft for back navigation",
"app dir - basic <Link /> should be soft for forward navigation",
"app dir - basic <Link /> should hard push",
Expand Down Expand Up @@ -11159,6 +11160,7 @@
"with outdated sharp Production Mode Server support with next.config.js should fail when w is not a number",
"with outdated sharp Production Mode Server support with next.config.js should fail when width is not in next.config.js",
"with outdated sharp Production Mode Server support with next.config.js should handle concurrent requests",
"with outdated sharp Production Mode Server support with next.config.js should handle custom sharp usage",
"with outdated sharp Production Mode Server support with next.config.js should handle non-ascii characters in image url",
"with outdated sharp Production Mode Server support with next.config.js should have sharp outdated warning",
"with outdated sharp Production Mode Server support with next.config.js should maintain animated gif",
Expand Down Expand Up @@ -11377,6 +11379,7 @@
"with latest sharp Production Mode Server support with next.config.js should fail when w is not a number",
"with latest sharp Production Mode Server support with next.config.js should fail when width is not in next.config.js",
"with latest sharp Production Mode Server support with next.config.js should handle concurrent requests",
"with latest sharp Production Mode Server support with next.config.js should handle custom sharp usage",
"with latest sharp Production Mode Server support with next.config.js should handle non-ascii characters in image url",
"with latest sharp Production Mode Server support with next.config.js should maintain animated gif",
"with latest sharp Production Mode Server support with next.config.js should maintain animated png",
Expand Down