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

Side by Side Diff: tests/corelib/corelib.status

Issue 27073005: - Add the ability to pass the command line options as an argument to main. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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 | « runtime/bin/main.cc ('k') | tests/corelib/main_test.dart » ('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) 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 [ $compiler == none ] 5 [ $compiler == none ]
6 unicode_test: Fail # Bug 6706 6 unicode_test: Fail # Bug 6706
7 compare_to2_test: Fail # Bug 4018 7 compare_to2_test: Fail # Bug 4018
8 8
9 symbol_test/01: Fail, Pass # bug 11669 9 symbol_test/01: Fail, Pass # bug 11669
10 symbol_test/02: Fail, Pass # bug 11669 10 symbol_test/02: Fail, Pass # bug 11669
(...skipping 17 matching lines...) Expand all
28 28
29 [ $runtime == opera ] 29 [ $runtime == opera ]
30 core_runtime_types_test: Fail 30 core_runtime_types_test: Fail
31 null_nosuchmethod_test: Fail # Issue: 7413 31 null_nosuchmethod_test: Fail # Issue: 7413
32 date_time7_test: Fail 32 date_time7_test: Fail
33 unicode_test: Fail 33 unicode_test: Fail
34 34
35 [ $compiler == dart2js ] 35 [ $compiler == dart2js ]
36 error_stack_trace1_test: RuntimeError # Issue 12399 36 error_stack_trace1_test: RuntimeError # Issue 12399
37 hash_set_test/01: RuntimeError # Issue 11551 37 hash_set_test/01: RuntimeError # Issue 11551
38 main_test: Fail # Issue 14200
38 39
39 big_integer_vm_test: RuntimeError, OK # VM specific test. 40 big_integer_vm_test: RuntimeError, OK # VM specific test.
40 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 41 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
41 compare_to2_test: RuntimeError, OK # Requires bigint support. 42 compare_to2_test: RuntimeError, OK # Requires bigint support.
42 string_base_vm_test: RuntimeError, OK # VM specific test. 43 string_base_vm_test: RuntimeError, OK # VM specific test.
43 44
44 [ $compiler == dart2js && $runtime == none ] 45 [ $compiler == dart2js && $runtime == none ]
45 *: Fail, Pass # TODO(ahe): Triage these tests. 46 *: Fail, Pass # TODO(ahe): Triage these tests.
46 47
47 [ $compiler == dart2js && $runtime == ie9 ] 48 [ $compiler == dart2js && $runtime == ie9 ]
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 collection_to_string_test: Pass, Crash # Issue: 11207 100 collection_to_string_test: Pass, Crash # Issue: 11207
100 101
101 [ $arch == simmips ] 102 [ $arch == simmips ]
102 int_parse_radix_test: Skip # Timeout 103 int_parse_radix_test: Skip # Timeout
103 104
104 [ $arch == simmips && $checked ] 105 [ $arch == simmips && $checked ]
105 collection_length_test: Pass, Timeout 106 collection_length_test: Pass, Timeout
106 107
107 [ $arch == simmips && $mode == debug ] 108 [ $arch == simmips && $mode == debug ]
108 collection_to_string_test: Pass, Crash # Issue: 11207 109 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « runtime/bin/main.cc ('k') | tests/corelib/main_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698