Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 [ $component == frog || $component == frogsh || $component == leg ] | 7 [ $component == frog || $component == frogsh || $component == leg ] |
| 8 | 8 |
| 9 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail | 9 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail |
| 10 LangSpecTest/13_Types/13_4_Interface_Types/A12/t09: Fail | 10 LangSpecTest/13_Types/13_4_Interface_Types/A12/t09: Fail |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 269 LibTest/core/Promise/then/Promise/then/A01/t02: Fail | 269 LibTest/core/Promise/then/Promise/then/A01/t02: Fail |
| 270 LibTest/core/Promise/error/Promise/error/A01/t01: Fail | 270 LibTest/core/Promise/error/Promise/error/A01/t01: Fail |
| 271 LibTest/core/Promise/hasValue/Promise/hasValue/A01/t01: Fail | 271 LibTest/core/Promise/hasValue/Promise/hasValue/A01/t01: Fail |
| 272 LibTest/core/Promise/addCompleteHandler/Promise/addCompleteHandler/A01/t05: Fail | 272 LibTest/core/Promise/addCompleteHandler/Promise/addCompleteHandler/A01/t05: Fail |
| 273 LibTest/core/Promise/value/Promise/value/A01/t03: Fail | 273 LibTest/core/Promise/value/Promise/value/A01/t03: Fail |
| 274 LibTest/core/Promise/value/Promise/value/A01/t06: Fail | 274 LibTest/core/Promise/value/Promise/value/A01/t06: Fail |
| 275 LibTest/core/Promise/value/Promise/value/A01/t02: Fail | 275 LibTest/core/Promise/value/Promise/value/A01/t02: Fail |
| 276 LibTest/core/Promise/value/Promise/value/A01/t05: Fail | 276 LibTest/core/Promise/value/Promise/value/A01/t05: Fail |
| 277 LibTest/core/Promise/addCancelHandler/Promise/addCancelHandler/A01/t04: Fail | 277 LibTest/core/Promise/addCancelHandler/Promise/addCancelHandler/A01/t04: Fail |
| 278 LibTest/core/Promise/complete/Promise/complete/A01/t04: Fail | 278 LibTest/core/Promise/complete/Promise/complete/A01/t04: Fail |
| 279 LibTest/core/ReceivePort/receive/ReceivePort/receive/A01/t02: Fail | |
|
Siggi Cherem (dart-lang)
2011/11/12 01:08:54
you can't have send and receives at the same time
| |
| 279 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail | 280 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail |
| 280 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t07: Fail | 281 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t07: Fail |
| 281 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t09: Fail | 282 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t09: Fail |
| 282 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail | 283 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail |
| 283 LibTest/core/SendPort/send/SendPort/send/A03/t01: Fail | |
| 284 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail | 284 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail |
| 285 LibTest/core/Set/filter/Set/filter/A01/t03: Fail | 285 LibTest/core/Set/filter/Set/filter/A01/t03: Fail |
| 286 LibTest/core/Set/addAll/Set/addAll/A01/t03: Fail | 286 LibTest/core/Set/addAll/Set/addAll/A01/t03: Fail |
| 287 LibTest/core/Set/add/Set/add/A01/t05: Fail # was passing for wrong reason, would pass for right reason if --enable_type_checks was on | 287 LibTest/core/Set/add/Set/add/A01/t05: Fail # was passing for wrong reason, would pass for right reason if --enable_type_checks was on |
| 288 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # was passing for wrong reason, would pass for right reason if --enable_type_checks was on | 288 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # was passing for wrong reason, would pass for right reason if --enable_type_checks was on |
| 289 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # was passing for wrong rea son, would pass for right reason if --enable_type_checks was on | 289 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # was passing for wrong rea son, would pass for right reason if --enable_type_checks was on |
| 290 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # was passing for wro ng reason, would pass for right reason if --enable_type_checks was on | 290 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # was passing for wro ng reason, would pass for right reason if --enable_type_checks was on |
| 291 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail | 291 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail |
| 292 LibTest/core/Set/remove/Set/remove/A01/t03: Fail | 292 LibTest/core/Set/remove/Set/remove/A01/t03: Fail |
| 293 LibTest/core/Set/add/Set/add/A01/t03: Fail | 293 LibTest/core/Set/add/Set/add/A01/t03: Fail |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 574 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail | 574 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail |
| 575 LibTest/core/Map/operator\[\]/Map/operator\[\]/A01/t03: Fail | 575 LibTest/core/Map/operator\[\]/Map/operator\[\]/A01/t03: Fail |
| 576 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail | 576 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail |
| 577 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail | 577 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail |
| 578 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail | 578 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail |
| 579 LibTest/core/Map/operator\[\]=/Map/operator\[\]=/A01/t03: Fail | 579 LibTest/core/Map/operator\[\]=/Map/operator\[\]=/A01/t03: Fail |
| 580 LibTest/core/List/some/List/some/A01/t02: Fail | 580 LibTest/core/List/some/List/some/A01/t02: Fail |
| 581 LibTest/core/List/every/List/every/A01/t02: Fail | 581 LibTest/core/List/every/List/every/A01/t02: Fail |
| 582 LangGuideTest/02_Language_Constructs/02_6_Functions/A04/t01: Fail | 582 LangGuideTest/02_Language_Constructs/02_6_Functions/A04/t01: Fail |
| 583 LangGuideTest/02_Language_Constructs/02_2_Interface/A01/t01: Fail | 583 LangGuideTest/02_Language_Constructs/02_2_Interface/A01/t01: Fail |
| OLD | NEW |