Chromium Code Reviews| Index: tests/language/language.status |
| =================================================================== |
| --- tests/language/language.status (revision 3871) |
| +++ tests/language/language.status (working copy) |
| @@ -417,6 +417,9 @@ |
| [ ($component == frogsh || $component == frog || $component == frogium) && $checked ] |
| PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| +[ $component == frog || $component == frogsh || $component == frogium ] |
| +IntrinsifiedMethodsTest: Fail # Issue 1470 |
|
Jennifer Messerly
2012/02/02 21:17:01
I suspect this belongs up in the big block above:
Ivan Posva
2012/02/02 21:39:52
It is nearly impossible for any of us to know what
Emily Fortuna
2012/02/02 21:41:39
+1 to jmesserly's first comment. There is talk of
Jennifer Messerly
2012/02/02 21:50:04
Totally understand! I get lost in all of our confi
Emily Fortuna
2012/02/02 22:01:59
Regardless of OS/browser combination, there are *f
Ivan Posva
2012/02/02 23:02:41
Could you please add comments to the file describi
|
| + |
| [ $component == frog || $component == frogsh ] |
| # these tests are inconsistent in frogium and frogsh-node, investigate |
| StaticField1RunNegativeTest: Pass |
| @@ -428,14 +431,12 @@ |
| SyntaxTest/33: Fail # Issue 1109 |
| StringEscape3NegativeTest: Fail # Issue 1352 |
| LiteralUnaryPlusTest/01: Fail # Issue 1400 |
| -IntrinsifiedMethodsTest: Fail # Issue 1470 |
| [ $component == frogium ] |
| # these tests are inconsistent in frogium and frogsh-node, investigate |
| StaticField1RunNegativeTest: Pass # but error is not correct |
| StaticField2RunNegativeTest: Pass # but error is not correct |
| - |
| [ $arch == simarm ] |
| *: Skip |