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

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

Issue 11414069: Make mappedBy lazy. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error. Created 8 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
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 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282: 5 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK
8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK
9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK
10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK
(...skipping 10 matching lines...) Expand all
21 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail, OK 21 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail, OK
22 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail, OK 22 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail, OK
23 23
24 24
25 [ $compiler == none && $runtime == vm ] 25 [ $compiler == none && $runtime == vm ]
26 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea se triage this crash. 26 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea se triage this crash.
27 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea se triage this crash. 27 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea se triage this crash.
28 28
29 Language/11_Expressions/30_Identifier_Reference_A05_t04: Fail, OK # co19 issue 3 02 29 Language/11_Expressions/30_Identifier_Reference_A05_t04: Fail, OK # co19 issue 3 02
30 30
31 LibTest/core/Queue/some_A01_t06: Fail, OK # behavior of some is undefined when u nderlying collection changes, issue 6719
32 LibTest/core/Queue/every_A01_t06: Fail, OK # behavior of some is undefined when underlying collection changes, issue 6719
33 LibTest/core/Queue/forEach_A01_t04: Fail, OK # behavior of some is undefined whe n underlying collection changes, issue 6719
34
35 LibTest/core/Strings/concatAll_A03_t01: Fail, OK # checks for NullPointerExcepti on. Should check for ArgumentError, issue 6719
36 LibTest/core/Strings/join_A03_t01: Fail, OK # checks for NullPointerException. S hould check for ArgumentError, issue 6719
37 LibTest/core/Strings/join_A02_t01: Fail, OK # checks for NullPointerException. S hould check for ArgumentError, issue 6719
38
31 LibTest/core/Queue/filter_A01_t04: Fail, OK # filter->where, issue 6719 39 LibTest/core/Queue/filter_A01_t04: Fail, OK # filter->where, issue 6719
32 LibTest/core/Queue/filter_A01_t06: Fail, OK # filter->where, issue 6719 40 LibTest/core/Queue/filter_A01_t06: Fail, OK # filter->where, issue 6719
33 LibTest/core/Queue/filter_A01_t02: Fail, OK # filter->where, issue 6719 41 LibTest/core/Queue/filter_A01_t02: Fail, OK # filter->where, issue 6719
34 LibTest/core/Queue/filter_A01_t03: Fail, OK # filter->where, issue 6719 42 LibTest/core/Queue/filter_A01_t03: Fail, OK # filter->where, issue 6719
35 LibTest/core/Queue/filter_A01_t05: Fail, OK # filter->where, issue 6719 43 LibTest/core/Queue/filter_A01_t05: Fail, OK # filter->where, issue 6719
36 LibTest/core/Queue/filter_A01_t01: Fail, OK # filter->where, issue 6719 44 LibTest/core/Queue/filter_A01_t01: Fail, OK # filter->where, issue 6719
37 LibTest/core/List/filter_A04_t01: Fail, OK # filter->where, issue 6719 45 LibTest/core/List/filter_A04_t01: Fail, OK # filter->where, issue 6719
38 LibTest/core/List/filter_A01_t02: Fail, OK # filter->where, issue 6719 46 LibTest/core/List/filter_A01_t02: Fail, OK # filter->where, issue 6719
39 LibTest/core/List/filter_A02_t01: Fail, OK # filter->where, issue 6719 47 LibTest/core/List/filter_A02_t01: Fail, OK # filter->where, issue 6719
40 LibTest/core/List/filter_A01_t01: Fail, OK # filter->where, issue 6719 48 LibTest/core/List/filter_A01_t01: Fail, OK # filter->where, issue 6719
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 LibTest/core/Futures/wait_A01_t05: fail 574 LibTest/core/Futures/wait_A01_t05: fail
567 LibTest/core/Futures/wait_A01_t06: fail 575 LibTest/core/Futures/wait_A01_t06: fail
568 LibTest/core/Futures/wait_A02_t01: fail 576 LibTest/core/Futures/wait_A02_t01: fail
569 LibTest/core/Futures/wait_A02_t02: fail 577 LibTest/core/Futures/wait_A02_t02: fail
570 LibTest/core/Futures/wait_A03_t01: fail 578 LibTest/core/Futures/wait_A03_t01: fail
571 [ $compiler == none && $runtime == vm && $unchecked ] 579 [ $compiler == none && $runtime == vm && $unchecked ]
572 LibTest/core/Future/chain_A02_t05: fail 580 LibTest/core/Future/chain_A02_t05: fail
573 LibTest/core/Future/transform_A02_t04: fail 581 LibTest/core/Future/transform_A02_t04: fail
574 [ $compiler == none && $runtime == vm && $checked ] 582 [ $compiler == none && $runtime == vm && $checked ]
575 LibTest/isolate/SendPort/call_A01_t01: fail 583 LibTest/isolate/SendPort/call_A01_t01: fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698