From 9ad3dbbe10406ac26f6dda98b48aa71d6a6510a2 Mon Sep 17 00:00:00 2001 From: wangjunlin Date: Mon, 18 Apr 2022 18:05:54 +0800 Subject: [PATCH] modify skip_json Signed-off-by: wangjunlin Change-Id: I95c780d3d96081f289af1ba217fe0c34e0699e66 --- testTs/skip_tests.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/testTs/skip_tests.json b/testTs/skip_tests.json index 7c0018b1a7..3eb842e399 100644 --- a/testTs/skip_tests.json +++ b/testTs/skip_tests.json @@ -3932,7 +3932,14 @@ "./testTs/test/typings/typingsLookup3.ts", "./testTs/test/typings/typingsLookup4.ts", "./testTs/test/ambient/ambientInsideNonAmbient.ts", - "./testTs/test/ambient/ambientDeclarations.ts" + "./testTs/test/ambient/ambientDeclarations.ts", + "./testTs/test/types/stringLiteral/stringLiteralTypesOverloadAssignability05.ts", + "./testTs/test/types/stringLiteral/stringLiteralTypesOverloadAssignability04.ts", + "./testTs/test/types/rest/genericObjectRest.ts", + "./testTs/test/classes/classExpressions/modifierOnClassExpressionMemberInFunction.ts", + "./testTs/test/es6/destructuring/destructuringObjectBindingPatternAndAssignment5.ts", + "./testTs/test/functions/functionOverloadCompatibilityWithVoid03.ts", + "./testTs/test/functions/functionOverloadCompatibilityWithVoid02.ts" ], "import_skip":[ "./testTs/test/ambient/ambientDeclarationsPatterns/declarations.d.ts", -- Gitee