| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 3739)
|
| +++ tests/language/language.status (working copy)
|
| @@ -12,7 +12,7 @@
|
| # 1) Copy the old version of the test to
|
| # tests/language/src/TestName[Dartc|VM|Frog]Test.dart.
|
| # to maintain coverage.
|
| -# 2) File a bug on each archtiecture for the failure due to the language change.
|
| +# 2) File a bug on each architecture for the failure due to the language change.
|
| # 3) Update the language/src directory with the updated test.
|
|
|
| prefix language
|
| @@ -57,8 +57,6 @@
|
| NamedParameters3Test: Fail
|
| NamedParameters4Test: Fail
|
|
|
| -UnaryPlusNegativeTest: Fail # Issue 1229
|
| -
|
| # Issue 1350.
|
| StringEscape1NegativeTest: Fail
|
| StringEscape4NegativeTest: Fail
|
| @@ -174,6 +172,7 @@
|
| SyntaxTest/31: Fail # Issue 1108
|
| SyntaxTest/32: Fail # Issue 1108
|
| SyntaxTest/33: Fail # Issue 1108
|
| +LiteralUnaryPlusTest/01: Fail # Issue 1399
|
|
|
| PseudoKWTest: Fail # Issue 356
|
| NamingTest: Fail # Issue 356
|
| @@ -216,6 +215,7 @@
|
|
|
| [ $component == frog ]
|
| ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
|
| +LiteralUnaryPlusTest/01: Fail # Issue 1400
|
|
|
| [ $component == frogsh || $component == frog || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) || $component == frogium ]
|
| Factory3Test: Fail # Issue 417
|
|
|