Skip to content

Commit eb5f54d

Browse files
committed
feat(test-typescript): disable failing tests or tests which should fail
1 parent 158256e commit eb5f54d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/test-typescript/main.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,15 @@ constexpr String8_View ignored_tests[] = {
4242
u8"/esDecorators/classDeclaration/fields/esDecorators-classDeclaration-fields-nonStaticAbstract.ts"sv,
4343
u8"/esDecorators/classDeclaration/fields/esDecorators-classDeclaration-fields-nonStaticAbstractAccessor.ts"sv,
4444
u8"/esDecorators/classDeclaration/methods/esDecorators-classDeclaration-methods-nonStaticAbstract.ts"sv,
45+
u8"/externalModules/topLevelAwaitErrors.1.ts"sv,
4546
u8"/externalModules/topLevelAwaitErrors.10.ts"sv,
47+
u8"/externalModules/topLevelAwaitErrors.11.ts"sv,
4648
u8"/externalModules/topLevelAwaitErrors.12.ts"sv,
49+
u8"/externalModules/topLevelAwaitErrors.2.ts"sv,
50+
u8"/externalModules/topLevelAwaitErrors.3.ts"sv,
51+
u8"/externalModules/topLevelAwaitErrors.4.ts"sv,
52+
u8"/externalModules/topLevelAwaitErrors.5.ts"sv,
53+
u8"/externalModules/topLevelAwaitErrors.6.ts"sv,
4754
u8"/externalModules/topLevelAwaitErrors.7.ts"sv,
4855
u8"/externalModules/topLevelAwaitErrors.8.ts"sv,
4956
u8"/externalModules/topLevelAwaitErrors.9.ts"sv,

0 commit comments

Comments
 (0)