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

Unified Diff: tests/language/language_dart2js.status

Issue 10825386: Use JavaScript runtime semantics when constant folding. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Comment and test update. Created 8 years, 3 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
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 869fa8da8f8c6b7369f05a2c3a1d84f2bf3bf283..8173f730651806e154dc4ce37f9d2f1ddc350fe3 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -48,6 +48,7 @@ getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
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.
+canonical_const_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.
# Crash infinite loop on Mac and dart2js checked mode on linux.
@@ -60,7 +61,6 @@ const_var_test: Fail # Map literals take 2 type arguments.
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
@@ -110,7 +110,6 @@ named_parameters4_test: Fail # Unimplemented non-matching static call
named_parameters_aggregated_test/01: Fail # Presence of default values for optional params is not properly validated in type definitions.
named_parameters_aggregated_test/03: Fail # Presence of default values for optional params is not properly validated in closure types.
named_parameters_aggregated_test/05: Fail # Absence of positional parameters before named parameters does not trigger static type warning.
-operator6_test: Fail # Constant folding of bit-operations does not agree with runtime behavior. Issue 2887.
pseudo_kw_test: Fail # Unexpected token '('
super_implicit_closure_test: Fail # internal error: super property read not implemented
super_operator_test: Fail # internal error: super property store not implemented
@@ -250,12 +249,13 @@ numbers_test: Fail, OK # (unintended?) VM specific test.
const_syntax_test/04: Fail
-div_by_zero_test: Fail, OK # Leg only has doubles.
+canonical_const2_test: Fail, OK # Dart2js only has doubles.
+div_by_zero_test: Fail, OK # Dart2js only has doubles.
bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
# 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
+optimization_test: Fail, OK # Expects negative results of bit-operations.
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.

Powered by Google App Engine
This is Rietveld 408576698