|
1467 | 1467 | "flakey": [], |
1468 | 1468 | "runtimeError": false |
1469 | 1469 | }, |
| 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 | + }, |
1470 | 1477 | "test/development/app-dir/hmr-move-file/hmr-move-file.test.ts": { |
1471 | 1478 | "passed": [ |
1472 | 1479 | "HMR Move File should work when moving a component to another directory" |
|
4001 | 4008 | }, |
4002 | 4009 | "test/e2e/app-dir/not-found/conflict-route/index.test.ts": { |
4003 | 4010 | "passed": [ |
| 4011 | + "app dir - not-found - conflict route with default runtime should allow to have a valid /not-found route", |
4004 | 4012 | "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", |
4005 | 4014 | "app dir - not-found - conflict route with runtime = edge should use the not-found page for non-matching routes" |
4006 | 4015 | ], |
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": [], |
4011 | 4017 | "pending": [], |
4012 | 4018 | "flakey": [], |
4013 | 4019 | "runtimeError": false |
|
6841 | 6847 | "flakey": [], |
6842 | 6848 | "runtimeError": false |
6843 | 6849 | }, |
| 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 | + }, |
6844 | 6859 | "test/e2e/yarn-pnp/test/with-eslint.test.ts": { |
6845 | 6860 | "passed": [], |
6846 | 6861 | "failed": [], |
|
8983 | 8998 | "Dynamic Routing dev mode should not have any console warnings when navigating to dynamic route", |
8984 | 8999 | "Dynamic Routing dev mode should not have any query values when not defined", |
8985 | 9000 | "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", |
8987 | 9001 | "Dynamic Routing dev mode should not preload buildManifest for non-auto export dynamic pages", |
8988 | 9002 | "Dynamic Routing dev mode should pass params in getInitialProps during SSR", |
8989 | 9003 | "Dynamic Routing dev mode should pass params in getInitialProps during client navigation", |
|
9060 | 9074 | "Dynamic Routing production mode should not error when requesting dynamic page with /api", |
9061 | 9075 | "Dynamic Routing production mode should not have any query values when not defined", |
9062 | 9076 | "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", |
9064 | 9077 | "Dynamic Routing production mode should not preload buildManifest for non-auto export dynamic pages", |
9065 | 9078 | "Dynamic Routing production mode should output a pages-manifest correctly", |
9066 | 9079 | "Dynamic Routing production mode should output a routes-manifest correctly", |
|
9144 | 9157 | "Dynamic Routing dev mode should not have any console warnings when navigating to dynamic route", |
9145 | 9158 | "Dynamic Routing dev mode should not have any query values when not defined", |
9146 | 9159 | "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", |
9148 | 9160 | "Dynamic Routing dev mode should not preload buildManifest for non-auto export dynamic pages", |
9149 | 9161 | "Dynamic Routing dev mode should pass params in getInitialProps during SSR", |
9150 | 9162 | "Dynamic Routing dev mode should pass params in getInitialProps during client navigation", |
|
9221 | 9233 | "Dynamic Routing production mode should not error when requesting dynamic page with /api", |
9222 | 9234 | "Dynamic Routing production mode should not have any query values when not defined", |
9223 | 9235 | "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", |
9225 | 9236 | "Dynamic Routing production mode should not preload buildManifest for non-auto export dynamic pages", |
9226 | 9237 | "Dynamic Routing production mode should output a pages-manifest correctly", |
9227 | 9238 | "Dynamic Routing production mode should pass params in getInitialProps during SSR", |
|
0 commit comments