| Index: tests/language/language_dart2js.status
|
| ===================================================================
|
| --- tests/language/language_dart2js.status (revision 15193)
|
| +++ tests/language/language_dart2js.status (working copy)
|
| @@ -27,8 +27,6 @@
|
| class_literal_test/28: Fail # Class literals are expression now; delete this test.
|
| class_literal_test/29: Fail # Class literals are expression now; delete this test.
|
|
|
| -double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
|
| -mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic).
|
| type_variable_shadows_class_test: Fail # Issue 643
|
|
|
| # VM specific tests that should not be run by dart2js.
|
| @@ -98,6 +96,8 @@
|
| compile_time_constant_checked3_test/06: Fail, OK
|
|
|
| [ $compiler == dart2js ]
|
| +double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
|
| +mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic).
|
| arithmetic_test: Fail # http://dartbug.com/6627
|
| factory_redirection_test/01: Fail
|
| factory_redirection_test/02: Crash
|
|
|