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

Unified Diff: tests/co19/co19-leg.status

Issue 10697003: Various token issues fixed in the compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Unit test tests for erroneous results Created 8 years, 6 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
« no previous file with comments | « lib/compiler/implementation/tree/nodes.dart ('k') | tests/compiler/dart2js/begin_end_token_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-leg.status
diff --git a/tests/co19/co19-leg.status b/tests/co19/co19-leg.status
index 2ad2c72c4d85251b1d7695256cc80b236861bbeb..5eacc8bad6e39d6980235eaf016bcaf1f7edf8f9 100644
--- a/tests/co19/co19-leg.status
+++ b/tests/co19/co19-leg.status
@@ -7,6 +7,9 @@ LibTest/core/Math/acos_A01_t01: Fail, OK
LibTest/core/Math/asin_A01_t01: Fail, OK
LibTest/core/Math/atan_A01_t01: Fail, OK
+[ $compiler == dart2js && $system == windows && $runtime == d8 ]
+Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error: duplicate definition
+LibTest/core/double/operator_remainder_A01_t04: Fail
[ $compiler == dart2js ]
Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
@@ -208,7 +211,7 @@ LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom.
LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom.
LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
-LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review.
+LibTest/core/Math/exp_A01_t01: Fail, Pass, OK # TODO(floitsch): Review.
LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(x, y)).
LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
« no previous file with comments | « lib/compiler/implementation/tree/nodes.dart ('k') | tests/compiler/dart2js/begin_end_token_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698