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

Side by Side Diff: dart/tests/co19/co19-leg.status

Issue 9428043: Update status file for frog/leg on debug VM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
« no previous file with comments | « no previous file | dart/tests/corelib/corelib-leg.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 [ $component == leg ] 7 [ $component == leg ]
8 # These classes have been removed, co19 issue 79. 8 # These classes have been removed, co19 issue 79.
9 LibTest/core/Dispatcher/*: Fail, OK 9 LibTest/core/Dispatcher/*: Fail, OK
10 LibTest/core/List/every_A03_t01: Fail, OK 10 LibTest/core/List/every_A03_t01: Fail, OK
11 LibTest/core/List/filter_A03_t01: Fail, OK 11 LibTest/core/List/filter_A03_t01: Fail, OK
12 LibTest/core/List/some_A03_t01: Fail, OK 12 LibTest/core/List/some_A03_t01: Fail, OK
13 LibTest/core/Promise/*: Fail, OK 13 LibTest/core/Promise/*: Fail, OK
14 LibTest/core/Proxy/*: Fail, OK 14 LibTest/core/Proxy/*: Fail, OK
15 15
16 16
17 [ $component == leg && $checked ] 17 [ $component == leg && $checked ]
18 # Leg does not support checked mode yet. 18 # Leg does not support checked mode yet.
19 *: Skip 19 *: Skip
20 20
21 21
22 [ $component == leg && $mode == release ] 22 [ $component == leg && $mode == release ]
23 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras h 23 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras h
24 Language/06_Functions/06_Functions_A01_t01: Crash 24 Language/06_Functions/06_Functions_A01_t01: Crash
25 25
26 26
27 [ $component == leg && $mode == debug ] 27 [ $component == leg && $mode == debug ]
28 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail 28 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail
29 Language/06_Functions/06_Functions_A01_t01: Fail 29 Language/06_Functions/06_Functions_A01_t01: Fail
30 LibTest/core/List/indexOf_A01_t01: Crash # VM assertion issue 1804.
31 LibTest/core/List/lastIndexOf_A01_t01: Crash # VM assertion issue 1804.
32 LibTest/core/Match/groups_A01_t01: Crash # VM assertion issue 1804.
33 LibTest/core/Match/str_A01_t01: Crash # VM assertion issue 1804.
34 LibTest/core/Math/atan2_A01_t01: Crash # VM assertion issue 1804.
35 LibTest/core/Math/pow_A01_t01: Crash # VM assertion issue 1804.
36 LibTest/core/RegExp/allMatches_A01_t01: Crash # VM assertion issue 1804.
37 LibTest/core/Set/add_A01_t01: Crash # VM assertion issue 1804.
38 LibTest/core/Set/add_A01_t03: Crash # VM assertion issue 1804.
39 LibTest/core/Set/contains_A01_t01: Crash # VM assertion issue 1804.
40 LibTest/core/Set/contains_A01_t02: Crash # VM assertion issue 1804.
41 LibTest/core/Set/contains_A01_t03: Crash # VM assertion issue 1804.
30 42
31 43
32 [ $component == leg ] 44 [ $component == leg ]
33 # Crashes and time outs. 45 # Crashes and time outs.
34 LibTest/core/List/sort_A01_t04: Skip # Times out. 46 LibTest/core/List/sort_A01_t04: Skip # Times out.
35 LibTest/core/List/sort_A01_t05: Skip # Times out. 47 LibTest/core/List/sort_A01_t05: Skip # Times out.
36 LibTest/core/List/sort_A01_t06: Skip # Times out. 48 LibTest/core/List/sort_A01_t06: Skip # Times out.
37 49
38 50
39 # This test should not time out. It is not that big. 51 # This test should not time out. It is not that big.
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error 786 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
775 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 787 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
776 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 788 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
777 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 789 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
778 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 790 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
779 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 791 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
780 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 792 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
781 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 793 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
782 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 794 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
783 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 795 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « no previous file | dart/tests/corelib/corelib-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698