Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Turbopack development test manifest #64709

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
64 changes: 28 additions & 36 deletions test/turbopack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": [],
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": [],
Expand Down