Skip to content

Commit 07839ab

Browse files
Update Turbopack development test manifest (#79278)
1 parent 0ca32b2 commit 07839ab

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

test/turbopack-dev-tests-manifest.json

+31-2
Original file line numberDiff line numberDiff line change
@@ -1930,9 +1930,10 @@
19301930
"Error recovery app render error not shown right after syntax error",
19311931
"Error recovery app server component can recover from a component error",
19321932
"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"
19341935
],
1935-
"failed": ["Error recovery app syntax > runtime error"],
1936+
"failed": [],
19361937
"pending": [],
19371938
"flakey": [],
19381939
"runtimeError": false
@@ -2722,6 +2723,16 @@
27222723
"flakey": [],
27232724
"runtimeError": false
27242725
},
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+
},
27252736
"test/development/app-hmr/hmr.test.ts": {
27262737
"passed": [
27272738
"app-dir-hmr filesystem changes can navigate cleanly to a page that requires a change in the Webpack runtime",
@@ -3896,6 +3907,17 @@
38963907
"flakey": [],
38973908
"runtimeError": false
38983909
},
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+
},
38993921
"test/development/typescript-plugin/index.test.ts": {
39003922
"passed": ["typescript-plugin should be able to get the language service"],
39013923
"failed": [],
@@ -7014,6 +7036,13 @@
70147036
"flakey": [],
70157037
"runtimeError": false
70167038
},
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+
},
70177046
"test/e2e/app-dir/navigation-layout-suspense/navigation-layout-suspense.test.ts": {
70187047
"passed": [
70197048
"app dir - navigation with Suspense in nested layout resolves data after client navigation to a nested layout with Suspense"

0 commit comments

Comments
 (0)