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

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

Issue 211383002: Update co19 test suite to r706 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 294a984317d6e76e89b9f321507f71fc27340c01..1d1f04e3f94e818cceae3373c8cd4829f1095423 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -61,6 +61,13 @@ LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656
LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656
LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656
+LayoutTests/fast/html/imports/import-events_t01: CompileTimeError # Issue 17758: Please triage this failure
+LibTest/html/HttpRequest/responseType_A01_t03: CompileTimeError # Issue 17758: Please triage this failure
+LibTest/html/IFrameElement/enteredView_A01_t01: CompileTimeError # Issue 17758: Please triage this failure
+LibTest/isolate/SendPort/send_A01_t01: CompileTimeError # Issue 17758: Please triage this failure
+LibTest/isolate/SendPort/send_A01_t02: CompileTimeError # Issue 17758: Please triage this failure
+LibTest/isolate/SendPort/send_A01_t03: CompileTimeError # Issue 17758: Please triage this failure
+
LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
@@ -105,8 +112,9 @@ LibTest/async/Timer/Timer_A01_t01: Fail, Pass # Issue 16110
[ $compiler == dart2js && $runtime == jsshell ]
LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096
-LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail # TODO(ngeoaffray): Please triage these failure.
+LibTest/core/double/round_A01_t01: RuntimeError # Issue 17758: Please triage this failure
+LibTest/core/double/roundToDouble_A01_t01: RuntimeError # Issue 17758: Please triage this failure
+LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail # Issue 17758: Please triage this failure
[ $compiler == dart2js && $checked ]
Language/13_Statements/09_Switch_A05_t01: Fail # Missing type check in switch expression
@@ -117,6 +125,12 @@ Language/15_Types/1_Static_Types_A03_t01: RuntimeError # co19-roll r623: Please
LibTest/core/Map/Map_class_A01_t04: Slow, Pass
LibTest/core/Uri/Uri_A06_t03: Slow, Pass
Language/13_Statements/09_Switch_A09_t01: RuntimeError # Issue 16089
+LibTest/math/Point/operator_mult_A02_t01: RuntimeError # Issue 1533
+
+[ $compiler == dart2js && $checked && $runtime == jsshell]
+LibTest/core/Map/Map_class_A01_t04: Skip # Times out even with Slow tag.
kustermann 2014/03/25 16:30:41 There is no issue number, no timeout marker, no "p
Bill Hesse 2014/03/27 12:13:45 Done.
+LibTest/core/Uri/Uri_A06_t03: Skip # Times out even with Slow tag.
+LibTest/core/Uri/encodeQueryComponent_A01_t02: Skip # Times out even with Slow tag.
[ $compiler == dart2js ]
LibTest/core/int/operator_GT_A01_t01: RuntimeError, OK # co19 issue 200
@@ -140,8 +154,6 @@ LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # co19 issue 277
LibTest/core/int/isEven_A01_t01: RuntimeError, OK # co19 issue 277
[ $compiler == dart2js ]
-LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683
-
LibTest/isolate/SendPort/send_A02_t04: RuntimeError # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative result from bit-operation.
@@ -564,53 +576,55 @@ LibTest/typed_data/Uint8ClampedList/toList_A01_t01: fail, timeout # co19-roll r5
LibTest/typed_data/Uint8List/hashCode_A01_t01: fail # co19-roll r559: Please triage this failure
LibTest/typed_data/Uint8List/toList_A01_t01: fail, timeout # co19-roll r559: Please triage this failure
-# Could this be dart issue 7728?
+# Could this be dart issue 7728? Yes, it is!
kustermann 2014/03/25 16:30:41 Remove this comment.
Bill Hesse 2014/03/27 12:13:45 Done.
[ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
-LibTest/async/Future/Future.delayed_A01_t01: RuntimeError # co19-roll r546: Please triage this failure
-LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triage this failure
+LibTest/async/Future/Future.delayed_A01_t01: RuntimeError # Issue 7728
+LibTest/async/Future/Future.delayed_A03_t01: fail # Issue 7728
LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this failure
-LibTest/async/Stream/Stream.periodic_A02_t01: fail # co19-roll r546: Please triage this failure
-LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this failure
-LibTest/async/Timer/Timer_A01_t01: fail # co19-roll r546: Please triage this failure
+LibTest/async/Stream/Stream.periodic_A02_t01: fail # Issue 7728
+LibTest/async/Timer/cancel_A01_t01: fail # Issue 7728
+LibTest/async/Timer/Timer_A01_t01: fail # Issue 7728
+
LibTest/typed_data/Float32x4List/Float32x4List.view_A06_t01: fail # co19-roll r587: Please triage this failure
Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeError # co19-roll r607: Please triage this failure
Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r607: Please triage this failure
-LibTest/async/Stream/asBroadcastStream_A04_t03: RuntimeError # co19-roll r641: Please triage this failure
-LibTest/async/Stream/asBroadcastStream_A03_t01: RuntimeError # co19-roll r641: Please triage this failure
-LibTest/async/Timer/isActive_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
-LibTest/async/Future/wait_A01_t07: RuntimeError # co19-roll r641: Please triage this failure
-LibTest/async/Timer/isActive_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
-LibTest/async/Zone/createPeriodicTimer_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/async/Zone/createTimer_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedInMs_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedInUs_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedTicks_A01_t02: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedTicks_A01_t03: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t02: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t03: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/start_A01_t03: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/stop_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/typed_data/Int32x4/operator_OR_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
+LibTest/isolate/ReceivePort/asBroadcastStream_A04_t03: RuntimeError # Issue 7728
+LibTest/async/Stream/asBroadcastStream_A04_t03: RuntimeError # Issue 7728
+LibTest/async/Stream/asBroadcastStream_A03_t01: RuntimeError # Issue 7728
+LibTest/async/Timer/isActive_A01_t01: RuntimeError # Issue 7728
+LibTest/async/Future/wait_A01_t07: RuntimeError # Issue 7728
+LibTest/async/Timer/isActive_A01_t02: RuntimeError # Issue 7728
kustermann 2014/03/25 16:30:41 To make it easy to see, you could add "# Issue 772
Bill Hesse 2014/03/27 12:13:45 Done.
+LibTest/async/Zone/createPeriodicTimer_A01_t01: RuntimeError # Issue 7728
+LibTest/async/Zone/createTimer_A01_t01: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsedInMs_A01_t01: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsedInUs_A01_t01: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsedTicks_A01_t02: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsedTicks_A01_t03: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsed_A01_t01: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsed_A01_t02: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsed_A01_t03: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/start_A01_t03: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/stop_A01_t01: RuntimeError # Issue 7728
+LibTest/typed_data/Int32x4/operator_OR_A01_t01: RuntimeError # Issue 7728
LibTest/core/Stopwatch/start_A01_t01: RuntimeError # Please triage this failure
LibTest/core/Stopwatch/start_A01_t02: RuntimeError # Please triage this failure
LibTest/core/Stopwatch/elapsedTicks_A01_t01: RuntimeError # Please triage this failure
-LibTest/async/Stream/Stream.periodic_A01_t01: RuntimeError # No Periodic timer
-LibTest/async/Stream/Stream.periodic_A03_t01: RuntimeError # No Periodic timer
-LibTest/async/Timer/Timer.periodic_A01_t01: RuntimeError # No Periodic timer
-LibTest/async/Timer/Timer.periodic_A02_t01: RuntimeError # No Periodic timer
+LibTest/async/Stream/Stream.periodic_A01_t01: RuntimeError # Issue 7728
+LibTest/async/Stream/Stream.periodic_A03_t01: RuntimeError # Issue 7728
+LibTest/async/Timer/Timer.periodic_A01_t01: RuntimeError # Issue 7728
+LibTest/async/Timer/Timer.periodic_A02_t01: RuntimeError # Issue 7728
[ $compiler == dart2js && $runtime == d8 ]
-LibTest/core/Stopwatch/elapsedInMs_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedInUs_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedTicks_A01_t02: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedTicks_A01_t03: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t02: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t03: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/stop_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
+LibTest/core/Stopwatch/elapsedInMs_A01_t01: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsedInUs_A01_t01: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsedTicks_A01_t02: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsedTicks_A01_t03: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsed_A01_t01: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsed_A01_t02: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/elapsed_A01_t03: RuntimeError # Issue 7728
+LibTest/core/Stopwatch/stop_A01_t01: RuntimeError # Issue 7728
LibTest/math/sin_A01_t02: RuntimeError # V8 issue 3006, https://code.google.com/p/v8/issues/detail?id=3006
[ $compiler == dart2js && $minified ]

Powered by Google App Engine
This is Rietveld 408576698