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

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 43663003: dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
8 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 7 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
9 8
10 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
11 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure 10 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P lease triage this failure
12 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920 11 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920
13 12
14 13
15 # Crashes first, please. Then untriaged bugs. There is a section below 14 # Crashes first, please. Then untriaged bugs. There is a section below
16 # for co19 bugs. 15 # for co19 bugs.
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # co19 issue 294 132 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # co19 issue 294
134 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 294 133 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 294
135 134
136 LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # co19 issue 277 135 LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # co19 issue 277
137 LibTest/core/int/isEven_A01_t01: RuntimeError, OK # co19 issue 277 136 LibTest/core/int/isEven_A01_t01: RuntimeError, OK # co19 issue 277
138 137
139 [ $compiler == dart2js ] 138 [ $compiler == dart2js ]
140 LibTest/isolate/IsolateSink/add_A01_t01: CompileTimeError # Issue 13683 139 LibTest/isolate/IsolateSink/add_A01_t01: CompileTimeError # Issue 13683
141 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683 140 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683
142 141
143 LibTest/isolate/isolate_api/spawnUri_A02_t01: RuntimeError # Runtime error: Expe ct.throws() fails
144 LibTest/isolate/isolate_api/spawnUri_A01_t01: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers. 142 LibTest/isolate/isolate_api/spawnUri_A01_t01: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers.
145 LibTest/isolate/isolate_api/spawnUri_A01_t02: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers. 143 LibTest/isolate/isolate_api/spawnUri_A01_t02: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers.
146 LibTest/isolate/isolate_api/spawnUri_A01_t03: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers. 144 LibTest/isolate/isolate_api/spawnUri_A01_t03: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers.
147 LibTest/isolate/isolate_api/spawnUri_A01_t04: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers. 145 LibTest/isolate/isolate_api/spawnUri_A01_t04: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers.
148 LibTest/isolate/isolate_api/spawnUri_A01_t05: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers. 146 LibTest/isolate/isolate_api/spawnUri_A01_t05: RuntimeError # Runtime error: Unsu pportedError: Currently spawnUri is not supported without web workers.
149 LibTest/isolate/SendPort/send_A02_t04: RuntimeError # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined. 147 LibTest/isolate/SendPort/send_A02_t04: RuntimeError # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
150 148
151 LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative resul t from bit-operation. 149 LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative resul t from bit-operation.
152 LibTest/core/int/operator_XOR_A01_t01: RuntimeError, OK # Requires bigints. 150 LibTest/core/int/operator_XOR_A01_t01: RuntimeError, OK # Requires bigints.
153 LibTest/core/int/operator_AND_A01_t01: RuntimeError, OK # Requires bigints. 151 LibTest/core/int/operator_AND_A01_t01: RuntimeError, OK # Requires bigints.
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure 609 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure
612 610
613 [ $compiler == dart2js ] 611 [ $compiler == dart2js ]
614 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 612 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e
615 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 613 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
616 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure 614 LibTest/json/printOn_A01_t01: fail # co19-roll r587: Please triage this failure
617 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure 615 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
618 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 616 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
619 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 617 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
620 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 618 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698