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

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

Issue 11360112: Fix co19 test status (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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) 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
31 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(vm-team): Please triage this failure. 32 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(vm-team): Please triage this failure.
32 Language/05_Variables/05_Variables_A05_t11: Fail # TODO(vm-team): Please triage this failure. 33 Language/05_Variables/05_Variables_A05_t11: Fail # TODO(vm-team): Please triage this failure.
33 Language/05_Variables/05_Variables_A05_t13: Fail # TODO(vm-team): Please triage this failure. 34 Language/05_Variables/05_Variables_A05_t13: Fail # TODO(vm-team): Please triage this failure.
34 Language/05_Variables/05_Variables_A05_t14: Fail # TODO(vm-team): Please triage this failure. 35 Language/05_Variables/05_Variables_A05_t14: Fail # TODO(vm-team): Please triage this failure.
35 Language/05_Variables/05_Variables_A05_t15: Fail # TODO(vm-team): Please triage this failure. 36 Language/05_Variables/05_Variables_A05_t15: Fail # TODO(vm-team): Please triage this failure.
36 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # TODO(vm-team): Please triage this failure. 37 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # TODO(vm-team): Please triage this failure.
37 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(vm-team): Please triage this failure. 38 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(vm-team): Please triage this failure.
39 Language/07_Classes/07_Classes_A07_t03: Fail, OK # co19 issue 306
40 Language/07_Classes/07_Classes_A07_t06: Fail, OK # co19 issue 306
38 Language/07_Classes/2_Getters_A01_t03: Fail # Expects compile-time error when ge tter has empty parameter list. 41 Language/07_Classes/2_Getters_A01_t03: Fail # Expects compile-time error when ge tter has empty parameter list.
39 Language/07_Classes/2_Getters_A01_t05: Fail # Expects compile-time error when ge tter has empty parameter list. 42 Language/07_Classes/2_Getters_A01_t05: Fail # Expects compile-time error when ge tter has empty parameter list.
40 Language/07_Classes/3_Setters_A04_t03: Fail, OK # Syntax error, issue 304 43 Language/07_Classes/3_Setters_A04_t03: Fail, OK # Syntax error, issue 304
41 Language/07_Classes/3_Setters_A04_t06: Fail, OK # Syntax error, issue 304 44 Language/07_Classes/3_Setters_A04_t06: Fail, OK # Syntax error, issue 304
42 Language/07_Classes/3_Setters_A04_t07: Fail, OK # test error, issue 305 45 Language/07_Classes/3_Setters_A04_t07: Fail, OK # test error, issue 305
43 Language/07_Classes/3_Setters_A04_t08: Fail, OK # test error, issue 305 46 Language/07_Classes/3_Setters_A04_t08: Fail, OK # test error, issue 305
44 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P lease triage this failure. 47 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P lease triage this failure.
45 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P lease triage this failure. 48 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P lease triage this failure.
46 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # TODO(vm-team): P lease triage this failure. 49 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # TODO(vm-team): P lease triage this failure.
47 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # TODO(vm-team): P lease triage this failure. 50 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # TODO(vm-team): P lease triage this failure.
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 424
422 425
423 [ $compiler == none && $runtime == vm && $mode == debug ] 426 [ $compiler == none && $runtime == vm && $mode == debug ]
424 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 427 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
425 428
426 [ $compiler == none && $arch == simarm ] 429 [ $compiler == none && $arch == simarm ]
427 *: Skip 430 *: Skip
428 431
429 [ $compiler == none && $arch == arm ] 432 [ $compiler == none && $arch == arm ]
430 *: Skip 433 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698