|
1858 | 1858 | "ReactRefreshLogBox app Should show error location for server actions in server component",
|
1859 | 1859 | "ReactRefreshLogBox app boundaries",
|
1860 | 1860 | "ReactRefreshLogBox app logbox: anchors links in error messages",
|
1861 |
| - "ReactRefreshLogBox app server component can recover from error thrown in the module", |
1862 | 1861 | "ReactRefreshLogBox app should hide unrelated frames in stack trace with nodejs internal calls",
|
1863 | 1862 | "ReactRefreshLogBox app should hide unrelated frames in stack trace with unknown anonymous calls",
|
1864 | 1863 | "ReactRefreshLogBox app should strip whitespace correctly with newline"
|
|
1871 | 1870 | "ReactRefreshLogBox app conversion to class component (1)",
|
1872 | 1871 | "ReactRefreshLogBox app css syntax errors",
|
1873 | 1872 | "ReactRefreshLogBox app module init error not shown",
|
| 1873 | + "ReactRefreshLogBox app server component can recover from error thrown in the module", |
1874 | 1874 | "ReactRefreshLogBox app should collapse bundler internal stack frames",
|
1875 | 1875 | "ReactRefreshLogBox app unterminated JSX"
|
1876 | 1876 | ],
|
|
2191 | 2191 | "test/development/acceptance/ReactRefreshLogBox.test.ts": {
|
2192 | 2192 | "passed": [
|
2193 | 2193 | "ReactRefreshLogBox Call stack count is correct for pages error",
|
| 2194 | + "ReactRefreshLogBox boundaries", |
| 2195 | + "ReactRefreshLogBox conversion to class component (1)", |
2194 | 2196 | "ReactRefreshLogBox logbox: anchors links in error messages",
|
2195 | 2197 | "ReactRefreshLogBox non-Error errors are handled properly",
|
2196 | 2198 | "ReactRefreshLogBox should collapse nodejs internal stack frames from stack trace",
|
2197 | 2199 | "ReactRefreshLogBox should show anonymous frames from stack trace",
|
2198 | 2200 | "ReactRefreshLogBox should strip whitespace correctly with newline"
|
2199 | 2201 | ],
|
2200 | 2202 | "failed": [
|
2201 |
| - "ReactRefreshLogBox boundaries", |
2202 |
| - "ReactRefreshLogBox conversion to class component (1)", |
2203 | 2203 | "ReactRefreshLogBox css syntax errors",
|
2204 | 2204 | "ReactRefreshLogBox module init error not shown",
|
2205 | 2205 | "ReactRefreshLogBox unterminated JSX"
|
|
2256 | 2256 | },
|
2257 | 2257 | "test/development/acceptance/error-recovery.test.ts": {
|
2258 | 2258 | "passed": [
|
2259 |
| - "pages/ error recovery logbox: can recover from a event handler error" |
| 2259 | + "pages/ error recovery logbox: can recover from a component error", |
| 2260 | + "pages/ error recovery logbox: can recover from a event handler error", |
| 2261 | + "pages/ error recovery stuck error" |
2260 | 2262 | ],
|
2261 | 2263 | "failed": [
|
2262 |
| - "pages/ error recovery logbox: can recover from a component error", |
2263 | 2264 | "pages/ error recovery logbox: can recover from a syntax error without losing state",
|
2264 | 2265 | "pages/ error recovery render error not shown right after syntax error",
|
2265 |
| - "pages/ error recovery stuck error", |
2266 | 2266 | "pages/ error recovery syntax > runtime error"
|
2267 | 2267 | ],
|
2268 | 2268 | "pending": [],
|
|
2438 | 2438 | },
|
2439 | 2439 | "test/development/app-dir/dynamic-io-dev-errors/dynamic-io-dev-errors.test.ts": {
|
2440 | 2440 | "passed": [
|
| 2441 | + "Dynamic IO Dev Errors should display error when component accessed data without suspense boundary", |
2441 | 2442 | "Dynamic IO Dev Errors should not log unhandled rejections for persistently thrown top-level errors",
|
2442 | 2443 | "Dynamic IO Dev Errors should show a red box error on client navigations",
|
2443 | 2444 | "Dynamic IO Dev Errors should show a red box error on the SSR render"
|
2444 | 2445 | ],
|
2445 | 2446 | "failed": [
|
2446 |
| - "Dynamic IO Dev Errors should clear segment errors after correcting them", |
2447 |
| - "Dynamic IO Dev Errors should display error when component accessed data without suspense boundary" |
| 2447 | + "Dynamic IO Dev Errors should clear segment errors after correcting them" |
2448 | 2448 | ],
|
2449 | 2449 | "pending": [],
|
2450 | 2450 | "flakey": [],
|
|
2684 | 2684 | "flakey": [],
|
2685 | 2685 | "runtimeError": false
|
2686 | 2686 | },
|
| 2687 | + "test/development/app-dir/react-performance-track/react-performance-track.test.ts": { |
| 2688 | + "passed": [ |
| 2689 | + "react-performance-track should show fetch", |
| 2690 | + "react-performance-track should show setTimeout" |
| 2691 | + ], |
| 2692 | + "failed": [], |
| 2693 | + "pending": [], |
| 2694 | + "flakey": [], |
| 2695 | + "runtimeError": false |
| 2696 | + }, |
2687 | 2697 | "test/development/app-dir/segment-explorer-globals/segment-explorer-globals.test.ts": {
|
2688 | 2698 | "passed": [
|
2689 | 2699 | "segment-explorer - globals should display parallel routes default page when present",
|
|
2891 | 2901 | "runtimeError": false
|
2892 | 2902 | },
|
2893 | 2903 | "test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": {
|
2894 |
| - "passed": [], |
2895 |
| - "failed": [ |
| 2904 | + "passed": [ |
2896 | 2905 | "Skipped in Turbopack optimizePackageImports - mui should support MUI"
|
2897 | 2906 | ],
|
| 2907 | + "failed": [], |
2898 | 2908 | "pending": [],
|
2899 | 2909 | "flakey": [],
|
2900 | 2910 | "runtimeError": false
|
|
3889 | 3899 | "Client Navigation rendering Rendering via HTTP asPath",
|
3890 | 3900 | "Client Navigation rendering Rendering via HTTP default Content-Type",
|
3891 | 3901 | "Client Navigation rendering Rendering via HTTP default export is not a React Component",
|
3892 |
| - "Client Navigation rendering Rendering via HTTP error-in-the-global-scope", |
3893 | 3902 | "Client Navigation rendering Rendering via HTTP error-inside-page",
|
3894 | 3903 | "Client Navigation rendering Rendering via HTTP getInitialProps circular structure",
|
3895 | 3904 | "Client Navigation rendering Rendering via HTTP getInitialProps resolves to null",
|
|
3915 | 3924 | "Client Navigation rendering Rendering via HTTP with the HOC based router should include asPath",
|
3916 | 3925 | "Client Navigation rendering Rendering via HTTP with the HOC based router should navigate as expected"
|
3917 | 3926 | ],
|
3918 |
| - "failed": [], |
| 3927 | + "failed": [ |
| 3928 | + "Client Navigation rendering Rendering via HTTP error-in-the-global-scope" |
| 3929 | + ], |
3919 | 3930 | "pending": [],
|
3920 | 3931 | "flakey": [],
|
3921 | 3932 | "runtimeError": false
|
|
5546 | 5557 | "flakey": [],
|
5547 | 5558 | "runtimeError": false
|
5548 | 5559 | },
|
| 5560 | + "test/e2e/app-dir/conflicting-search-and-route-params/conflicting-search-and-route-params.test.ts": { |
| 5561 | + "passed": [ |
| 5562 | + "conflicting-search-and-route-params should handle conflicting search and route params on API route", |
| 5563 | + "conflicting-search-and-route-params should handle conflicting search and route params on page" |
| 5564 | + ], |
| 5565 | + "failed": [], |
| 5566 | + "pending": [], |
| 5567 | + "flakey": [], |
| 5568 | + "runtimeError": false |
| 5569 | + }, |
5549 | 5570 | "test/e2e/app-dir/create-root-layout/create-root-layout.test.ts": {
|
5550 | 5571 | "passed": [
|
5551 | 5572 | "app-dir create root layout page.js find available dir create root layout",
|
|
7791 | 7812 | "non-root-project-monorepo import.meta.url should work on client-side",
|
7792 | 7813 | "non-root-project-monorepo monorepo-package should work during RSC",
|
7793 | 7814 | "non-root-project-monorepo monorepo-package should work during SSR",
|
7794 |
| - "non-root-project-monorepo monorepo-package should work on client-side", |
7795 |
| - "non-root-project-monorepo source-maps should work on RSC" |
| 7815 | + "non-root-project-monorepo monorepo-package should work on client-side" |
7796 | 7816 | ],
|
7797 | 7817 | "failed": [
|
| 7818 | + "non-root-project-monorepo source-maps should work on RSC", |
7798 | 7819 | "non-root-project-monorepo source-maps should work on SSR",
|
7799 | 7820 | "non-root-project-monorepo source-maps should work on client-side"
|
7800 | 7821 | ],
|
|
9428 | 9449 | "app-dir - server source maps thrown SSR errors"
|
9429 | 9450 | ],
|
9430 | 9451 | "failed": [
|
| 9452 | + "app-dir - server source maps sourcemaps errors during module evaluation", |
9431 | 9453 | "app-dir - server source maps stack frames are ignore-listed in rsc"
|
9432 | 9454 | ],
|
9433 | 9455 | "pending": [],
|
|
0 commit comments