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

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

Issue 8505026: Update tests, fix printing of doubles. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | 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) 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
11 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip 11 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip
12 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Skip 12 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Skip
13 LibTest/core/SendPort/call/SendPort/call/A01/t01: Skip # Issue co19 - 10 13 LibTest/core/SendPort/call/SendPort/call/A01/t01: Skip # Issue co19 - 10
14 LibTest/core/Isolate/A01/t01: Skip # Issue co19 - 11 14 LibTest/core/Isolate/A01/t01: Skip # Issue co19 - 11
15 LibTest/core/Isolate/A02/t01: Skip # Issue co19 - 11 15 LibTest/core/Isolate/A02/t01: Skip # Issue co19 - 11
16 LibTest/core/Isolate/port/Isolate/port/A01/t01: Skip # Issue co19 - 12 16 LibTest/core/Isolate/port/Isolate/port/A01/t01: Skip # Issue co19 - 12
17 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Skip # issue co19 - 15 17 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Skip # issue co19 - 15
18 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Skip # issue co19 - 15 18 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Skip # issue co19 - 15
19 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Skip # issue co19 - 15 19 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Skip # issue co19 - 15
20 LibTest/core/Proxy/Proxy.forIsolate/Proxy/Proxy.forIsolate/A01/t01: Skip # issue co19 - 16 20 LibTest/core/Proxy/Proxy.forIsolate/Proxy/Proxy.forIsolate/A01/t01: Skip # issue co19 - 16
21 LibTest/core/Proxy/Proxy.forIsolateWithPromise/Proxy/Proxy.forIsolateWithPromise /A01/t01: Skip # issue co19 - 16 21 LibTest/core/Proxy/Proxy.forIsolateWithPromise/Proxy/Proxy.forIsolateWithPromise /A01/t01: Skip # issue co19 - 16
22 22
23 23
24 [ $component == vm ] 24 [ $component == vm ]
25 25
26 LibTest/core/double/isNegative/double/isNegative/A01/t01: Fail # Issue 6 26 LibTest/core/double/isNegative/double/isNegative/A01/t01: Fail # Issue co19 - 6 (fixed at rev 25)
27 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail # Is sue 7 27 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail # co 19 issue 7 (fixed at rev 25)
28 LibTest/core/double/operator~div/double/operator~div/A01/t05: Fail # Issue 7 28 LibTest/core/double/operator~div/double/operator~div/A01/t05: Fail # Issue co19 - 7 (fixed at rev 25)
29 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail # Issue 8 29 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail # Issue co19 - 8 (Fixed at rev 22)
30 LibTest/core/String/charCodeAt/String/charCodeAt/A03/t01: Fail # Issue 9 30 LibTest/core/String/charCodeAt/String/charCodeAt/A03/t01: Fail # Issue co19 - 9 (Fixed at rev 20)
31 31
32 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371433 32 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Issue 392
33 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371433 33 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Issue co19 - 17
34 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai l # Bug 5371433 34 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai l # Issue 393
35 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t02: Fail # Bug 5371433 35 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t02: Fail # Issue co19 - 18
36 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A02/t01: Fail # Bug 5371433 36 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A02/t01: Fail # Issue co19 - 19
37 37
38 LangGuideTest/03_Values/03_4_String_Interpolation/A01/t02: Fail 38 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A01/t01: Fail # Issue 394
39 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A01/t01: Fail
40 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t11: Fail 39 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t11: Fail
41 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A01/t01: Fail 40 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A01/t01: Fail
42 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t11: Fail 41 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t11: Fail
43 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A01/t01: Fail 42 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A01/t01: Fail
44 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t11: Fail 43 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t11: Fail
45 44
46 45
47 LangGuideTest/02_Language_Constructs/02_13_Comments_and_Documentation/A02/t01: F ail 46 LangGuideTest/02_Language_Constructs/02_13_Comments_and_Documentation/A02/t01: F ail
48 LangGuideTest/02_Language_Constructs/02_13_Comments_and_Documentation/A02/t02: F ail 47 LangGuideTest/02_Language_Constructs/02_13_Comments_and_Documentation/A02/t02: F ail
49 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t06: Fail 48 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t06: Fail
50 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t06: Fail 49 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t06: Fail
51 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t06: Fail 50 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t06: Fail
52 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.05_Term/RegExp/firstMat ch/Term/A03/t01: Fail 51 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.05_Term/RegExp/firstMat ch/Term/A03/t01: Fail
53 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.08_Atom/RegExp/firstMat ch/Atom/A02/t01: Fail 52 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.08_Atom/RegExp/firstMat ch/Atom/A02/t01: Fail
54 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.11_DecimalEscape/RegExp /firstMatch/DecimalEscape/A01/t02: Fail 53 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.11_DecimalEscape/RegExp /firstMatch/DecimalEscape/A01/t02: Fail
55 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.12_CharacterClassEscape /RegExp/firstMatch/CharacterClassEscape/A03/t01: Fail 54 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.12_CharacterClassEscape /RegExp/firstMatch/CharacterClassEscape/A03/t01: Fail
56 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.12_CharacterClassEscape /RegExp/firstMatch/CharacterClassEscape/A04/t01: Fail 55 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.12_CharacterClassEscape /RegExp/firstMatch/CharacterClassEscape/A04/t01: Fail
57 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.13_CharacterClass/RegEx p/firstMatch/CharacterClass/A01/t01: Fail 56 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.13_CharacterClass/RegEx p/firstMatch/CharacterClass/A01/t01: Fail
58 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t01: Fail 57 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t01: Fail
59 LibTest/core/Set/filter/Set/filter/A01/t03: Fail 58 LibTest/core/Set/filter/Set/filter/A01/t03: Fail
60 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail 59 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail
61 LibTest/core/String/contains/String/contains/A02/t01: Fail 60 LibTest/core/String/contains/String/contains/A02/t01: Fail
62 LibTest/core/String/replaceAll/String/replaceAll/A01/t01: Fail 61 LibTest/core/String/replaceAll/String/replaceAll/A01/t01: Fail
63 LibTest/core/String/split/String/split/A01/t01: Fail 62 LibTest/core/String/split/String/split/A01/t01: Fail
64 LibTest/core/String/split/String/split/A01/t02: Fail 63 LibTest/core/String/split/String/split/A01/t02: Fail
65 LibTest/core/String/trim/String/trim/A01/t02: Fail 64 LibTest/core/String/trim/String/trim/A01/t02: Fail
65 LibTest/core/String/operator+/String_operator+/A01/t03: Fail # Issue co19 - 20
66 66
67 67
68 # New failures 68 # New failures
69 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail 69 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail
70 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail 70 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail
71 LangGuideTest/07_Overriding/A03/t01: Fail 71 LangGuideTest/07_Overriding/A03/t01: Fail
72 LangGuideTest/07_Overriding/A03/t02: Fail 72 LangGuideTest/07_Overriding/A03/t02: Fail
73 LangGuideTest/07_Overriding/A05/t01: Fail 73 LangGuideTest/07_Overriding/A05/t01: Fail
74 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail 74 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail
75 LibTest/core/List/sort/List/sort/A01/t04: Fail 75 LibTest/core/List/sort/List/sort/A01/t04: Fail
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 [ $arch == x64 ] 338 [ $arch == x64 ]
339 *: Skip 339 *: Skip
340 340
341 341
342 [ $arch == simarm ] 342 [ $arch == simarm ]
343 *: Skip 343 *: Skip
344 344
345 345
346 [ $arch == arm ] 346 [ $arch == arm ]
347 *: Skip 347 *: Skip
OLDNEW
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698