|
1281 | 1281 | "flakey": [], |
1282 | 1282 | "runtimeError": false |
1283 | 1283 | }, |
| 1284 | + "packages/next/src/server/lib/source-maps.test.ts": { |
| 1285 | + "passed": [ |
| 1286 | + "does not hide sandwiches without a lid", |
| 1287 | + "does not ignore list anonymous frames by default", |
| 1288 | + "does not ignore list anonymous frames that are not likely JS native methods", |
| 1289 | + "does not ignore list anonymous frames where the bottom is shown", |
| 1290 | + "does not ignore list if bottom is not ignore-listed", |
| 1291 | + "does not ignore list if bottom is unknown", |
| 1292 | + "does not ignore list if top is not ignore-listed", |
| 1293 | + "does not ignore list if top is unknown", |
| 1294 | + "hides big macs", |
| 1295 | + "hides big sandwiches", |
| 1296 | + "hides small sandwiches" |
| 1297 | + ], |
| 1298 | + "failed": [], |
| 1299 | + "pending": [], |
| 1300 | + "flakey": [], |
| 1301 | + "runtimeError": false |
| 1302 | + }, |
1284 | 1303 | "packages/next/src/server/lib/to-route.test.ts": { |
1285 | 1304 | "passed": [ |
1286 | 1305 | "toRoute Function should remove trailing `/index`", |
|
1895 | 1914 | "ReactRefreshLogBox app Call stack for client error", |
1896 | 1915 | "ReactRefreshLogBox app Call stack for server error", |
1897 | 1916 | "ReactRefreshLogBox app Server component errors should open up in fullscreen", |
| 1917 | + "ReactRefreshLogBox app Should not show __webpack_exports__ when exporting anonymous arrow function", |
1898 | 1918 | "ReactRefreshLogBox app Should show error location for server actions in client component", |
1899 | 1919 | "ReactRefreshLogBox app Should show error location for server actions in server component", |
| 1920 | + "ReactRefreshLogBox app Unhandled errors and rejections opens up in the minimized state", |
1900 | 1921 | "ReactRefreshLogBox app boundaries", |
| 1922 | + "ReactRefreshLogBox app conversion to class component (1)", |
1901 | 1923 | "ReactRefreshLogBox app logbox: anchors links in error messages", |
1902 | 1924 | "ReactRefreshLogBox app should hide unrelated frames in stack trace with nodejs internal calls", |
1903 | 1925 | "ReactRefreshLogBox app should hide unrelated frames in stack trace with unknown anonymous calls", |
|
1906 | 1928 | "failed": [ |
1907 | 1929 | "ReactRefreshLogBox app Can't resolve @import in CSS file", |
1908 | 1930 | "ReactRefreshLogBox app Import trace when module not found in layout", |
1909 | | - "ReactRefreshLogBox app Should not show __webpack_exports__ when exporting anonymous arrow function", |
1910 | | - "ReactRefreshLogBox app Unhandled errors and rejections opens up in the minimized state", |
1911 | | - "ReactRefreshLogBox app conversion to class component (1)", |
1912 | 1931 | "ReactRefreshLogBox app css syntax errors", |
1913 | 1932 | "ReactRefreshLogBox app module init error not shown", |
1914 | 1933 | "ReactRefreshLogBox app server component can recover from error thrown in the module", |
|
2023 | 2042 | "test/development/acceptance-app/error-recovery.test.ts": { |
2024 | 2043 | "passed": [ |
2025 | 2044 | "Error recovery app can recover from a event handler error", |
2026 | | - "Error recovery app server component can recover from a component error" |
| 2045 | + "Error recovery app client component can recover from a component error", |
| 2046 | + "Error recovery app server component can recover from a component error", |
| 2047 | + "Error recovery app stuck error" |
2027 | 2048 | ], |
2028 | 2049 | "failed": [ |
2029 | 2050 | "Error recovery app can recover from a syntax error without losing state", |
2030 | | - "Error recovery app client component can recover from a component error", |
2031 | 2051 | "Error recovery app client component can recover from syntax error", |
2032 | 2052 | "Error recovery app displays build error on initial page load", |
2033 | 2053 | "Error recovery app render error not shown right after syntax error", |
2034 | 2054 | "Error recovery app server component can recover from syntax error", |
2035 | | - "Error recovery app stuck error", |
2036 | 2055 | "Error recovery app syntax > runtime error" |
2037 | 2056 | ], |
2038 | 2057 | "pending": [], |
|
2753 | 2772 | "segment-explorer should handle show file segments in order", |
2754 | 2773 | "segment-explorer should handle special built-in not-found segments", |
2755 | 2774 | "segment-explorer should indicate segment explorer is not available for pages router", |
| 2775 | + "segment-explorer should render route for index page", |
2756 | 2776 | "segment-explorer should render the segment explorer for nested routes", |
2757 | 2777 | "segment-explorer should render the segment explorer for parallel routes", |
2758 | 2778 | "segment-explorer should render the segment explorer for parallel routes in edge runtime", |
|
6157 | 6177 | "flakey": [], |
6158 | 6178 | "runtimeError": false |
6159 | 6179 | }, |
| 6180 | + "test/e2e/app-dir/dynamic-io/dynamic-io.console.test.ts": { |
| 6181 | + "passed": ["dynamic-io dims console calls during prospective rendering"], |
| 6182 | + "failed": [], |
| 6183 | + "pending": [], |
| 6184 | + "flakey": [], |
| 6185 | + "runtimeError": false |
| 6186 | + }, |
6160 | 6187 | "test/e2e/app-dir/dynamic-io/dynamic-io.cookies.test.ts": { |
6161 | 6188 | "passed": [ |
6162 | 6189 | "dynamic-io should be able to access cookie properties", |
|
6305 | 6332 | "dynamic-io should fully prerender pages that use `unstable_noStore()`", |
6306 | 6333 | "dynamic-io should not have route specific errors", |
6307 | 6334 | "dynamic-io should not log not-found errors", |
| 6335 | + "dynamic-io should not resume when client components are dynamic but the RSC render was static", |
6308 | 6336 | "dynamic-io should partially prerender pages that do any uncached IO", |
6309 | 6337 | "dynamic-io should partially prerender pages that do any uncached IO (use cache)", |
6310 | 6338 | "dynamic-io should partially prerender pages that take longer than a task to render", |
|
6474 | 6502 | "test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": { |
6475 | 6503 | "passed": [ |
6476 | 6504 | "app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment", |
| 6505 | + "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", |
6477 | 6506 | "app-dir - error-on-next-codemod-comment should error with inline comment as well" |
6478 | 6507 | ], |
6479 | 6508 | "failed": [ |
6480 | | - "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", |
6481 | 6509 | "app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left" |
6482 | 6510 | ], |
6483 | 6511 | "pending": [], |
|
9517 | 9545 | "test/e2e/app-dir/server-source-maps/server-source-maps.test.ts": { |
9518 | 9546 | "passed": [ |
9519 | 9547 | "app-dir - server source maps handles invalid sourcemaps gracefully", |
| 9548 | + "app-dir - server source maps ignore-lists anonymous ssr stack frame sandwiches", |
9520 | 9549 | "app-dir - server source maps logged errors have a sourcemapped `cause`", |
9521 | 9550 | "app-dir - server source maps logged errors have a sourcemapped stack with a codeframe", |
9522 | 9551 | "app-dir - server source maps logged errors preserve their name", |
9523 | 9552 | "app-dir - server source maps stack frames are ignore-listed in ssr", |
9524 | 9553 | "app-dir - server source maps thrown SSR errors" |
9525 | 9554 | ], |
9526 | 9555 | "failed": [ |
| 9556 | + "app-dir - server source maps ignore-lists anonymous rsc stack frame sandwiches", |
9527 | 9557 | "app-dir - server source maps sourcemaps errors during module evaluation", |
9528 | 9558 | "app-dir - server source maps stack frames are ignore-listed in rsc" |
9529 | 9559 | ], |
|
0 commit comments