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

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

Issue 9401030: remove promise from corelib (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 10 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
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 prefix co19 5 prefix co19
6 6
7 7
8 LibTest/core/Proxy/Proxy.forIsolate_A01_t01: Skip # Issue co19 - 16
9 LibTest/core/Proxy/Proxy.forIsolateWithPromise_A01_t01: Skip # Issue co19 - 16
10 8
11 [ $component == vm ] 9 [ $component == vm ]
12 10
11 LibTest/core/Promise/*: Skip # removed from corelib
dgrove 2012/02/16 03:52:29 same here.
Siggi Cherem (dart-lang) 2012/02/16 18:16:12 Done.
12 LibTest/core/Proxy/*: Skip # removed from corelib
13
13 14
14 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A04_t01: Fail # Issue 392 15 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/02_ 1_Class_Const_Expressions_A04_t01: Fail # Issue 392
15 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A02 _t01: Fail # Issue 393 16 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A02 _t01: Fail # Issue 393
16 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/Shadowing_and_Hiding_Names_A01_t02: Fail # Issue co19 - 18 17 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/Shadowing_and_Hiding_Names_A01_t02: Fail # Issue co19 - 18
17 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/Shadowing_and_Hiding_Names_A02_t01: Fail # Issue co19 - 19 18 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/Shadowing_and_Hiding_Names_A02_t01: Fail # Issue co19 - 19
18 19
19 20
20 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
21 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail
(...skipping 18 matching lines...) Expand all
41 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 42 LibTest/core/Date/Date_A01_t01: Fail # Issue 445
42 LibTest/core/Dispatcher/Dispatcher_Dispatcher_A01_t01: Fail # Issue co19 - 39 43 LibTest/core/Dispatcher/Dispatcher_Dispatcher_A01_t01: Fail # Issue co19 - 39
43 LibTest/core/Dispatcher/Dispatcher_serve_A01_t01: Fail # Issue co19 - 39 44 LibTest/core/Dispatcher/Dispatcher_serve_A01_t01: Fail # Issue co19 - 39
44 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 45 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
45 LibTest/core/Match/operator_subscript_A01_t01: Fail 46 LibTest/core/Match/operator_subscript_A01_t01: Fail
46 LibTest/core/Match/pattern_A01_t01: Fail 47 LibTest/core/Match/pattern_A01_t01: Fail
47 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 48 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
48 LibTest/core/Math/pow_A01_t02: Fail # Issue 447 49 LibTest/core/Math/pow_A01_t02: Fail # Issue 447
49 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 50 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
50 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 51 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
51 LibTest/core/Promise/complete_A01_t04: Fail
52 LibTest/core/Promise/error_A01_t01: Fail
53 LibTest/core/Promise/fail_A01_t02: Fail
54 LibTest/core/Promise/hasValue_A01_t01: Fail
55 LibTest/core/Promise/value_A01_t02: Fail
56 LibTest/core/Promise/value_A01_t05: Fail
57 LibTest/core/Promise/value_A01_t06: Fail
58 LibTest/core/Promise/waitFor_A01_t04: Fail
59 LibTest/core/Proxy/Proxy.forPort_A01_t01: Fail # Issue co19 - 51
60 LibTest/core/Proxy/Proxy.forReply_A01_t01: Fail # Issue co19 - 51
61 LibTest/core/Proxy/call_A01_t01: Fail # Issue co19 - 51
62 LibTest/core/Proxy/local_A01_t01: Fail # Issue co19 - 51
63 LibTest/core/Proxy/operator_equality_A01_t01: Fail # Issue co19 - 51
64 LibTest/core/Proxy/register_A01_t01: Fail # Issue co19 - 51
65 LibTest/core/Proxy/send_A01_t01: Fail # Issue co19 - 51
66 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51 52 LibTest/core/ReceivePort/toSendPort_A02_t01: Fail # Issue co19 - 51
67 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 53 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
68 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 54 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
69 LibTest/core/RegExp/firstMatch_A01_t01: Fail 55 LibTest/core/RegExp/firstMatch_A01_t01: Fail
70 LibTest/core/RegExp/hasMatch_A01_t02: Fail 56 LibTest/core/RegExp/hasMatch_A01_t02: Fail
71 LibTest/core/String/replaceFirst_A01_t01: Fail # Issue 429 57 LibTest/core/String/replaceFirst_A01_t01: Fail # Issue 429
72 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 58 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
73 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Issue 463 59 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Issue 463
74 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Issue 463 60 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Issue 463
75 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 61 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 Language/13_Types/8_Parameterized_Types_A03_t04: Fail 235 Language/13_Types/8_Parameterized_Types_A03_t04: Fail
250 Language/13_Types/8_Parameterized_Types_A03_t05: Fail 236 Language/13_Types/8_Parameterized_Types_A03_t05: Fail
251 237
252 238
253 [ $arch == simarm ] 239 [ $arch == simarm ]
254 *: Skip 240 *: Skip
255 241
256 242
257 [ $arch == arm ] 243 [ $arch == arm ]
258 *: Skip 244 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698