Browse Source

mark a few failing testcases as known bugs

pull/1/head
Sami Vaarala 11 years ago
parent
commit
6f76c23959
  1. 6
      ecmascript-testcases/test-lex-unterminated-hex-uni-escape.js
  2. 6
      ecmascript-testcases/test-stmt-for-in.js

6
ecmascript-testcases/test-lex-unterminated-hex-uni-escape.js

@ -1,3 +1,9 @@
/*---
{
"knownbug": true
}
---*/
/*===
\u
1 u

6
ecmascript-testcases/test-stmt-for-in.js

@ -2,6 +2,12 @@
* For-in statement (E5 Section 12.6.4).
*/
/*---
{
"knownbug": true
}
---*/
/*===
SyntaxError
===*/

Loading…
Cancel
Save