From 0dac964bd04585279bfd1c02c4ed2a675a339b48 Mon Sep 17 00:00:00 2001 From: vercel-release-bot Date: Tue, 11 Jun 2024 07:04:44 +0000 Subject: [PATCH] update/turbopack-manifest-1718089482255 --- test/turbopack-dev-tests-manifest.json | 372 +++++++++++++++++++------ 1 file changed, 284 insertions(+), 88 deletions(-) diff --git a/test/turbopack-dev-tests-manifest.json b/test/turbopack-dev-tests-manifest.json index c358e0141a355..9d2b004ef6b6d 100644 --- a/test/turbopack-dev-tests-manifest.json +++ b/test/turbopack-dev-tests-manifest.json @@ -343,6 +343,17 @@ "flakey": [], "runtimeError": false }, + "packages/next/src/lib/metadata/is-metadata-route.test.ts": { + "passed": [ + "getExtensionRegexString with dynamic extensions should match dynamic multi-routes with dynamic extensions", + "getExtensionRegexString with dynamic extensions should return the correct regex", + "getExtensionRegexString without dynamic extensions should return the correct regex" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "packages/next/src/lib/metadata/resolve-metadata.test.ts": { "passed": [ "accumulateMetadata alternate should support URL alternate canonical with search params", @@ -531,6 +542,19 @@ "flakey": [], "runtimeError": false }, + "packages/next/src/server/lib/incremental-cache/shared-revalidate-timings.test.ts": { + "passed": [ + "SharedRevalidateTimings should clear the in-memory cache", + "SharedRevalidateTimings should get revalidate timing from in-memory cache", + "SharedRevalidateTimings should get revalidate timing from prerender manifest if not in cache", + "SharedRevalidateTimings should return undefined if revalidate timing not found", + "SharedRevalidateTimings should set revalidate timing in cache" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "packages/next/src/server/lib/interception-routes.test.ts": { "passed": [ "Interception Route helper extractInterceptionRouteInformation should check the segment length", @@ -544,6 +568,73 @@ "flakey": [], "runtimeError": false }, + "packages/next/src/server/lib/mock-request.test.ts": { + "passed": [ + "MockedRequest should have the correct properties", + "MockedResponse should handle set-cookie headers correctly", + "MockedResponse should merge headers correctly when calling writeHead", + "MockedResponse should update the statusMessage after calling writeHead" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "packages/next/src/server/lib/to-route.test.ts": { + "passed": [ + "toRoute Function should remove trailing `/index`", + "toRoute Function should remove trailing slash", + "toRoute Function should return `/` when input is `/index/`", + "toRoute Function should return `/` when input is `/index`", + "toRoute Function should return `/` when input is empty", + "toRoute Function should return `/` when input is only a slash" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "packages/next/src/server/lib/utils.test.ts": { + "passed": [ + "formatNodeOptions wraps values with spaces in quotes", + "getFormattedNodeOptionsWithoutInspect handles options with quotes", + "getFormattedNodeOptionsWithoutInspect handles options with spaces", + "getFormattedNodeOptionsWithoutInspect ignores unrelated options starting with --inspect-", + "getFormattedNodeOptionsWithoutInspect removes --inspect option", + "getFormattedNodeOptionsWithoutInspect removes --inspect option at end of line", + "getFormattedNodeOptionsWithoutInspect removes --inspect option with parameters", + "getFormattedNodeOptionsWithoutInspect removes --inspect-brk option", + "getFormattedNodeOptionsWithoutInspect removes --inspect-brk option with parameters", + "getParsedDebugAddress supports the flag with an equal sign", + "getParsedDebugAddress supports the flag without an equal sign", + "tokenizeArgs splits arguments by spaces", + "tokenizeArgs supports quoted values" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "packages/next/src/server/load-manifest.test.ts": { + "passed": [ + "loadManifest should cache the manifest when not already cached", + "loadManifest should freeze the manifest when caching", + "loadManifest should load the manifest from the file system when not cached", + "loadManifest should return the cached manifest when available", + "loadManifest should throw an error when the manifest file cannot be read" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "packages/next/src/server/node-polyfill-crypto.test.ts": { + "passed": ["node-polyfill-crypto overwrite crypto"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "packages/next/src/server/normalizers/absolute-filename-normalizer.test.ts": { "passed": [ "AbsoluteFilenameNormalizer normalizes '/app/basic/(grouped)/endpoint/nested/route.ts' to '/basic/(grouped)/endpoint/nested/route'", @@ -755,86 +846,6 @@ "flakey": [], "runtimeError": false }, - "packages/next/src/server/lib/incremental-cache/shared-revalidate-timings.test.ts": { - "passed": [ - "SharedRevalidateTimings should clear the in-memory cache", - "SharedRevalidateTimings should get revalidate timing from in-memory cache", - "SharedRevalidateTimings should get revalidate timing from prerender manifest if not in cache", - "SharedRevalidateTimings should return undefined if revalidate timing not found", - "SharedRevalidateTimings should set revalidate timing in cache" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "packages/next/src/server/lib/mock-request.test.ts": { - "passed": [ - "MockedRequest should have the correct properties", - "MockedResponse should handle set-cookie headers correctly", - "MockedResponse should merge headers correctly when calling writeHead", - "MockedResponse should update the statusMessage after calling writeHead" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "packages/next/src/server/lib/to-route.test.ts": { - "passed": [ - "toRoute Function should remove trailing `/index`", - "toRoute Function should remove trailing slash", - "toRoute Function should return `/` when input is `/index/`", - "toRoute Function should return `/` when input is `/index`", - "toRoute Function should return `/` when input is empty", - "toRoute Function should return `/` when input is only a slash" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "packages/next/src/server/lib/utils.test.ts": { - "passed": [ - "formatNodeOptions wraps values with spaces in quotes", - "getFormattedNodeOptionsWithoutInspect handles options with quotes", - "getFormattedNodeOptionsWithoutInspect handles options with spaces", - "getFormattedNodeOptionsWithoutInspect ignores unrelated options starting with --inspect-", - "getFormattedNodeOptionsWithoutInspect removes --inspect option", - "getFormattedNodeOptionsWithoutInspect removes --inspect option at end of line", - "getFormattedNodeOptionsWithoutInspect removes --inspect option with parameters", - "getFormattedNodeOptionsWithoutInspect removes --inspect-brk option", - "getFormattedNodeOptionsWithoutInspect removes --inspect-brk option with parameters", - "getParsedDebugAddress supports the flag with an equal sign", - "getParsedDebugAddress supports the flag without an equal sign", - "tokenizeArgs splits arguments by spaces", - "tokenizeArgs supports quoted values" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "packages/next/src/server/load-manifest.test.ts": { - "passed": [ - "loadManifest should cache the manifest when not already cached", - "loadManifest should freeze the manifest when caching", - "loadManifest should load the manifest from the file system when not cached", - "loadManifest should return the cached manifest when available", - "loadManifest should throw an error when the manifest file cannot be read" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "packages/next/src/server/node-polyfill-crypto.test.ts": { - "passed": ["node-polyfill-crypto overwrite crypto"], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, "packages/next/src/server/web/spec-extension/adapters/headers.test.ts": { "passed": [ "HeadersAdapter case-insensitive should handle different case for header names", @@ -1146,6 +1157,17 @@ "flakey": [], "runtimeError": false }, + "test/development/acceptance-app/dynamic-metadata-error.test.ts": { + "passed": [ + "dynamic metadata error should error if the default export of dynamic image is missing", + "dynamic metadata error should error when id is missing in generateImageMetadata", + "dynamic metadata error should error when id is missing in generateSitemaps" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/development/acceptance-app/editor-links.test.ts": { "passed": [ "Error overlay - editor links should be possible to open source file on build error" @@ -2495,6 +2517,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/actions-revalidate-remount/actions-revalidate-remount.test.ts": { + "passed": [ + "actions-revalidate-remount should not remount the page + loading component when revalidating" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/actions/app-action-export.test.ts": { "passed": [ "app-dir action handling - next export skip test for development mode" @@ -2661,6 +2692,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/app-client-cache/client-cache.defaults.test.ts": { + "passed": [ + "app dir client cache semantics (default semantics) should return fresh data every navigation" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/app-client-cache/client-cache.experimental.test.ts": { "passed": [ "app dir client cache semantics (experimental staleTimes) dynamic: 0 should trigger a loading state before fetching the page, followed by fresh data on every subsequent navigation", @@ -2683,6 +2723,13 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/app-client-cache/client-cache.parallel-routes.test.ts": { + "passed": ["app dir client cache with parallel routes should skip dev"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/app-compilation/index.test.ts": { "passed": ["app dir HMR should not cause error when removing loading.js"], "failed": [], @@ -2912,6 +2959,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/app-prefetch/prefetching.stale-times.test.ts": { + "passed": [ + "app dir - prefetching (custom staleTime) should skip next dev for now" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/app-prefetch/prefetching.test.ts": { "passed": ["app dir - prefetching should skip next dev for now"], "failed": [], @@ -3168,6 +3224,8 @@ "app-dir static/dynamic handling should not throw Dynamic Server Usage error when using generateStaticParams with draftMode", "app-dir static/dynamic handling should render not found pages correctly and fallback to the default one", "app-dir static/dynamic handling should skip cache in draft mode", + "app-dir static/dynamic handling should skip fetch cache when accessing request properties", + "app-dir static/dynamic handling should skip fetch cache when an authorization header is present after dynamic usage", "app-dir static/dynamic handling should ssr dynamically when detected automatically with fetch cache option", "app-dir static/dynamic handling should ssr dynamically when forced via config", "app-dir static/dynamic handling should still cache even though the `traceparent` header was different", @@ -3175,6 +3233,7 @@ "app-dir static/dynamic handling should stream properly for /stale-cache-serving-edge/route-handler", "app-dir static/dynamic handling should stream properly for /stale-cache-serving/app-page", "app-dir static/dynamic handling should stream properly for /stale-cache-serving/route-handler", + "app-dir static/dynamic handling should use auto no cache when no fetch config", "app-dir static/dynamic handling should warn for too many cache tags", "app-dir static/dynamic handling should work with dynamic path no generateStaticParams", "app-dir static/dynamic handling should work with forced dynamic path", @@ -3183,6 +3242,8 @@ "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge", "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node", "app-dir static/dynamic handling unstable_cache should bypass cache in draft mode", + "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache", + "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-store", "app-dir static/dynamic handling unstable_cache should not error when retrieving the value undefined", "app-dir static/dynamic handling unstable_cache should retrieve the same value on second request", "app-dir static/dynamic handling unstable_noStore should not opt-out of static optimization when used in next/cache", @@ -3250,6 +3311,8 @@ "app-dir static/dynamic handling should render not found pages correctly and fallback to the default one", "app-dir static/dynamic handling should revalidate correctly with config and fetch revalidate", "app-dir static/dynamic handling should skip cache in draft mode", + "app-dir static/dynamic handling should skip fetch cache when accessing request properties", + "app-dir static/dynamic handling should skip fetch cache when an authorization header is present after dynamic usage", "app-dir static/dynamic handling should ssr dynamically when detected automatically with fetch cache option", "app-dir static/dynamic handling should ssr dynamically when forced via config", "app-dir static/dynamic handling should still cache even though the `traceparent` header was different", @@ -3257,6 +3320,7 @@ "app-dir static/dynamic handling should stream properly for /stale-cache-serving-edge/route-handler", "app-dir static/dynamic handling should stream properly for /stale-cache-serving/app-page", "app-dir static/dynamic handling should stream properly for /stale-cache-serving/route-handler", + "app-dir static/dynamic handling should use auto no cache when no fetch config", "app-dir static/dynamic handling should warn for too many cache tags", "app-dir static/dynamic handling should work with dynamic path no generateStaticParams", "app-dir static/dynamic handling should work with forced dynamic path", @@ -3265,6 +3329,8 @@ "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge", "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node", "app-dir static/dynamic handling unstable_cache should bypass cache in draft mode", + "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache", + "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-store", "app-dir static/dynamic handling unstable_cache should not error when retrieving the value undefined", "app-dir static/dynamic handling unstable_cache should retrieve the same value on second request", "app-dir static/dynamic handling unstable_noStore should not opt-out of static optimization when used in next/cache", @@ -3320,6 +3386,7 @@ "app dir - basic should push to external url", "app dir - basic should replace to external url", "app dir - basic should soft push", + "app dir - basic should soft replace", "app dir - basic HMR should HMR correctly for client component", "app dir - basic HMR should HMR correctly for server component", "app dir - basic bootstrap scripts should only bootstrap with one script, prinitializing the rest", @@ -3413,7 +3480,6 @@ ], "failed": [], "pending": [ - "app dir - basic should soft replace", "app dir - basic HMR should HMR correctly when changing the component type", "app dir - basic known bugs should support React fetch instrumentation client component", "app dir - basic known bugs should support React fetch instrumentation client component client-navigation", @@ -3501,6 +3567,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/binary/rsc-binary.test.ts": { + "passed": [ + "RSC binary serialization should correctly encode/decode binaries and hydrate" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/build-size/index.test.ts": { "passed": ["app-dir build size should skip next dev for now"], "failed": [], @@ -3548,6 +3623,16 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": { + "passed": [ + "css-modules-scoping should not prefix grid areas", + "css-modules-scoping should prefix animation" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/css-order/css-order.test.ts": { "passed": [ "css-order turbo should load correct styles navigating big-interleaved-a -> big-interleaved-b", @@ -3871,6 +3956,13 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/fallback-prefetch/fallback-prefetch.test.ts": { + "passed": ["fallback-prefetch should prefetch the page without errors"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/front-redirect-issue/front-redirect-issue.test.ts": { "passed": ["app dir - front redirect issue should redirect"], "failed": [], @@ -4151,9 +4243,6 @@ "app dir - metadata dynamic routes icon image routes should render apple icon with dynamic routes", "app dir - metadata dynamic routes icon image routes should render icon with dynamic routes", "app dir - metadata dynamic routes robots.txt should handle robots.[ext] dynamic routes", - "app dir - metadata dynamic routes should error if the default export of dynamic image is missing", - "app dir - metadata dynamic routes should error when id is missing in generateImageMetadata", - "app dir - metadata dynamic routes should error when id is missing in generateSitemaps", "app dir - metadata dynamic routes should generate unique path for image routes under group routes", "app dir - metadata dynamic routes should inject dynamic metadata properly to head", "app dir - metadata dynamic routes should pick configured metadataBase instead of deployment url for canonical url", @@ -4204,6 +4293,18 @@ "runtimeError": false }, "test/e2e/app-dir/metadata-warnings/index.test.ts": { + "passed": [ + "app dir - metadata missing metadataBase should not warn for viewport properties during manually merging metadata", + "app dir - metadata missing metadataBase should not warn metadataBase is missing if there is only absolute url", + "app dir - metadata missing metadataBase should show warning in vercel deployment output in default build output mode", + "app dir - metadata missing metadataBase should warn for unsupported metadata properties" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/metadata-warnings/standalone.test.ts": { "passed": [ "app dir - metadata missing metadataBase should fallback to localhost if metadataBase is missing for absolute urls resolving", "app dir - metadata missing metadataBase should not warn for viewport properties during manually merging metadata", @@ -4234,7 +4335,6 @@ "app dir - metadata basic should support title template", "app dir - metadata basic should support verification tags", "app dir - metadata basic should use parent layout title when no title is defined in page", - "app dir - metadata file based icons should handle updates to the file icon name and order", "app dir - metadata file based icons should not render if image file is not specified", "app dir - metadata file based icons should render icon and apple touch icon meta if their images are specified", "app dir - metadata icons should merge icons from layout if no static icons files are specified", @@ -4266,7 +4366,9 @@ "app dir - metadata viewport should support dynamic viewport export" ], "failed": [], - "pending": [], + "pending": [ + "app dir - metadata file based icons should handle updates to the file icon name and order" + ], "flakey": [], "runtimeError": false }, @@ -4296,6 +4398,13 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/navigation-redirect-import/navigation-redirect-import.test.ts": { + "passed": ["navigation-redirect-import should work using fetch"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/navigation/navigation.test.ts": { "passed": [ "app dir - navigation SEO should contain default meta tags in error page", @@ -4370,6 +4479,7 @@ "unstable_after() in edge runtime runs in generateMetadata()", "unstable_after() in edge runtime runs in middleware", "unstable_after() in edge runtime runs in server actions", + "unstable_after() in edge runtime uses waitUntil from request context if available", "unstable_after() in nodejs runtime does not allow modifying cookies in a callback", "unstable_after() in nodejs runtime interrupted RSC renders runs callbacks if a user error was thrown in the RSC render", "unstable_after() in nodejs runtime interrupted RSC renders runs callbacks if notFound() was called", @@ -4383,7 +4493,8 @@ "unstable_after() in nodejs runtime runs in dynamic route handlers", "unstable_after() in nodejs runtime runs in generateMetadata()", "unstable_after() in nodejs runtime runs in middleware", - "unstable_after() in nodejs runtime runs in server actions" + "unstable_after() in nodejs runtime runs in server actions", + "unstable_after() in nodejs runtime uses waitUntil from request context if available" ], "failed": [], "pending": [], @@ -4411,6 +4522,19 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/next-dynamic-css/next-dynamic-css.test.ts": { + "passed": [ + "next-dynamic-css should have correct order of global styles between layout and pages", + "next-dynamic-css should have correct order of styles between global and css modules", + "next-dynamic-css should have correct order of styles on next/dymamic loaded component" + ], + "failed": [], + "pending": [ + "next-dynamic-css should have correct order of styles on client component that is sharing styles with next/dynamic (TODO)" + ], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/next-font/next-font.test.ts": { "passed": [ "app dir - next/font app dir - next-font Dev errors should recover on font loader error", @@ -4708,6 +4832,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/parallel-routes-css/parallel-routes-css.test.ts": { + "passed": [ + "parallel-routes-catchall-css should properly load the Head content from multiple leaf segments" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/parallel-routes-layouts/parallel-routes-layouts.test.ts": { "passed": [ "parallel-routes-layouts should properly render layouts for multiple slots" @@ -4737,6 +4870,7 @@ "parallel-routes-revalidation router.refresh (regular) - searchParams: true should correctly refresh data for previously intercepted modal and active page slot", "parallel-routes-revalidation router.refresh (regular) - searchParams: true should correctly refresh data for the intercepted route and previously active page slot", "parallel-routes-revalidation server action revalidation handles refreshing when multiple parallel slots are active", + "parallel-routes-revalidation server action revalidation should not trigger a refresh for the page that is being redirected to", "parallel-routes-revalidation should handle a redirect action when called in a slot", "parallel-routes-revalidation should handle router.refresh() when called in a slot", "parallel-routes-revalidation should not trigger full page when calling router.refresh() on an intercepted route", @@ -4902,6 +5036,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/ppr-navigations/incremental/incremental.test.ts": { + "passed": [ + "ppr-navigations incremental can navigate between all the links and back without writing to disk" + ], + "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": [], @@ -4916,6 +5059,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/ppr-navigations/simple/simple.test.ts": { + "passed": [ + "ppr-navigations simple can navigate between all the links and back" + ], + "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": [], @@ -5149,6 +5301,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/rsc-webpack-loader/rsc-webpack-loader.test.ts": { + "passed": [], + "failed": [], + "pending": [ + "app dir - rsc webpack loader should support webpack loader rules" + ], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/scss/3rd-party-module/3rd-party-module.test.ts": { "passed": ["3rd Party CSS Module Support should render the module"], "failed": [], @@ -5596,6 +5757,18 @@ "flakey": [], "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 = false, debugging = true should render the full page", + "static-shell-debugging ppr = true, debugging = false should render the full page", + "static-shell-debugging ppr = true, debugging = true should only render the static shell" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/syntax-highlighter-crash/syntax-highlighter-crash.test.ts": { "passed": ["syntax-highlighter-crash should render the page"], "failed": [], @@ -5603,6 +5776,13 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/tailwind-css/tailwind-css.test.ts": { + "passed": ["tailwind-css works when importing tailwind/tailwind.css"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/taint/process-taint.test.ts": { "passed": [ "app dir - taint should error when passing process env to client component" @@ -5657,6 +5837,13 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/typeof-window/typeof-window.test.ts": { + "passed": ["typeof-window should work using cheerio"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/underscore-ignore-app-paths/underscore-ignore-app-paths.test.ts": { "passed": [ "underscore-ignore-app-paths should not serve app path with underscore", @@ -5668,6 +5855,16 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/unstable-rethrow/unstable-rethrow.test.ts": { + "passed": [ + "unstable-rethrow should correctly trigger the not found page as not found", + "unstable-rethrow should handle an internal error that gets propagated to the `cause` field" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/use-params/use-params.test.ts": { "passed": [ "use-params should work for catch all params", @@ -6919,7 +7116,6 @@ "test/e2e/module-layer/module-layer.test.ts": { "passed": [ "module layer client packages in middleware should error when import server packages in middleware", - "module layer with server-only in server targets should render installed react version for middleware", "module layer with server-only in server targets should render routes marked with restriction marks without errors /api/hello", "module layer with server-only in server targets should render routes marked with restriction marks without errors /api/hello-edge", "module layer with server-only in server targets should render routes marked with restriction marks without errors /api/mixed",