diff --git a/test/turbopack-tests-manifest.json b/test/turbopack-tests-manifest.json index 6d404d23054d..640e35bc0c0e 100644 --- a/test/turbopack-tests-manifest.json +++ b/test/turbopack-tests-manifest.json @@ -1229,6 +1229,7 @@ "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", @@ -1236,9 +1237,7 @@ "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", @@ -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", @@ -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": [ @@ -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", @@ -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", @@ -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" @@ -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" ], @@ -2761,6 +2762,7 @@ }, "test/e2e/app-dir/app/index.test.ts": { "passed": [ + "app dir - basic should allow linking from app page to pages page", "app dir - basic should navigate to pages dynamic route from pages page if it overlaps with an app page", "app dir - basic should push to external url", "app dir - basic should replace to external url", @@ -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 should allow linking from app page to pages page", "app dir - basic should be soft for back navigation", "app dir - basic should be soft for forward navigation", "app dir - basic should hard push", @@ -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", @@ -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",