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

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

Issue 10836315: Temporary disable two tests until investigation complete (make bots green). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 # These test the Clock class which has been removed. 6 # These test the Clock class which has been removed.
7 # issue co19 - 173 7 # issue co19 - 173
8 LibTest/core/Clock/frequency_A01_t01: Fail, OK 8 LibTest/core/Clock/frequency_A01_t01: Fail, OK
9 LibTest/core/Clock/now_A01_t01: Fail, OK 9 LibTest/core/Clock/now_A01_t01: Fail, OK
10 10
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 84 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail
85 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail 85 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
86 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il 86 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
87 87
88 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. 88 # Obsolete use of 'factory' keyword fixed in newer co19 revisions.
89 89
90 # New failures 90 # New failures
91 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 91 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
92 92
93 [ $runtime == vm ] 93 [ $runtime == vm ]
94 LibTest/core/Expect/notEquals_A01_t03: Fail # Looking at it right now (srdjan).
95 LibTest/core/Expect/equals_A01_t03: Fail # Looking at it right now (srdjan).
regis 2012/08/17 18:07:17 This will now fail in production mode. You need to
srdjan 2012/08/17 18:12:52 Oops & thanks.
94 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 96 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445
95 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 97 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
96 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 98 LibTest/core/Date/Date_A01_t01: Fail # Issue 445
97 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 99 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
98 LibTest/core/Match/operator_subscript_A01_t01: Fail 100 LibTest/core/Match/operator_subscript_A01_t01: Fail
99 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 101 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
100 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 102 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
101 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 103 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
102 LibTest/core/Math/max_A01_t03: Fail # Issue co19 - 157 104 LibTest/core/Math/max_A01_t03: Fail # Issue co19 - 157
103 LibTest/core/Math/min_A01_t03: Fail # Issue co19 - 157 105 LibTest/core/Math/min_A01_t03: Fail # Issue co19 - 157
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 494 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
493 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 495 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158
494 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 496 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158
495 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 497 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158
496 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 498 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158
497 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error 499 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error
498 500
499 501
500 [ $runtime == vm && $mode == debug && $unchecked ] 502 [ $runtime == vm && $mode == debug && $unchecked ]
501 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 503 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
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