Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Unified Diff: tests/language/language_dart2js.status

Issue 10873025: Inlining of static functions: applying Florian's CL. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/language/language_dart2js.status
===================================================================
--- tests/language/language_dart2js.status (revision 11223)
+++ 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.
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.
« tests/co19/co19-dart2js.status ('K') | « tests/compiler/dart2js/source_mapping_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698