diff --git a/test/turbopack-dev-tests-manifest.json b/test/turbopack-dev-tests-manifest.json index 40f25d9a801c0..b2fb94c0d38e8 100644 --- a/test/turbopack-dev-tests-manifest.json +++ b/test/turbopack-dev-tests-manifest.json @@ -500,6 +500,17 @@ "flakey": [], "runtimeError": false }, + "packages/next/src/client/components/react-dev-overlay/_experimental/internal/helpers/webpack-module-path.test.ts": { + "passed": [ + "webpack-module-path formatFrameSourceFile should return the original file path", + "webpack-module-path isWebpackInternalResource should return false for non-webpack-internal paths", + "webpack-module-path isWebpackInternalResource should return true for webpack-internal paths" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "packages/next/src/client/components/react-dev-overlay/internal/helpers/webpack-module-path.test.ts": { "passed": [ "webpack-module-path formatFrameSourceFile should return the original file path", @@ -511,6 +522,18 @@ "flakey": [], "runtimeError": false }, + "packages/next/src/client/components/react-dev-overlay/server/get-next-error-feedback-middleware.test.ts": { + "passed": [ + "getNextErrorFeedbackMiddleware calls next() if path does not match", + "getNextErrorFeedbackMiddleware records telemetry when feedback is submitted", + "getNextErrorFeedbackMiddleware returns 400 if params are missing", + "getNextErrorFeedbackMiddleware returns 500 if telemetry recording fails" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "packages/next/src/client/components/redirect.test.ts": { "passed": ["test should throw a redirect error"], "failed": [], @@ -3574,7 +3597,9 @@ "test/e2e/app-dir/actions/app-action-progressive-enhancement.test.ts": { "passed": [ "app-dir action progressive enhancement should support actions from client without JS", - "app-dir action progressive enhancement should support formData and redirect without JS" + "app-dir action progressive enhancement should support formData and redirect without JS", + "app-dir action progressive enhancement should support headers and cookies without JS (runtime: edge)", + "app-dir action progressive enhancement should support headers and cookies without JS (runtime: node)" ], "failed": [], "pending": [], @@ -3816,6 +3841,7 @@ "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 css modules shared between server pages", "app dir - css css support server pages should support global css inside server pages", "app dir - css css support should not affect css orders during HMR", "app dir - css css support should reload @import styles during HMR", @@ -6588,6 +6614,23 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/non-root-project-monorepo/non-root-project-monorepo.test.ts": { + "passed": [ + "non-root-project-monorepo import.meta.url should work during RSC", + "non-root-project-monorepo import.meta.url should work during SSR", + "non-root-project-monorepo import.meta.url should work on client-side", + "non-root-project-monorepo monorepo-package should work during RSC", + "non-root-project-monorepo monorepo-package should work during SSR", + "non-root-project-monorepo monorepo-package should work on client-side", + "non-root-project-monorepo source-maps should work on RSC", + "non-root-project-monorepo source-maps should work on SSR", + "non-root-project-monorepo source-maps should work on client-side" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/not-found-default/index.test.ts": { "passed": [ "app dir - not found with default 404 page should be able to navigate to page calling not-found", @@ -7070,6 +7113,17 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/ppr-missing-root-params/ppr-missing-root-params.test.ts": { + "passed": [ + "ppr-missing-root-params (multiple) should result in a build error", + "ppr-missing-root-params (nested) should result in a build error", + "ppr-missing-root-params (single) should result in a build error" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/ppr-navigations/avoid-popstate-flash/avoid-popstate-flash.test.ts": { "passed": ["avoid-popstate-flash should skip dev & deploy"], "failed": [], @@ -8051,11 +8105,7 @@ "runtimeError": false }, "test/e2e/app-dir/static-shell-debugging/static-shell-debugging.test.ts": { - "passed": [ - "static-shell-debugging ppr = false, debugging = false should render the full page", - "static-shell-debugging ppr = true, debugging = true should only render the static shell", - "static-shell-debugging ppr = true, debugging = true should skip hydration to avoid blanking out the page" - ], + "passed": ["static-shell-debugging should render the full page"], "failed": [], "pending": [], "flakey": [],