|
2009 | 2009 | "Error Overlay for server components Class component used in Server Component should show error when Class Component is used", |
2010 | 2010 | "Error Overlay for server components Class component used in Server Component should show error when Component is rendered in external package", |
2011 | 2011 | "Error Overlay for server components Class component used in Server Component should show error when React.PureComponent is rendered in external package", |
| 2012 | + "Error Overlay for server components Next.js link client hooks called in Server Component should show error when useLinkStatus is called", |
2012 | 2013 | "Error Overlay for server components Next.js navigation client hooks called in Server Component should show error when useParams is called", |
2013 | 2014 | "Error Overlay for server components Next.js navigation client hooks called in Server Component should show error when usePathname is called", |
2014 | 2015 | "Error Overlay for server components Next.js navigation client hooks called in Server Component should show error when useRouter is called", |
|
4901 | 4902 | "flakey": [], |
4902 | 4903 | "runtimeError": false |
4903 | 4904 | }, |
| 4905 | + "test/e2e/app-dir/back-forward-cache/back-forward-cache.test.ts": { |
| 4906 | + "passed": [ |
| 4907 | + "back/forward cache Activity component is renderable when the routerBFCache flag is on" |
| 4908 | + ], |
| 4909 | + "failed": [], |
| 4910 | + "pending": [], |
| 4911 | + "flakey": [], |
| 4912 | + "runtimeError": false |
| 4913 | + }, |
4904 | 4914 | "test/e2e/app-dir/binary/rsc-binary.test.ts": { |
4905 | 4915 | "passed": [ |
4906 | 4916 | "RSC binary serialization should correctly encode/decode binaries and hydrate" |
|
7753 | 7763 | "flakey": [], |
7754 | 7764 | "runtimeError": false |
7755 | 7765 | }, |
| 7766 | + "test/e2e/app-dir/rewrite-with-search-params/rewrite-with-search-params.test.ts": { |
| 7767 | + "passed": [ |
| 7768 | + "rewrite-with-search-params should not contain params in search params after rewrite" |
| 7769 | + ], |
| 7770 | + "failed": [], |
| 7771 | + "pending": [], |
| 7772 | + "flakey": [], |
| 7773 | + "runtimeError": false |
| 7774 | + }, |
7756 | 7775 | "test/e2e/app-dir/rewrites-redirects/rewrites-redirects.test.ts": { |
7757 | 7776 | "passed": [ |
7758 | 7777 | "redirects and rewrites navigation using button should redirect from middleware correctly", |
|
7899 | 7918 | "flakey": [], |
7900 | 7919 | "runtimeError": false |
7901 | 7920 | }, |
| 7921 | + "test/e2e/app-dir/rsc-query-routing/rsc-query-routing.test.ts": { |
| 7922 | + "passed": [ |
| 7923 | + "rsc-query-routing should contain rsc query in rsc request when redirect the page", |
| 7924 | + "rsc-query-routing should contain rsc query in rsc request when rewrite the page" |
| 7925 | + ], |
| 7926 | + "failed": [], |
| 7927 | + "pending": [], |
| 7928 | + "flakey": [], |
| 7929 | + "runtimeError": false |
| 7930 | + }, |
7902 | 7931 | "test/e2e/app-dir/rsc-webpack-loader/rsc-webpack-loader.test.ts": { |
7903 | 7932 | "passed": [], |
7904 | 7933 | "failed": [], |
|
11306 | 11335 | "flakey": [], |
11307 | 11336 | "runtimeError": false |
11308 | 11337 | }, |
| 11338 | + "test/e2e/turbopack-turbo-config-compatibility/index.test.ts": { |
| 11339 | + "passed": [ |
| 11340 | + "turbopack-turbo-config-compatibility including both turbopack and deprecated experimental turbo config prefers turbopack config over deprecated experimental turbo config", |
| 11341 | + "turbopack-turbo-config-compatibility only including deprecated experimental turbo config still uses the deprecated experimental turbo config" |
| 11342 | + ], |
| 11343 | + "failed": [], |
| 11344 | + "pending": [], |
| 11345 | + "flakey": [], |
| 11346 | + "runtimeError": false |
| 11347 | + }, |
11309 | 11348 | "test/e2e/type-module-interop/index.test.ts": { |
11310 | 11349 | "passed": [ |
11311 | 11350 | "Type module interop should render client-side", |
|
18147 | 18186 | "flakey": [], |
18148 | 18187 | "runtimeError": false |
18149 | 18188 | }, |
18150 | | - "test/integration/module-id-strategies/test/index.test.js": { |
| 18189 | + "test/integration/module-ids/test/index.test.js": { |
18151 | 18190 | "passed": [ |
18152 | 18191 | "minified module ids development mode should have long module id for the next client runtime module", |
18153 | 18192 | "minified module ids development mode should have long module ids for async loader modules", |
|
0 commit comments