From eb5f54d59100a0139cb3b953531957296e63338f Mon Sep 17 00:00:00 2001 From: "Matthew \"strager\" Glazar" Date: Fri, 29 Dec 2023 23:36:57 -0500 Subject: [PATCH] feat(test-typescript): disable failing tests or tests which should fail --- tools/test-typescript/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/test-typescript/main.cpp b/tools/test-typescript/main.cpp index ddcb164ed7..244488a824 100644 --- a/tools/test-typescript/main.cpp +++ b/tools/test-typescript/main.cpp @@ -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,