diff --git a/test/turbopack-tests-manifest.json b/test/turbopack-tests-manifest.json index 366699c430028..151c553805c82 100644 --- a/test/turbopack-tests-manifest.json +++ b/test/turbopack-tests-manifest.json @@ -916,7 +916,10 @@ "test/development/acceptance-app/ReactRefreshLogBox-scss.test.ts": { "passed": [], "failed": [], - "pending": ["ReactRefreshLogBox app scss syntax errors"], + "pending": [ + "ReactRefreshLogBox scss app scss module pure selector error", + "ReactRefreshLogBox scss app scss syntax errors" + ], "flakey": [], "runtimeError": false }, @@ -937,7 +940,6 @@ ], "failed": [ "ReactRefreshLogBox app turbo Call stack count is correct for server error", - "ReactRefreshLogBox app turbo client component can recover from error thrown in the module", "ReactRefreshLogBox app turbo conversion to class component (1)", "ReactRefreshLogBox app turbo css syntax errors" ], @@ -950,7 +952,6 @@ "ReactRefreshLogBox app default Should not show __webpack_exports__ when exporting anonymous arrow function", "ReactRefreshLogBox app default Unhandled errors and rejections opens up in the minimized state", "ReactRefreshLogBox app default boundaries", - "ReactRefreshLogBox app default client component can recover from error thrown in the module", "ReactRefreshLogBox app default conversion to class component (1)", "ReactRefreshLogBox app default css syntax errors", "ReactRefreshLogBox app default internal package errors", @@ -1103,6 +1104,7 @@ "Error recovery app default render error not shown right after syntax error", "Error recovery app default server component can recover from a component error", "Error recovery app default server component can recover from syntax error", + "Error recovery app default stuck error", "Error recovery app default syntax > runtime error" ], "flakey": [], @@ -1238,11 +1240,11 @@ }, "test/development/acceptance/ReactRefreshLogBox-app-doc.test.ts": { "passed": [ + "ReactRefreshLogBox _app _document turbo _app syntax error shows logbox", "ReactRefreshLogBox _app _document turbo empty _app shows logbox", "ReactRefreshLogBox _app _document turbo empty _document shows logbox" ], "failed": [ - "ReactRefreshLogBox _app _document turbo _app syntax error shows logbox", "ReactRefreshLogBox _app _document turbo _document syntax error shows logbox" ], "pending": [ @@ -1275,7 +1277,10 @@ "test/development/acceptance/ReactRefreshLogBox-scss.test.ts": { "passed": [], "failed": [], - "pending": ["ReactRefreshLogBox scss syntax errors"], + "pending": [ + "ReactRefreshLogBox scss scss module pure selector error", + "ReactRefreshLogBox scss scss syntax errors" + ], "flakey": [], "runtimeError": false }, @@ -1364,23 +1369,23 @@ "runtimeError": false }, "test/development/acceptance/component-stack.test.ts": { - "passed": [], - "failed": [ + "passed": [ "Component Stack in error overlay should show a component stack on hydration error" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false }, "test/development/acceptance/error-recovery.test.ts": { "passed": [ - "ReactRefreshLogBox turbo logbox: can recover from a syntax error without losing state" + "ReactRefreshLogBox turbo logbox: can recover from a syntax error without losing state", + "ReactRefreshLogBox turbo stuck error" ], "failed": [ "ReactRefreshLogBox turbo logbox: can recover from a component error", "ReactRefreshLogBox turbo logbox: can recover from a event handler error", "ReactRefreshLogBox turbo render error not shown right after syntax error", - "ReactRefreshLogBox turbo stuck error", "ReactRefreshLogBox turbo syntax > runtime error" ], "pending": [ @@ -1388,6 +1393,7 @@ "ReactRefreshLogBox default logbox: can recover from a event handler error", "ReactRefreshLogBox default logbox: can recover from a syntax error without losing state", "ReactRefreshLogBox default render error not shown right after syntax error", + "ReactRefreshLogBox default stuck error", "ReactRefreshLogBox default syntax > runtime error" ], "flakey": [], @@ -2391,6 +2397,7 @@ "passed": [ "app dir - basepath should prefix redirect() with basePath", "app dir - basepath should render usePathname without the basePath", + "app dir - basepath should successfully hard navigate from pages -> app", "app dir - basepath should support Link with basePath prefixed", "app dir - basepath should support `basePath`" ], @@ -2439,6 +2446,7 @@ "app dir - css HMR should support HMR for CSS imports in client components", "app dir - css HMR should support HMR for CSS imports in server components", "app dir - css HMR should support HMR with sass/scss", + "app dir - css Suspensey CSS should suspend on CSS imports if its slow on client navigation", "app dir - css css support client components should support css modules inside client components", "app dir - css css support client components should support css modules inside client page", "app dir - css css support client layouts should support css modules inside client layouts", @@ -2457,6 +2465,7 @@ "app dir - css css support special entries should include css imported in client not-found.js", "app dir - css css support special entries should include css imported in client template.js", "app dir - css css support special entries should include css imported in error.js", + "app dir - css css support special entries should include css imported in loading.js", "app dir - css css support special entries should include css imported in root not-found.js", "app dir - css css support special entries should include css imported in server not-found.js", "app dir - css css support special entries should include css imported in server template.js", @@ -2472,11 +2481,9 @@ ], "failed": [ "app dir - css HMR should not create duplicate link tags during HMR", - "app dir - css Suspensey CSS should suspend on CSS imports if its slow on client navigation", "app dir - css css support chunks should bundle css resources into chunks", "app dir - css css support multiple entries should only include the same style once in the flight data", - "app dir - css css support should not preload styles twice during HMR", - "app dir - css css support special entries should include css imported in loading.js" + "app dir - css css support should not preload styles twice during HMR" ], "pending": [ "app dir - css css support multiple entries should only inject the same style once if used by different layers", @@ -2527,7 +2534,8 @@ "test/e2e/app-dir/app-esm-js/index.test.ts": { "passed": [ "app-dir - esm js extension should be able to render nextjs api in app router", - "app-dir - esm js extension should be able to use nextjs api in pages router" + "app-dir - esm js extension should be able to use nextjs api in pages router", + "app-dir - esm js extension should support next/og image" ], "failed": [], "pending": [], @@ -2867,7 +2875,6 @@ "app-dir static/dynamic handling usePathname should have the correct values", "app-dir static/dynamic handling usePathname should have values from canonical url on rewrite", "app-dir static/dynamic handling useSearchParams client should bailout to client rendering - with suspense boundary", - "app-dir static/dynamic handling useSearchParams client should bailout to client rendering - without suspense boundary", "app-dir static/dynamic handling useSearchParams client should have values from canonical url on rewrite" ], "failed": [], @@ -2944,7 +2951,6 @@ "app-dir static/dynamic handling usePathname should have the correct values", "app-dir static/dynamic handling usePathname should have values from canonical url on rewrite", "app-dir static/dynamic handling useSearchParams client should bailout to client rendering - with suspense boundary", - "app-dir static/dynamic handling useSearchParams client should bailout to client rendering - without suspense boundary", "app-dir static/dynamic handling useSearchParams client should have values from canonical url on rewrite" ], "failed": [], @@ -3547,6 +3553,8 @@ "app-dir - logging with fetches default logging should not contain metadata internal segments for dynamic metadata routes", "app-dir - logging with fetches default logging should not contain trailing word page for app router routes", "app-dir - logging with fetches default logging should only log requests in dev mode", + "app-dir - logging with fetches default logging should respect request.init.cache when use with fetch input is instance", + "app-dir - logging with fetches default logging should show cache reason of noStore when use with fetch", "app-dir - logging with fetches verbose logging should log 'skip' cache status with a reason when cache: 'no-cache' is used", "app-dir - logging with fetches verbose logging should log 'skip' cache status with a reason when revalidate: 0 is used", "app-dir - logging with fetches verbose logging should log 'skip' cache status with a reason when the browser indicates caching should be ignored", @@ -3554,6 +3562,8 @@ "app-dir - logging with fetches verbose logging should not contain metadata internal segments for dynamic metadata routes", "app-dir - logging with fetches verbose logging should not contain trailing word page for app router routes", "app-dir - logging with fetches verbose logging should only log requests in dev mode", + "app-dir - logging with fetches verbose logging should respect request.init.cache when use with fetch input is instance", + "app-dir - logging with fetches verbose logging should show cache reason of noStore when use with fetch", "app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes", "app-dir - logging with verbose logging for edge runtime should not contain trailing word page for app router routes", "app-dir - logging with verbose logging for edge runtime should not log fetch requests at all" @@ -3705,6 +3715,13 @@ ], "runtimeError": false }, + "test/e2e/app-dir/missing-suspense-with-csr-bailout/missing-suspense-with-csr-bailout.test.ts": { + "passed": [], + "failed": [], + "pending": ["missing-suspense-with-csr-bailout skip test for dev mode"], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/mjs-as-extension/mjs-as-extension.test.ts": { "passed": ["mjs as extension should render the page correctly"], "failed": [], @@ -3861,6 +3878,7 @@ }, "test/e2e/app-dir/not-found/basic/index.test.ts": { "passed": [ + "app dir - not-found - basic should propagate notFound errors past a segment's error boundary", "app dir - not-found - basic with default runtime should escalate notFound to parent layout if no not-found boundary present in current layer", "app dir - not-found - basic with default runtime should match dynamic route not-found boundary correctly", "app dir - not-found - basic with default runtime should not reload the page", @@ -4159,8 +4177,29 @@ "flakey": [], "runtimeError": false }, - "test/e2e/app-dir/ppr-navigations/ppr-navigations.test.ts": { - "passed": ["ppr-navigations prefetching is disabled in dev"], + "test/e2e/app-dir/ppr-navigations/avoid-popstate-flash/avoid-popstate-flash.test.ts": { + "passed": ["avoid-popstate-flash ppr is disabled in dev"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/ppr-navigations/loading-tsx-no-partial-rendering/loading-tsx-no-partial-rendering.test.ts": { + "passed": ["loading-tsx-no-partial-rendering ppr is disabled in dev"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/ppr-navigations/search-params/search-params.test.ts": { + "passed": ["search-params ppr is disabled in dev"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/ppr-navigations/stale-prefetch-entry/stale-prefetch-entry.test.ts": { + "passed": ["stale-prefetch-entry ppr is disabled in dev"], "failed": [], "pending": [], "flakey": [], @@ -5655,20 +5694,20 @@ }, "test/e2e/module-layer/module-layer.test.ts": { "passed": [ + "module layer no server-only in server targets should render routes marked with restriction marks without errors /api/mixed", "module layer no server-only in server targets should render routes marked with restriction marks without errors /app/client", "module layer no server-only in server targets should render routes marked with restriction marks without errors /app/client-edge", - "module layer no server-only in server targets should render routes marked with restriction marks without errors /app/server", - "module layer no server-only in server targets should render routes marked with restriction marks without errors /app/server-edge", "module layer no server-only in server targets should render routes marked with restriction marks without errors /app/route", "module layer no server-only in server targets should render routes marked with restriction marks without errors /app/route-edge", - "module layer no server-only in server targets should render routes marked with restriction marks without errors /api/mixed", + "module layer no server-only in server targets should render routes marked with restriction marks without errors /app/server", + "module layer no server-only in server targets should render routes marked with restriction marks without errors /app/server-edge", + "module layer with server-only in server targets should render routes marked with restriction marks without errors /api/mixed", "module layer with server-only in server targets should render routes marked with restriction marks without errors /app/client", "module layer with server-only in server targets should render routes marked with restriction marks without errors /app/client-edge", - "module layer with server-only in server targets should render routes marked with restriction marks without errors /app/server", - "module layer with server-only in server targets should render routes marked with restriction marks without errors /app/server-edge", "module layer with server-only in server targets should render routes marked with restriction marks without errors /app/route", "module layer with server-only in server targets should render routes marked with restriction marks without errors /app/route-edge", - "module layer with server-only in server targets should render routes marked with restriction marks without errors /api/mixed" + "module layer with server-only in server targets should render routes marked with restriction marks without errors /app/server", + "module layer with server-only in server targets should render routes marked with restriction marks without errors /app/server-edge" ], "failed": [ "module layer no server-only in server targets should render routes marked with restriction marks without errors /api/hello", @@ -5928,7 +5967,8 @@ "opentelemetry root context app router should handle route handlers in app router", "opentelemetry root context pages should handle api routes in pages", "opentelemetry root context pages should handle getServerSideProps", - "opentelemetry root context pages should handle getStaticProps when fallback: 'blocking'" + "opentelemetry root context pages should handle getStaticProps when fallback: 'blocking'", + "opentelemetry with disabled fetch tracing root context app router with disabled fetch should handle RSC with disabled fetch" ], "flakey": [], "runtimeError": false @@ -6765,8 +6805,7 @@ }, "test/integration/app-dir-export/test/dynamic-missing-gsp-dev.test.ts": { "passed": [ - "app dir - with output export - dynamic missing gsp dev development mode should error when dynamic route is missing generateStaticParams", - "app dir - with output export - dynamic missing gsp dev development mode should error when generateStaticParams returns an empty array" + "app dir - with output export - dynamic missing gsp dev development mode should error when dynamic route is missing generateStaticParams" ], "failed": [ "app dir - with output export - dynamic missing gsp dev development mode should error when client component has generateStaticParams" @@ -6780,8 +6819,7 @@ "failed": [], "pending": [ "app dir - with output export - dynamic missing gsp prod production mode should error when client component has generateStaticParams", - "app dir - with output export - dynamic missing gsp prod production mode should error when dynamic route is missing generateStaticParams", - "app dir - with output export - dynamic missing gsp prod production mode should error when generateStaticParams returns an empty array" + "app dir - with output export - dynamic missing gsp prod production mode should error when dynamic route is missing generateStaticParams" ], "flakey": [], "runtimeError": false @@ -11102,6 +11140,7 @@ "i18n Support basePath dev mode should rewrite to API route correctly for nl locale", "i18n Support basePath dev mode should rewrite to API route correctly for nl-BE locale", "i18n Support basePath dev mode should rewrite to API route correctly for nl-NL locale", + "i18n Support basePath dev mode should serve public file on locale domain", "i18n Support basePath dev mode should show error for redirect and notFound returned at same time", "i18n Support basePath dev mode should transition on client properly for page that starts with locale", "i18n Support basePath dev mode should update asPath on the client correctly", @@ -11198,6 +11237,7 @@ "i18n Support basePath production mode should rewrite to API route correctly for nl locale", "i18n Support basePath production mode should rewrite to API route correctly for nl-BE locale", "i18n Support basePath production mode should rewrite to API route correctly for nl-NL locale", + "i18n Support basePath production mode should serve public file on locale domain", "i18n Support basePath production mode should transition on client properly for page that starts with locale", "i18n Support basePath production mode should update asPath on the client correctly", "i18n Support basePath production mode should use correct default locale for locale domains", @@ -11378,6 +11418,7 @@ "i18n Support dev mode should rewrite to API route correctly for nl locale", "i18n Support dev mode should rewrite to API route correctly for nl-BE locale", "i18n Support dev mode should rewrite to API route correctly for nl-NL locale", + "i18n Support dev mode should serve public file on locale domain", "i18n Support dev mode should show error for redirect and notFound returned at same time", "i18n Support dev mode should transition on client properly for page that starts with locale", "i18n Support dev mode should update asPath on the client correctly", @@ -11479,6 +11520,7 @@ "i18n Support production mode should rewrite to API route correctly for nl locale", "i18n Support production mode should rewrite to API route correctly for nl-BE locale", "i18n Support production mode should rewrite to API route correctly for nl-NL locale", + "i18n Support production mode should serve public file on locale domain", "i18n Support production mode should show proper error for duplicate defaultLocales", "i18n Support production mode should show proper error for duplicate locales", "i18n Support production mode should show proper error for invalid locale domain",