|
1930 | 1930 | "Error recovery app render error not shown right after syntax error",
|
1931 | 1931 | "Error recovery app server component can recover from a component error",
|
1932 | 1932 | "Error recovery app server component can recover from syntax error",
|
1933 |
| - "Error recovery app stuck error" |
| 1933 | + "Error recovery app stuck error", |
| 1934 | + "Error recovery app syntax > runtime error" |
1934 | 1935 | ],
|
1935 |
| - "failed": ["Error recovery app syntax > runtime error"], |
| 1936 | + "failed": [], |
1936 | 1937 | "pending": [],
|
1937 | 1938 | "flakey": [],
|
1938 | 1939 | "runtimeError": false
|
|
2722 | 2723 | "flakey": [],
|
2723 | 2724 | "runtimeError": false
|
2724 | 2725 | },
|
| 2726 | + "test/development/app-dir/use-cache-errors/use-cache-errors.test.ts": { |
| 2727 | + "passed": [ |
| 2728 | + "use-cache-errors should not show a false-positive compiler error about a misplaced \"use cache\" directive", |
| 2729 | + "use-cache-errors should show a runtime error when calling the incorrectly used cache function" |
| 2730 | + ], |
| 2731 | + "failed": [], |
| 2732 | + "pending": [], |
| 2733 | + "flakey": [], |
| 2734 | + "runtimeError": false |
| 2735 | + }, |
2725 | 2736 | "test/development/app-hmr/hmr.test.ts": {
|
2726 | 2737 | "passed": [
|
2727 | 2738 | "app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime",
|
|
3896 | 3907 | "flakey": [],
|
3897 | 3908 | "runtimeError": false
|
3898 | 3909 | },
|
| 3910 | + "test/development/typescript-plugin/client-boundary/client-boundary.test.ts": { |
| 3911 | + "passed": [ |
| 3912 | + "typescript-plugin - client-boundary should have diagnostics for non-serializable props", |
| 3913 | + "typescript-plugin - client-boundary should not have diagnostics for non-serializable action props", |
| 3914 | + "typescript-plugin - client-boundary should not have diagnostics for serializable props" |
| 3915 | + ], |
| 3916 | + "failed": [], |
| 3917 | + "pending": [], |
| 3918 | + "flakey": [], |
| 3919 | + "runtimeError": false |
| 3920 | + }, |
3899 | 3921 | "test/development/typescript-plugin/index.test.ts": {
|
3900 | 3922 | "passed": ["typescript-plugin should be able to get the language service"],
|
3901 | 3923 | "failed": [],
|
|
7014 | 7036 | "flakey": [],
|
7015 | 7037 | "runtimeError": false
|
7016 | 7038 | },
|
| 7039 | + "test/e2e/app-dir/monaco-editor/monaco-editor.test.ts": { |
| 7040 | + "passed": ["monaco-editor should load monaco-editor"], |
| 7041 | + "failed": [], |
| 7042 | + "pending": [], |
| 7043 | + "flakey": [], |
| 7044 | + "runtimeError": false |
| 7045 | + }, |
7017 | 7046 | "test/e2e/app-dir/navigation-layout-suspense/navigation-layout-suspense.test.ts": {
|
7018 | 7047 | "passed": [
|
7019 | 7048 | "app dir - navigation with Suspense in nested layout resolves data after client navigation to a nested layout with Suspense"
|
|
0 commit comments