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

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

Issue 8528050: Fix throwing ObjectNotClosure instead of null exception if closure is null. (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
« no previous file with comments | « runtime/vm/code_generator.cc ('k') | tests/language/language.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) 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 # Incorrect tests, see http://code.google.com/p/co19/issues/detail?id=21 23 # Incorrect tests, see http://code.google.com/p/co19/issues/detail?id=21
24 LibTest/core/List/filter/List/filter/A01/t05: Skip 24 LibTest/core/List/filter/List/filter/A01/t05: Skip
25 LibTest/core/List/filter/List/filter/A01/t06: Skip 25 LibTest/core/List/filter/List/filter/A01/t06: Skip
26 LibTest/core/List/forEach/List/forEach/A01/t03: Skip 26 LibTest/core/List/forEach/List/forEach/A01/t03: Skip
27 LibTest/core/Map/containsKey/Map/containsKey/A01/t03: Skip 27 LibTest/core/Map/containsKey/Map/containsKey/A01/t03: Skip
28 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t04: Skip 28 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t04: Skip
29 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t04: Skip 29 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t04: Skip
30 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t05: Skip 30 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t05: Skip
31 LibTest/core/Map/remove/Map/remove/A01/t03: Skip 31 LibTest/core/Map/remove/Map/remove/A01/t03: Skip
32 LibTest/core/Set/add/Set/add/A01/t05: Skip 32 LibTest/core/Set/add/Set/add/A01/t05: Skip
33 LibTest/core/Set/addAll/Set/addAll/A01/t05: Skip 33 LibTest/core/Set/addAll/Set/addAll/A01/t05: Skip
34 LibTest/core/Set/contains/Set/contains/A01/t04: Skip 34 LibTest/core/Set/contains/Set/contains/A01/t04: Skip
35 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Skip 35 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Skip
36 36
37 LangGuideTest/02_Language_Constructs/02_13_Comments_and_Documentation/A02/t01: S kip # Issue co19 - 23 37 LangGuideTest/02_Language_Constructs/02_13_Comments_and_Documentation/A02/t01: S kip # Issue co19 - 23
38 LangGuideTest/02_Language_Constructs/02_13_Comments_and_Documentation/A02/t02: S kip # Issue co19 - 23 38 LangGuideTest/02_Language_Constructs/02_13_Comments_and_Documentation/A02/t02: S kip # Issue co19 - 23
39 39
40 40
41 [ $component == vm ] 41 [ $component == vm ]
42 42
43 LibTest/core/double/isNegative/double/isNegative/A01/t01: Fail # Issue co19 - 6 (fixed at rev 25) 43 LibTest/core/double/isNegative/double/isNegative/A01/t01: Fail # Issue co19 - 6 (fixed at rev 25)
44 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail # co 19 issue 7 (fixed at rev 25) 44 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail # co 19 Issue 7 (fixed at rev 25)
45 LibTest/core/double/operator~div/double/operator~div/A01/t05: Fail # Issue co19 - 7 (fixed at rev 25) 45 LibTest/core/double/operator~div/double/operator~div/A01/t05: Fail # Issue co19 - 7 (fixed at rev 25)
46 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail # Issue co19 - 8 (Fixed at rev 22) 46 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail # Issue co19 - 8 (Fixed at rev 22)
47 LibTest/core/String/charCodeAt/String/charCodeAt/A03/t01: Fail # Issue co19 - 9 (Fixed at rev 20) 47 LibTest/core/String/charCodeAt/String/charCodeAt/A03/t01: Fail # Issue co19 - 9 (Fixed at rev 20)
48 48
49 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Issue 392 49 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Issue 392
50 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Issue co19 - 17 50 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Issue co19 - 17
51 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai l # Issue 393 51 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai l # Issue 393
52 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t02: Fail # Issue co19 - 18 52 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t02: Fail # Issue co19 - 18
53 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A02/t01: Fail # Issue co19 - 19 53 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A02/t01: Fail # Issue co19 - 19
54 54
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 92
93 # New problems on 2011-11-01. 93 # New problems on 2011-11-01.
94 [ $component == vm && $mode == debug ] 94 [ $component == vm && $mode == debug ]
95 95
96 [ $component == vm && $mode == debug && $unchecked ] 96 [ $component == vm && $mode == debug && $unchecked ]
97 97
98 [ $component == vm && $mode == release ] 98 [ $component == vm && $mode == release ]
99 99
100 [ $component == vm ] 100 [ $component == vm ]
101 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail 101 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail # Issue 443
102 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail 102 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail # Issue 444
103 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail 103 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail # Issue 444
104 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail 104 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail # Issue 444
105 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail 105 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail # Issue 444
106 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail 106 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail # Issue 444
107 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail 107 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail # Issue 444
108 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail 108 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail # Issue 444
109 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail 109 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail # Issue 444
110 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Fail 110 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Fail # Issue 444
111 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Fail 111 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Fail # Issue 444
112 LangSpecTest/13_Types/13_5_Function_Types/A01/t14: Fail 112 LangSpecTest/13_Types/13_5_Function_Types/A01/t14: Fail # Issue 444
113 LangSpecTest/13_Types/13_5_Function_Types/A01/t18: Fail 113 LangSpecTest/13_Types/13_5_Function_Types/A01/t18: Fail # Issue 444
114 LangSpecTest/13_Types/13_5_Function_Types/A01/t20: Fail 114 LangSpecTest/13_Types/13_5_Function_Types/A01/t20: Fail # Issue 444
115 LangSpecTest/13_Types/13_5_Function_Types/A01/t21: Fail 115 LangSpecTest/13_Types/13_5_Function_Types/A01/t21: Fail # Issue 444
116 LibTest/core/AssertError/column/AssertError/column/A01/t01: Fail 116 LibTest/core/AssertError/column/AssertError/column/A01/t01: Fail # Issue co19 - 38
117 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail 117 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail # Issue co19 - 38
118 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il 118 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il # Issue co19 - 38
119 LibTest/core/AssertError/line/AssertError/line/A01/t01: Fail 119 LibTest/core/AssertError/line/AssertError/line/A01/t01: Fail # Issue co19 - 38
120 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail 120 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail # Issue co19 - 38
121 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t01: Fail 121 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t01: Fail # Issue co1 9 - 38
122 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t02: Fail 122 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t02: Fail # Issue co1 9 - 38
123 LibTest/core/AssertError/toString/AssertError/toString/A01/t01: Fail 123 LibTest/core/AssertError/toString/AssertError/toString/A01/t01: Fail # Issue co1 9 - 38
124 LibTest/core/AssertError/toString/AssertError/toString/A01/t02: Fail 124 LibTest/core/AssertError/toString/AssertError/toString/A01/t02: Fail # Issue co1 9 - 38
125 LibTest/core/AssertError/url/AssertError/url/A01/t01: Fail 125 LibTest/core/AssertError/url/AssertError/url/A01/t01: Fail # Issue co19 - 38
126 LibTest/core/AssertError/url/AssertError/url/A01/t02: Fail 126 LibTest/core/AssertError/url/AssertError/url/A01/t02: Fail # Issue co19 - 38
127 LibTest/core/Date/Date.fromEpoch/Date/Date.fromEpoch/A01/t02: Fail 127 LibTest/core/Date/Date.fromEpoch/Date/Date.fromEpoch/A01/t02: Fail # Issue 445
128 LibTest/core/Date/Date/Date/A01/t01: Fail 128 LibTest/core/Date/Date/Date/A01/t01: Fail # Issue 445
129 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail 129 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail # Issue co19 - 39
130 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail 130 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail # Issue co19 - 39
131 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail 131 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail # Issue co19 - 40
132 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail 132 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail # Issue co19 - 41
133 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail 133 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail # Issue co19 - 41
134 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail 134 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail # Issue co19 - 42
135 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail 135 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail # Issue co19 - 42
136 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail 136 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail # Issue co19 - 43.
137 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail 137 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail # Issue co19 - 43.
138 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail # Illegal position argument. 138 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t07: Skip # Issue co19 - 13
139 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail # Illegal position argument. 139 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t09: Skip # Issue co19 - 13
140 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t07: Skip # http://code.google.com/ p/co19/issues/detail?id=13 140 LibTest/core/List/getRange/List/getRange/A01/t01: Fail # Issue co19 - 39
141 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t09: Skip # http://code.google.com/ p/co19/issues/detail?id=13 141 LibTest/core/List/insertRange/List/insertRange/A01/t01: Fail # Issue co19 - 39
142 LibTest/core/List/every/List/every/A01/t04: Fail 142 LibTest/core/List/length/List/set/length/A01/t01: Fail # Issue co19 - 32
143 LibTest/core/List/filter/List/filter/A01/t04: Fail 143 LibTest/core/List/length/List/set/length/A03/t01: Fail # Issue co19 - 32
144 LibTest/core/List/forEach/List/forEach/A01/t05: Fail 144 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail # Issue co19 - 32
145 LibTest/core/List/getRange/List/getRange/A01/t01: Fail 145 LibTest/core/List/operator\[]/List/operator\[]/A02/t02: Fail # Issue co19 - 32
146 LibTest/core/List/insertRange/List/insertRange/A01/t01: Fail 146 LibTest/core/List/operator\[]/List/operator\[]/A03/t01: Fail # Issue co19 - 32
147 LibTest/core/List/length/List/set/length/A01/t01: Fail 147 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail # Issue co19 - 32
148 LibTest/core/List/length/List/set/length/A03/t01: Fail 148 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail # Issue co19 - 32
149 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail 149 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail # Issue co19 - 39
150 LibTest/core/List/operator\[]/List/operator\[]/A02/t02: Fail 150 LibTest/core/List/setRange/List/setRange/A01/t01: Fail # Issue co19 - 39
151 LibTest/core/List/operator\[]/List/operator\[]/A03/t01: Fail
152 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail
153 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail
154 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail
155 LibTest/core/List/setRange/List/setRange/A01/t01: Fail
156 LibTest/core/List/some/List/some/A01/t03: Fail
157 LibTest/core/Map/forEach/Map/forEach/A01/t02: Fail
158 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06: Fail
159 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08: Fail
160 LibTest/core/Match/operator\[]/Match/operator\[]/A01/t01: Fail 151 LibTest/core/Match/operator\[]/Match/operator\[]/A01/t01: Fail
161 LibTest/core/Match/pattern/Match/pattern/A01/t01: Fail 152 LibTest/core/Match/pattern/Match/pattern/A01/t01: Fail
162 LibTest/core/Math/max/Math/max/A01/t02: Fail 153 LibTest/core/Math/pow/Math/pow/A01/t01: Fail # Issue co19 - 44
163 LibTest/core/Math/pow/Math/pow/A01/t01: Fail 154 LibTest/core/Math/pow/Math/pow/A01/t02: Fail # Issue 447
164 LibTest/core/Math/pow/Math/pow/A01/t02: Fail 155 LibTest/core/Math/pow/Math/pow/A11/t01: Fail # Issue 449
165 LibTest/core/Math/pow/Math/pow/A11/t01: Fail 156 LibTest/core/Math/pow/Math/pow/A13/t01: Fail # Issue 449
166 LibTest/core/Math/pow/Math/pow/A13/t01: Fail 157 LibTest/core/Math/sqrt/Math/sqrt/A01/t03: Fail # Issue co19 - 45
167 LibTest/core/Math/sqrt/Math/sqrt/A01/t03: Fail
168 LibTest/core/Promise/addCancelHandler/Promise/addCancelHandler/A01/t04: Fail
169 LibTest/core/Promise/addCompleteHandler/Promise/addCompleteHandler/A01/t05: Fail
170 LibTest/core/Promise/addErrorHandler/Promise/addErrorHandler/A01/t05: Fail
171 LibTest/core/Promise/complete/Promise/complete/A01/t04: Fail 158 LibTest/core/Promise/complete/Promise/complete/A01/t04: Fail
172 LibTest/core/Promise/error/Promise/error/A01/t01: Fail 159 LibTest/core/Promise/error/Promise/error/A01/t01: Fail
173 LibTest/core/Promise/fail/Promise/fail/A01/t02: Fail 160 LibTest/core/Promise/fail/Promise/fail/A01/t02: Fail
174 LibTest/core/Promise/hasValue/Promise/hasValue/A01/t01: Fail 161 LibTest/core/Promise/hasValue/Promise/hasValue/A01/t01: Fail
175 LibTest/core/Promise/join/Promise/join/A01/t06: Fail
176 LibTest/core/Promise/then/Promise/then/A01/t02: Fail
177 LibTest/core/Promise/value/Promise/value/A01/t02: Fail 162 LibTest/core/Promise/value/Promise/value/A01/t02: Fail
178 LibTest/core/Promise/value/Promise/value/A01/t03: Fail 163 LibTest/core/Promise/value/Promise/value/A01/t03: Fail
179 LibTest/core/Promise/value/Promise/value/A01/t05: Fail 164 LibTest/core/Promise/value/Promise/value/A01/t05: Fail
180 LibTest/core/Promise/value/Promise/value/A01/t06: Fail 165 LibTest/core/Promise/value/Promise/value/A01/t06: Fail
181 LibTest/core/Promise/waitFor/Promise/waitFor/A01/t04: Fail 166 LibTest/core/Promise/waitFor/Promise/waitFor/A01/t04: Fail
182 LibTest/core/Proxy/Proxy.forPort/Proxy/Proxy.forPort/A01/t01: Fail 167 LibTest/core/Proxy/Proxy.forPort/Proxy/Proxy.forPort/A01/t01: Fail
183 LibTest/core/Proxy/Proxy.forReply/Proxy/Proxy.forReply/A01/t01: Fail 168 LibTest/core/Proxy/Proxy.forReply/Proxy/Proxy.forReply/A01/t01: Fail
184 LibTest/core/Proxy/call/Proxy/call/A01/t01: Fail 169 LibTest/core/Proxy/call/Proxy/call/A01/t01: Fail
185 LibTest/core/Proxy/local/Proxy/local/A01/t01: Fail 170 LibTest/core/Proxy/local/Proxy/local/A01/t01: Fail
186 LibTest/core/Proxy/operator==/Proxy/operator==/A01/t01: Fail 171 LibTest/core/Proxy/operator==/Proxy/operator==/A01/t01: Fail
187 LibTest/core/Proxy/register/Proxy/register/A01/t01: Fail 172 LibTest/core/Proxy/register/Proxy/register/A01/t01: Fail
188 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail 173 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail
189 LibTest/core/Queue/every/Queue/every/A01/t03: Fail
190 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail
191 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail
192 LibTest/core/Queue/some/Queue/some/A01/t03: Fail
193 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail 174 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail
194 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail 175 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail
195 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail 176 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail
196 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail 177 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail
197 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail 178 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail
198 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail 179 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail
199 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail 180 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail
200 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail 181 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail
201 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail 182 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail
202 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail 183 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail
(...skipping 13 matching lines...) Expand all
216 LibTest/core/double/operatorSubtraction/double/operatorSubtraction/A01/t07: Fail 197 LibTest/core/double/operatorSubtraction/double/operatorSubtraction/A01/t07: Fail
217 LibTest/core/double/operatorSubtraction/double/operatorSubtraction/A01/t08: Fail 198 LibTest/core/double/operatorSubtraction/double/operatorSubtraction/A01/t08: Fail
218 LibTest/core/double/operator~div/double/operator~div/A01/t02: Fail 199 LibTest/core/double/operator~div/double/operator~div/A01/t02: Fail
219 LibTest/core/double/operator~div/double/operator~div/A01/t03: Fail 200 LibTest/core/double/operator~div/double/operator~div/A01/t03: Fail
220 LibTest/core/double/remainder/double/remainder/A01/t03: Fail 201 LibTest/core/double/remainder/double/remainder/A01/t03: Fail
221 LibTest/core/double/remainder/double/remainder/A01/t04: Fail 202 LibTest/core/double/remainder/double/remainder/A01/t04: Fail
222 LibTest/core/double/remainder/double/reminder/A01/t06: Fail 203 LibTest/core/double/remainder/double/reminder/A01/t06: Fail
223 LibTest/core/double/toRadixString/double/toRadixString/A01/t01: Fail 204 LibTest/core/double/toRadixString/double/toRadixString/A01/t01: Fail
224 LibTest/core/double/toStringAsExponential/double/toStringAsExponential/A01/t01: Fail 205 LibTest/core/double/toStringAsExponential/double/toStringAsExponential/A01/t01: Fail
225 LibTest/core/double/toStringAsPrecision/double/toStringAsPrecision/A01/t01: Fail 206 LibTest/core/double/toStringAsPrecision/double/toStringAsPrecision/A01/t01: Fail
226 LibTest/core/int/compareTo/int/compareTo/A01/t02: Fail
227 LibTest/core/int/operator%/int/operator%/A01/t01: Fail 207 LibTest/core/int/operator%/int/operator%/A01/t01: Fail
228 LibTest/core/int/operator%/int/operator%/A01/t02: Fail 208 LibTest/core/int/operator%/int/operator%/A01/t02: Fail
229 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail 209 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail
230 LibTest/core/int/remainder/int/remainder/A01/t02: Fail 210 LibTest/core/int/remainder/int/remainder/A01/t02: Fail
231 LibTest/core/int/remainder/int/remainder/A01/t03: Fail 211 LibTest/core/int/remainder/int/remainder/A01/t03: Fail
232 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail 212 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail
233 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail 213 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail
234 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail 214 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail
235 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail 215 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail
236 [ $component == vm && $system == macos ] 216 [ $component == vm && $system == macos ]
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 [ $arch == x64 ] 332 [ $arch == x64 ]
353 *: Skip 333 *: Skip
354 334
355 335
356 [ $arch == simarm ] 336 [ $arch == simarm ]
357 *: Skip 337 *: Skip
358 338
359 339
360 [ $arch == arm ] 340 [ $arch == arm ]
361 *: Skip 341 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/code_generator.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698