From f2b47a7ff387caeaa33d2e7365a97cae0fea390f Mon Sep 17 00:00:00 2001 From: Mark Miller Date: Sun, 25 Sep 2011 12:22:47 -0700 Subject: Fixes https://bugs.ecmascript.org/show_bug.cgi?id=127 --- test/config/excludelist.xml | 6 ------ .../7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T3.js | 13 ------------- .../7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T4.js | 13 ------------- .../7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T5.js | 13 ------------- .../7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T6.js | 13 ------------- 5 files changed, 58 deletions(-) delete mode 100644 test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T3.js delete mode 100644 test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T4.js delete mode 100644 test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T5.js delete mode 100644 test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T6.js (limited to 'test') diff --git a/test/config/excludelist.xml b/test/config/excludelist.xml index 48839f7e8..173bf3da7 100644 --- a/test/config/excludelist.xml +++ b/test/config/excludelist.xml @@ -102,8 +102,6 @@ https://bugs.ecmascript.org/show_bug.cgi?id=80 https://bugs.ecmascript.org/show_bug.cgi?id=80 https://bugs.ecmascript.org/show_bug.cgi?id=80 - https://bugs.ecmascript.org/show_bug.cgi?id=80 - https://bugs.ecmascript.org/show_bug.cgi?id=80 https://bugs.ecmascript.org/show_bug.cgi?id=23 @@ -118,10 +116,6 @@ https://bugs.ecmascript.org/show_bug.cgi?id=69 - - https://bugs.ecmascript.org/show_bug.cgi?id=127 - https://bugs.ecmascript.org/show_bug.cgi?id=127 - https://bugs.ecmascript.org/show_bug.cgi?id=60 https://bugs.ecmascript.org/show_bug.cgi?id=60 diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T3.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T3.js deleted file mode 100644 index a6854e7a9..000000000 --- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T3.js +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2009 the Sputnik authors. All rights reserved. -// This code is governed by the BSD license found in the LICENSE file. - -/** - * @name: S7.8.4_A4.3_T3; - * @section: 7.8.4; - * @assertion: NonEscapeSequence is not EscapeCharacter; - * @description: EscapeCharacter :: DecimalDigits :: 8; - * @negative -*/ - -//CHECK#1 -"\8" diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T4.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T4.js deleted file mode 100644 index 65a3e5d6f..000000000 --- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T4.js +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2009 the Sputnik authors. All rights reserved. -// This code is governed by the BSD license found in the LICENSE file. - -/** - * @name: S7.8.4_A4.3_T4; - * @section: 7.8.4; - * @assertion: NonEscapeSequence is not EscapeCharacter; - * @description: EscapeCharacter :: DecimalDigits :: 9; - * @negative -*/ - -//CHECK#1 -"\9" diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T5.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T5.js deleted file mode 100644 index e0dbd20bc..000000000 --- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T5.js +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2009 the Sputnik authors. All rights reserved. -// This code is governed by the BSD license found in the LICENSE file. - -/** - * @name: S7.8.4_A4.3_T5; - * @section: 7.8.4; - * @assertion: NonEscapeSequence is not EscapeCharacter; - * @description: EscapeCharacter :: u; - * @negative -*/ - -//CHECK#1 -"\u" diff --git a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T6.js b/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T6.js deleted file mode 100644 index f18515efd..000000000 --- a/test/suite/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T6.js +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2009 the Sputnik authors. All rights reserved. -// This code is governed by the BSD license found in the LICENSE file. - -/** - * @name: S7.8.4_A4.3_T6; - * @section: 7.8.4; - * @assertion: NonEscapeSequence is not EscapeCharacter; - * @description: EscapeCharacter :: x; - * @negative -*/ - -//CHECK#1 -"\x" -- cgit v1.2.3