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

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

Issue 9352015: Detect VM crashes and update status file. (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 | « dart/frog/tests/leg_only/leg_only.status ('k') | dart/tests/language/language-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 # Skip library tests for now. 8 # Skip library tests for now.
9 LibTest/*: Skip 9 LibTest/*: Skip
10 10
11 11
12 [ $component == leg && $checked ] 12 [ $component == leg && $checked ]
13 # Leg does not support checked mode yet. 13 # Leg does not support checked mode yet.
14 *: Skip 14 *: Skip
15 15
16 16
17 [ $component == leg && $mode == release ]
18 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras h
19 Language/13_Types/3_Type_Declarations/1_Typedef_A01_t04: Crash
20 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t01: Crash
21 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t02: Crash
22 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t03: Crash
23
24
17 [ $component == leg ] 25 [ $component == leg ]
18 # Crashes and time outs. 26 # Crashes and time outs.
19 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras h
20 Language/09_Generics/09_Generics_A01_t06: Crash 27 Language/09_Generics/09_Generics_A01_t06: Crash
21 Language/13_Types/3_Type_Declarations/1_Typedef_A01_t04: Crash
22 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t01: Crash
23 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t02: Crash
24 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t03: Crash
25 Language/13_Types/4_Interface_Types_A09_t01: Crash 28 Language/13_Types/4_Interface_Types_A09_t01: Crash
26 Language/13_Types/4_Interface_Types_A11_t01: Skip # Times out. 29 Language/13_Types/4_Interface_Types_A11_t01: Skip # Times out.
27 30
28 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A01_t01: Fail 31 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A01_t01: Fail
29 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t01: Fail 32 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t01: Fail
30 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t02: Fail 33 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t02: Fail
31 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t03: Fail 34 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t03: Fail
32 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t04: Fail 35 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A02_t04: Fail
33 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A03_t01: Fail 36 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A03_t01: Fail
34 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail 37 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 Language/13_Types/5_Function_Types_A02_t01: Fail 336 Language/13_Types/5_Function_Types_A02_t01: Fail
334 Language/13_Types/5_Function_Types_A02_t02: Fail 337 Language/13_Types/5_Function_Types_A02_t02: Fail
335 Language/13_Types/5_Function_Types_A02_t03: Fail 338 Language/13_Types/5_Function_Types_A02_t03: Fail
336 Language/13_Types/5_Function_Types_A02_t04: Fail 339 Language/13_Types/5_Function_Types_A02_t04: Fail
337 Language/13_Types/5_Function_Types_A02_t05: Fail 340 Language/13_Types/5_Function_Types_A02_t05: Fail
338 Language/13_Types/6_Type_Dynamic_A01_t01: Fail 341 Language/13_Types/6_Type_Dynamic_A01_t01: Fail
339 Language/13_Types/6_Type_Dynamic_A02_t01: Fail 342 Language/13_Types/6_Type_Dynamic_A02_t01: Fail
340 Language/13_Types/6_Type_Dynamic_A03_t01: Fail 343 Language/13_Types/6_Type_Dynamic_A03_t01: Fail
341 Language/13_Types/6_Type_Dynamic_A04_t01: Fail 344 Language/13_Types/6_Type_Dynamic_A04_t01: Fail
342 Language/13_Types/7_Type_Void_A04_t05: Fail 345 Language/13_Types/7_Type_Void_A04_t05: Fail
OLDNEW
« no previous file with comments | « dart/frog/tests/leg_only/leg_only.status ('k') | dart/tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698