Skip to content

Commit 2dab0b6

Browse files
Update Turbopack test manifest (#62715)
This auto-generated PR updates the integration test manifest used when testing Turbopack.
1 parent c0b1383 commit 2dab0b6

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

test/turbopack-tests-manifest.json

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,13 @@
14671467
"flakey": [],
14681468
"runtimeError": false
14691469
},
1470+
"test/development/app-dir/hmr-deleted-page/hmr-deleted-page.test.ts": {
1471+
"passed": ["hmr-deleted-page should not show errors for a deleted page"],
1472+
"failed": [],
1473+
"pending": [],
1474+
"flakey": [],
1475+
"runtimeError": false
1476+
},
14701477
"test/development/app-dir/hmr-move-file/hmr-move-file.test.ts": {
14711478
"passed": [
14721479
"HMR Move File should work when moving a component to another directory"
@@ -4001,13 +4008,12 @@
40014008
},
40024009
"test/e2e/app-dir/not-found/conflict-route/index.test.ts": {
40034010
"passed": [
4011+
"app dir - not-found - conflict route with default runtime should allow to have a valid /not-found route",
40044012
"app dir - not-found - conflict route with default runtime should use the not-found page for non-matching routes",
4013+
"app dir - not-found - conflict route with runtime = edge should allow to have a valid /not-found route",
40054014
"app dir - not-found - conflict route with runtime = edge should use the not-found page for non-matching routes"
40064015
],
4007-
"failed": [
4008-
"app dir - not-found - conflict route with default runtime should allow to have a valid /not-found route",
4009-
"app dir - not-found - conflict route with runtime = edge should allow to have a valid /not-found route"
4010-
],
4016+
"failed": [],
40114017
"pending": [],
40124018
"flakey": [],
40134019
"runtimeError": false
@@ -6841,6 +6847,15 @@
68416847
"flakey": [],
68426848
"runtimeError": false
68436849
},
6850+
"test/e2e/useselectedlayoutsegment-s-in-pages-router/useselectedlayoutsegment-s-in-pages-router.test.ts": {
6851+
"passed": [
6852+
"useSelectedLayoutSegment(s) in Pages Router Should render with `useSelectedLayoutSegment(s) hooks"
6853+
],
6854+
"failed": [],
6855+
"pending": [],
6856+
"flakey": [],
6857+
"runtimeError": false
6858+
},
68446859
"test/e2e/yarn-pnp/test/with-eslint.test.ts": {
68456860
"passed": [],
68466861
"failed": [],
@@ -8983,7 +8998,6 @@
89838998
"Dynamic Routing dev mode should not have any console warnings when navigating to dynamic route",
89848999
"Dynamic Routing dev mode should not have any query values when not defined",
89859000
"Dynamic Routing dev mode should not have placeholder query values for SSS",
8986-
"Dynamic Routing dev mode should not match dynamic route for non-existent _next/static asset",
89879001
"Dynamic Routing dev mode should not preload buildManifest for non-auto export dynamic pages",
89889002
"Dynamic Routing dev mode should pass params in getInitialProps during SSR",
89899003
"Dynamic Routing dev mode should pass params in getInitialProps during client navigation",
@@ -9060,7 +9074,6 @@
90609074
"Dynamic Routing production mode should not error when requesting dynamic page with /api",
90619075
"Dynamic Routing production mode should not have any query values when not defined",
90629076
"Dynamic Routing production mode should not have placeholder query values for SSS",
9063-
"Dynamic Routing production mode should not match dynamic route for non-existent _next/static asset",
90649077
"Dynamic Routing production mode should not preload buildManifest for non-auto export dynamic pages",
90659078
"Dynamic Routing production mode should output a pages-manifest correctly",
90669079
"Dynamic Routing production mode should output a routes-manifest correctly",
@@ -9144,7 +9157,6 @@
91449157
"Dynamic Routing dev mode should not have any console warnings when navigating to dynamic route",
91459158
"Dynamic Routing dev mode should not have any query values when not defined",
91469159
"Dynamic Routing dev mode should not have placeholder query values for SSS",
9147-
"Dynamic Routing dev mode should not match dynamic route for non-existent _next/static asset",
91489160
"Dynamic Routing dev mode should not preload buildManifest for non-auto export dynamic pages",
91499161
"Dynamic Routing dev mode should pass params in getInitialProps during SSR",
91509162
"Dynamic Routing dev mode should pass params in getInitialProps during client navigation",
@@ -9221,7 +9233,6 @@
92219233
"Dynamic Routing production mode should not error when requesting dynamic page with /api",
92229234
"Dynamic Routing production mode should not have any query values when not defined",
92239235
"Dynamic Routing production mode should not have placeholder query values for SSS",
9224-
"Dynamic Routing production mode should not match dynamic route for non-existent _next/static asset",
92259236
"Dynamic Routing production mode should not preload buildManifest for non-auto export dynamic pages",
92269237
"Dynamic Routing production mode should output a pages-manifest correctly",
92279238
"Dynamic Routing production mode should pass params in getInitialProps during SSR",

0 commit comments

Comments
 (0)