Skip to content

Commit

Permalink
feat(test-typescript): disable failing tests or tests which should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Dec 30, 2023
1 parent 158256e commit eb5f54d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/test-typescript/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,15 @@ constexpr String8_View ignored_tests[] = {
u8"/esDecorators/classDeclaration/fields/esDecorators-classDeclaration-fields-nonStaticAbstract.ts"sv,
u8"/esDecorators/classDeclaration/fields/esDecorators-classDeclaration-fields-nonStaticAbstractAccessor.ts"sv,
u8"/esDecorators/classDeclaration/methods/esDecorators-classDeclaration-methods-nonStaticAbstract.ts"sv,
u8"/externalModules/topLevelAwaitErrors.1.ts"sv,
u8"/externalModules/topLevelAwaitErrors.10.ts"sv,
u8"/externalModules/topLevelAwaitErrors.11.ts"sv,
u8"/externalModules/topLevelAwaitErrors.12.ts"sv,
u8"/externalModules/topLevelAwaitErrors.2.ts"sv,
u8"/externalModules/topLevelAwaitErrors.3.ts"sv,
u8"/externalModules/topLevelAwaitErrors.4.ts"sv,
u8"/externalModules/topLevelAwaitErrors.5.ts"sv,
u8"/externalModules/topLevelAwaitErrors.6.ts"sv,
u8"/externalModules/topLevelAwaitErrors.7.ts"sv,
u8"/externalModules/topLevelAwaitErrors.8.ts"sv,
u8"/externalModules/topLevelAwaitErrors.9.ts"sv,
Expand Down

0 comments on commit eb5f54d

Please sign in to comment.