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

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

Issue 8510047: Fix dual-pivot sort. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove printing. Created 9 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
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/corelib/src/SortTest.dart » ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix co19 5 prefix co19
6 6
7 7
8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 LibTest/core/String/trim/String/trim/A01/t02: Fail 75 LibTest/core/String/trim/String/trim/A01/t02: Fail
76 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail # Issue co19 - 2 0 76 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail # Issue co19 - 2 0
77 77
78 78
79 # New failures 79 # New failures
80 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail 80 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail
81 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail 81 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail
82 LangGuideTest/07_Overriding/A03/t01: Fail 82 LangGuideTest/07_Overriding/A03/t01: Fail
83 LangGuideTest/07_Overriding/A03/t02: Fail 83 LangGuideTest/07_Overriding/A03/t02: Fail
84 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail 84 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail
85 LibTest/core/List/sort/List/sort/A01/t04: Fail
86 LibTest/core/List/sort/List/sort/A01/t05: Fail
87 LibTest/core/Queue/every/Queue/every/A01/t06: Fail 85 LibTest/core/Queue/every/Queue/every/A01/t06: Fail
88 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail 86 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail
89 LibTest/core/List/sort/List/sort/A01/t06: Fail
90 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail 87 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail
91 LibTest/core/Queue/some/Queue/some/A01/t06: Fail 88 LibTest/core/Queue/some/Queue/some/A01/t06: Fail
92 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail 89 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail
93 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail 90 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail
94 91
95 # List.fromList has been removed. 92 # List.fromList has been removed.
96 LibTest/core/List/List.fromList/*: Fail 93 LibTest/core/List/List.fromList/*: Fail
97 94
98 95
99 96
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 [ $arch == x64 ] 349 [ $arch == x64 ]
353 *: Skip 350 *: Skip
354 351
355 352
356 [ $arch == simarm ] 353 [ $arch == simarm ]
357 *: Skip 354 *: Skip
358 355
359 356
360 [ $arch == arm ] 357 [ $arch == arm ]
361 *: Skip 358 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/corelib/src/SortTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698