Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| =================================================================== |
| --- tests/language/language_dart2js.status (revision 11216) |
| +++ tests/language/language_dart2js.status (working copy) |
| @@ -49,6 +49,7 @@ |
| getter_declaration_negative_test: Fail # This will be fixed when dart2js reject old getter syntax. |
| function_type_this_parameter_test: Crash # Issue 4417. |
| +compile_time_constant_test/02: Fail, Ok # By inlining the use-function we don't compile the static variable. |
|
kasperl
2012/08/23 09:18:51
Ok -> OK
ngeoffray
2012/08/23 12:19:03
Done.
|
| compile_time_constant8_test: Fail # We don't take the generic type into account yet. |
| # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked on linux. |
| @@ -62,6 +63,7 @@ |
| map_literal3_test: Fail # Map literals take 2 type arguments. |
| ct_const_test: Fail # We don't take the generic type into account yet. |
| char_escape_test: Fail # Unhandled non-BMP character: U+10000 |
| +comparison_test: Fail # Issue 4551 |
| constructor6_test: Fail # Closures inside initializers not implemented. |
| default_factory_library_test: Fail # lib is not a type |
| dynamic_test: Fail # cannot resolve type F1 |
| @@ -249,7 +251,10 @@ |
| div_by_zero_test: Fail, OK # Leg only has doubles. |
| bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| -optimization_test: Fail, OK # Expects negative results of bit-operations. |
| +# The following test will start to fail again once dart2js implements the |
| +# runtime semantics for numbers. |
| +# Should be: Fail, OK # Expects negative results of bit-operations. |
| +optimization_test: Pass |
| expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. |
| reg_exp3_test: Fail, OK # Expects exception from const constructor. |