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

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

Issue 25041002: Remove slow marker. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 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. 7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 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
11 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920 11 LibTest/isolate/isolate_api/spawnUri_A02_t03: Pass, Fail # Issue 8920
12 12
13 13
14 # Crashes first, please. Then untriaged bugs. There is a section below 14 # Crashes first, please. Then untriaged bugs. There is a section below
15 # for co19 bugs. 15 # for co19 bugs.
16 [ $compiler == dart2js ] 16 [ $compiler == dart2js ]
17 Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # TODO(ahe): Please tri age this failure. 17 Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # TODO(ahe): Please tri age this failure.
18 Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # TODO(ahe): Please tri age this failure. 18 Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # TODO(ahe): Please tri age this failure.
19 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: fail # co19-roll r576: Please triage this failure 19 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: fail # co19-roll r576: Please triage this failure
20 Language/13_Statements/11_Try_A07_t03: fail # co19-roll r576: Please triage this failure 20 Language/13_Statements/11_Try_A07_t03: fail # co19-roll r576: Please triage this failure
21 LibTest/core/double/INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage th is failure. 21 LibTest/core/double/INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage th is failure.
22 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage this failure. 22 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage this failure.
23 LibTest/core/List/List_A03_t01: RuntimeError # TODO(kasperl): Please triage this failure. 23 LibTest/core/List/List_A03_t01: RuntimeError # TODO(kasperl): Please triage this failure.
24 LibTest/core/List/sort_A01_t04: Pass, Slow # http://dartbug.com/11846
25 24
26 LibTest/typed_data/ByteData/getFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure 25 LibTest/typed_data/ByteData/getFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure
27 LibTest/typed_data/ByteData/getFloat64_A02_t02: fail # co19-roll r569: Please tr iage this failure 26 LibTest/typed_data/ByteData/getFloat64_A02_t02: fail # co19-roll r569: Please tr iage this failure
28 LibTest/typed_data/ByteData/getInt16_A02_t02: fail # co19-roll r569: Please tria ge this failure 27 LibTest/typed_data/ByteData/getInt16_A02_t02: fail # co19-roll r569: Please tria ge this failure
29 LibTest/typed_data/ByteData/getInt32_A02_t02: fail # co19-roll r569: Please tria ge this failure 28 LibTest/typed_data/ByteData/getInt32_A02_t02: fail # co19-roll r569: Please tria ge this failure
30 LibTest/typed_data/ByteData/getInt64_A02_t02: fail # co19-roll r569: Please tria ge this failure 29 LibTest/typed_data/ByteData/getInt64_A02_t02: fail # co19-roll r569: Please tria ge this failure
31 LibTest/typed_data/ByteData/getUint16_A02_t02: fail # co19-roll r569: Please tri age this failure 30 LibTest/typed_data/ByteData/getUint16_A02_t02: fail # co19-roll r569: Please tri age this failure
32 LibTest/typed_data/ByteData/getUint32_A02_t02: fail # co19-roll r569: Please tri age this failure 31 LibTest/typed_data/ByteData/getUint32_A02_t02: fail # co19-roll r569: Please tri age this failure
33 LibTest/typed_data/ByteData/getUint64_A02_t02: fail # co19-roll r569: Please tri age this failure 32 LibTest/typed_data/ByteData/getUint64_A02_t02: fail # co19-roll r569: Please tri age this failure
34 LibTest/typed_data/ByteData/setFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure 33 LibTest/typed_data/ByteData/setFloat32_A02_t02: fail # co19-roll r569: Please tr iage this failure
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 634
636 [ $compiler == dart2js ] 635 [ $compiler == dart2js ]
637 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure 636 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure
638 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure 637 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure
639 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 638 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e
640 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 639 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
641 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 640 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
642 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 641 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
643 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 642 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
644 643
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698