From c14c0bd3c7e71d1dff1f98f83a8b3e6998a9671d Mon Sep 17 00:00:00 2001 From: Vercel Release Bot <88769842+vercel-release-bot@users.noreply.github.com> Date: Thu, 18 Apr 2024 04:59:50 -0400 Subject: [PATCH] Update Turbopack development test manifest (#64709) This auto-generated PR updates the development integration test manifest used when testing Turbopack. --- test/turbopack-dev-tests-manifest.json | 64 +++++++++++--------------- 1 file changed, 28 insertions(+), 36 deletions(-) diff --git a/test/turbopack-dev-tests-manifest.json b/test/turbopack-dev-tests-manifest.json index 702e20bca5278..0346c008f6d51 100644 --- a/test/turbopack-dev-tests-manifest.json +++ b/test/turbopack-dev-tests-manifest.json @@ -2486,6 +2486,8 @@ "test/e2e/app-dir/app-basepath/index.test.ts": { "passed": [ "app dir - basepath should handle redirect in dynamic in suspense boundary routes with basePath", + "app dir - basepath should only make a single RSC call to the current page (/base/refresh)", + "app dir - basepath should only make a single RSC call to the current page (/base/refresh?foo=bar)", "app dir - basepath should prefix metadata og image with basePath", "app dir - basepath should prefix redirect() with basePath", "app dir - basepath should render usePathname without the basePath", @@ -3493,6 +3495,8 @@ }, "test/e2e/app-dir/dynamic-css/index.test.ts": { "passed": [ + "app dir - dynamic css should not throw with accessing to ALS in preload css", + "app dir - dynamic css should only apply corresponding css for page loaded in edge runtime", "app dir - dynamic css should only apply corresponding css for page loaded that /another", "app dir - dynamic css should only apply corresponding css for page loaded that /ssr", "app dir - dynamic css should preload css of dynamic component during SSR" @@ -4265,17 +4269,6 @@ "flakey": [], "runtimeError": false }, - "test/e2e/app-dir/not-found/multi-root-layout/index.test.ts": { - "passed": [ - "not-found-multi-root-layout should render main not-found", - "not-found-multi-root-layout should render root not-found for uncaught routes", - "not-found-multi-root-layout should render sub not-found" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, "test/e2e/app-dir/pages-to-app-routing/pages-to-app-routing.test.ts": { "passed": ["pages-to-app-routing should work using browser"], "failed": [], @@ -5410,6 +5403,30 @@ "flakey": [], "runtimeError": false }, + "test/e2e/async-modules-app/index.test.ts": { + "passed": ["Async modules app router server component async module"], + "failed": [], + "pending": ["Async modules app router client component async module"], + "flakey": [], + "runtimeError": false + }, + "test/e2e/async-modules/index.test.ts": { + "passed": [ + "Async modules can render async 404 pages", + "Async modules csr async page modules", + "Async modules ssr async page modules", + "Async modules works on async api routes", + "Async modules works with getServerSideProps", + "Async modules works with getStaticProps" + ], + "failed": [], + "pending": [ + "Async modules can render async AMP pages", + "Async modules can render async error page" + ], + "flakey": [], + "runtimeError": false + }, "test/e2e/basepath-trailing-slash.test.ts": { "passed": [ "basePath + trailingSlash should allow URL query strings on index without refresh", @@ -7932,31 +7949,6 @@ "flakey": [], "runtimeError": false }, - "test/integration/async-modules/test/index.test.js": { - "passed": [ - "Async modules development mode can render async 404 pages", - "Async modules development mode csr async page modules", - "Async modules development mode ssr async page modules", - "Async modules development mode works on async api routes", - "Async modules development mode works with getServerSideProps", - "Async modules development mode works with getStaticProps" - ], - "failed": [], - "pending": [ - "Async modules development mode can render async AMP pages", - "Async modules development mode can render async error page", - "Async modules production mode can render async 404 pages", - "Async modules production mode can render async AMP pages", - "Async modules production mode can render async error page", - "Async modules production mode csr async page modules", - "Async modules production mode ssr async page modules", - "Async modules production mode works on async api routes", - "Async modules production mode works with getServerSideProps", - "Async modules production mode works with getStaticProps" - ], - "flakey": [], - "runtimeError": false - }, "test/integration/auto-export-error-bail/test/index.test.js": { "passed": [], "failed": [],