Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 20 additions & 8 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5246,7 +5246,8 @@
"passed": [
"conflicting routes /en/vercel/~/monitoring matches the right route",
"conflicting routes /es/vercel/~/monitoring matches the right route",
"conflicting routes /fr/vercel/~/monitoring matches the right route"
"conflicting routes /fr/vercel/~/monitoring matches the right route",
"conflicting routes matches the right route when the original route has no dynamic params, is dynamic, and PPR is disabled"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -5577,13 +5578,6 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/turbopack-loader-resource-query/turbopack-loader-resource-query.test.ts": {
"passed": ["turbopack-loader-resource-query should pass query to loader"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/turbopack-reports/turbopack-reports.test.ts": {
"passed": ["turbopack-reports should render page importing sqlite3"],
"failed": [],
Expand Down Expand Up @@ -5786,6 +5780,8 @@
"use-cache should send an SWR cache-control header based on the revalidate and expire values",
"use-cache should update after unstable_expireTag correctly",
"use-cache should use revalidate config in fetch",
"use-cache usage in node_modules should cache results when using a directive with a handler",
"use-cache usage in node_modules should cache results when using a directive without a handler",
"use-cache works with \"use cache\" in method props",
"use-cache works with \"use cache\" in static class methods",
"use-cache works with useActionState if previousState parameter is not used in \"use cache\" function"
Expand Down Expand Up @@ -5844,6 +5840,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/webpack-loader-binary/webpack-loader-binary.test.ts": {
"passed": [
"webpack-loader-ts-transform should allow passing binary assets to and from a Webpack loader"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/webpack-loader-conditions/webpack-loader-conditions.test.ts": {
"passed": [
"webpack-loader-conditions should render correctly on client side",
Expand All @@ -5854,6 +5859,13 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/webpack-loader-resource-query/turbopack-loader-resource-query.test.ts": {
"passed": ["webpack-loader-resource-query should pass query to loader"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/webpack-loader-ts-transform/webpack-loader-ts-transform.test.ts": {
"passed": [
"webpack-loader-ts-transform should accept Typescript returned from Webpack loaders"
Expand Down
Loading