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

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

Issue 93433008: Update status file for chromeOnAndroid dart2js buildbot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Change TODOs. Created 7 years 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
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/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.
7 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
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Uri/encodeComponent_A01_t02: Skip 10 LibTest/core/Uri/encodeComponent_A01_t02: Skip
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or # compiler cancelled: cannot resolve type T 256 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or # compiler cancelled: cannot resolve type T
257 257
258 [ $compiler == dart2js && $jscl ] 258 [ $compiler == dart2js && $jscl ]
259 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim eError # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expressio n: /\c(/: Unterminated group' 259 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim eError # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expressio n: /\c(/: Unterminated group'
260 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: RuntimeE rror # Expect.fail('Some exception expected') 260 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: RuntimeE rror # Expect.fail('Some exception expected')
261 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Ru ntimeError # Expect.fail('Some exception expected') 261 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Ru ntimeError # Expect.fail('Some exception expected')
262 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Ru ntimeError # Expect.fail('Some exception expected') 262 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Ru ntimeError # Expect.fail('Some exception expected')
263 263
264 264
265 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 265 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
266 Language/12_Expressions/05_Strings_A06_t01: Pass, Slow # TODO(kasperl): Please t riage. 266 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr or # TODO(dart2js-team): Please triage this failure.
267 LibTest/core/Set/removeAll_A01_t02: Pass, Slow # TODO(kasperl): Please triage. 267 Language/12_Expressions/05_Strings_A06_t01: Pass, Slow # TODO(dart2js-team): Ple ase triage this failure.
268 LibTest/typed_data/Float64List/join_A01_t01: Pass, Slow # TODO(kasperl): Please triage. 268 Language/12_Expressions/05_Strings_A06_t01: Pass, Slow # TODO(dart2js-team): Ple ase triage this failure.
269 LibTest/typed_data/Int8List/sublist_A02_t01: Pass, Slow # TODO(kasperl): Please triage. 269 Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # TODO(dart2j s-team): Please triage this failure.
270 LibTest/typed_data/Int16List/single_A01_t02: Pass, Slow # TODO(kasperl): Please triage.
271 LibTest/typed_data/Uint8ClampedList/map_A02_t01: Pass, Slow # TODO(kasperl): Ple ase triage.
272 270
273 LibTest/core/int/compareTo_A01_t01: Fail # TODO(kasperl): Please triage. 271 LibTest/typed_data/Float64List/join_A01_t01: Pass, Slow # TODO(dart2js-team): Pl ease triage this failure.
274 LibTest/core/int/operator_left_shift_A01_t01: Fail # TODO(kasperl): Please triag e. 272 LibTest/typed_data/Int8List/sublist_A02_t01: Pass, Slow # TODO(dart2js-team): Pl ease triage this failure.
275 LibTest/core/int/operator_remainder_A01_t03: Fail # TODO(kasperl): Please triage . 273 LibTest/typed_data/Int16List/single_A01_t02: Pass, Slow # TODO(dart2js-team): Pl ease triage this failure.
276 LibTest/core/int/operator_truncating_division_A01_t02: Fail # TODO(kasperl): Ple ase triage. 274 LibTest/typed_data/Uint8ClampedList/map_A02_t01: Pass, Slow # TODO(dart2js-team) : Please triage this failure.
277 LibTest/core/int/remainder_A01_t01: Fail # TODO(kasperl): Please triage. 275 LibTest/typed_data/Int32x4/operator_OR_A01_t01: RuntimeError # TODO(dart2js-team ): Please triage this failure.
278 LibTest/core/int/remainder_A01_t03: Fail # TODO(kasperl): Please triage. 276 LibTest/typed_data/Float32x4List/Float32x4List.view_A01_t02: RuntimeError # TODO (dart2js-team): Please triage this failure.
279 LibTest/core/int/toRadixString_A01_t01: Fail # TODO(kasperl): Please triage. 277 LibTest/typed_data/Float32x4List/Float32x4List.view_A06_t01: RuntimeError # TODO (dart2js-team): Please triage this failure.
280 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # TODO(kasperl): Please triage. 278
281 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # T ODO(kasperl): Please triage. 279
282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # TODO(kasperl): Please triage. 280 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # TODO(dart2js-team): Ple ase triage this failure.
283 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # TODO(kasperl): Please triage. 281 LibTest/isolate/Isolate/spawn_A01_t04: RuntimeError # TODO(dart2js-team): Please triage this failure.
284 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # TODO(kasperl): Please triage. 282
285 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # TODO(kasperl): Please tri age. 283 # These tests are marked failing on all platforms, but they timeout here instead
286 LibTest/math/log_A01_t01: Fail # TODO(kasperl): Please triage. 284 LibTest/isolate/Isolate/spawnUri_A01_t01: Skip # TODO(dart2js-team): Please tria ge this failure.
285 LibTest/isolate/Isolate/spawnUri_A01_t02: Skip # TODO(dart2js-team): Please tria ge this failure.
286 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # TODO(dart2js-team): Please tria ge this failure.
287 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # TODO(dart2js-team): Please tria ge this failure.
288 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # TODO(dart2js-team): Please tria ge this failure.
289 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # TODO(dart2js-team): Please tria ge this failure.
290
291 LibTest/core/Set/removeAll_A01_t02: Pass, Slow # TODO(dart2js-team): Please tria ge this failure.
292 LibTest/core/int/compareTo_A01_t01: Fail # TODO(dart2js-team): Please triage thi s failure.
293 LibTest/core/int/operator_left_shift_A01_t01: Fail # TODO(dart2js-team): Please triage this failure.
294 LibTest/core/int/operator_remainder_A01_t03: Fail # TODO(dart2js-team): Please t riage this failure.
295 LibTest/core/int/operator_truncating_division_A01_t02: Fail # TODO(dart2js-team) : Please triage this failure.
296 LibTest/core/int/remainder_A01_t01: Fail # TODO(dart2js-team): Please triage thi s failure.
297 LibTest/core/int/remainder_A01_t03: Fail # TODO(dart2js-team): Please triage thi s failure.
298 LibTest/core/int/toRadixString_A01_t01: Fail # TODO(dart2js-team): Please triage this failure.
299
300 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # TODO(dart2js-team): Please triage this failure.
301 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # T ODO(dart2js-team): Please triage this failure.
302 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # TODO(dart2js-team): Please triage this failure.
303 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # TODO(dart2js-team): Please triage this failure.
304 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # TODO(dart2js-team): Please triage this failure.
305 LibTest/math/log_A01_t01: Fail # TODO(dart2js-team): Please triage this failure.
287 306
288 307
289 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ] 308 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ]
290 *: Skip 309 *: Skip
291 310
292 # 311 #
293 # Missing compile-time errors. 312 # Missing compile-time errors.
294 # 313 #
295 [ $compiler == dart2js ] 314 [ $compiler == dart2js ]
296 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: MissingCompileTi meError # Checks that other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) 315 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: MissingCompileTi meError # Checks that other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure 661 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure
643 662
644 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 663 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
645 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 664 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
646 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 665 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
647 666
648 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure 667 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure
649 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure 668 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure
650 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 669 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
651 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 670 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698