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

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

Issue 114603004: Add tests for symbols of operators. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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 | tests/corelib/symbol_operator_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 == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 compare_to2_test: Fail # Bug 4018 47 compare_to2_test: Fail # Bug 4018
48 48
49 symbol_test/01: Fail, Pass # bug 11669 49 symbol_test/01: Fail, Pass # bug 11669
50 50
51 [ $compiler == none && $runtime != dartium && $runtime != drt ] 51 [ $compiler == none && $runtime != dartium && $runtime != drt ]
52 symbol_test/02: MissingCompileTimeError # bug 11669 52 symbol_test/02: MissingCompileTimeError # bug 11669
53 symbol_test/03: MissingCompileTimeError # bug 11669 53 symbol_test/03: MissingCompileTimeError # bug 11669
54 54
55 [ $compiler == none || $compiler == dart2dart ] 55 [ $compiler == none || $compiler == dart2dart ]
56 symbol_test/none: Fail # bug 11669 56 symbol_test/none: Fail # bug 11669
57 symbol_operator_test/03: Fail # bug 11669
57 58
58 [ $compiler == none && $runtime == drt ] 59 [ $compiler == none && $runtime == drt ]
59 main_test: Fail # Dartium needs to check for both main() and main(args). 60 main_test: Fail # Dartium needs to check for both main() and main(args).
60 61
61 [ $compiler == none && $runtime == dartium ] 62 [ $compiler == none && $runtime == dartium ]
62 main_test: Fail # Dartium needs to check for both main() and main(args). 63 main_test: Fail # Dartium needs to check for both main() and main(args).
63 64
64 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 65 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
65 unicode_test: Fail 66 unicode_test: Fail
66 67
(...skipping 14 matching lines...) Expand all
81 [ $compiler == dart2js ] 82 [ $compiler == dart2js ]
82 error_stack_trace1_test: RuntimeError # Issue 12399 83 error_stack_trace1_test: RuntimeError # Issue 12399
83 hash_set_test/01: RuntimeError # Issue 11551 84 hash_set_test/01: RuntimeError # Issue 11551
84 85
85 big_integer_vm_test: RuntimeError, OK # VM specific test. 86 big_integer_vm_test: RuntimeError, OK # VM specific test.
86 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 87 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
87 compare_to2_test: RuntimeError, OK # Requires bigint support. 88 compare_to2_test: RuntimeError, OK # Requires bigint support.
88 string_base_vm_test: RuntimeError, OK # VM specific test. 89 string_base_vm_test: RuntimeError, OK # VM specific test.
89 nan_infinity_test/01: Fail # Issue 11551 90 nan_infinity_test/01: Fail # Issue 11551
90 91
92 [ $compiler == dart2js || $compiler == dart2dart]
93 symbol_operator_test/01: CompileTimeError # Issue 15653.
94 symbol_operator_test/02: CompileTimeError # Issue 15653.
95
91 [ $compiler == dart2js && $runtime == none ] 96 [ $compiler == dart2js && $runtime == none ]
92 *: Fail, Pass # TODO(ahe): Triage these tests. 97 *: Fail, Pass # TODO(ahe): Triage these tests.
93 98
94 [ $compiler == dart2js && $runtime == ie9 ] 99 [ $compiler == dart2js && $runtime == ie9 ]
95 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 100 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
96 list_test: Fail # IE doesn't support typed data. 101 list_test: Fail # IE doesn't support typed data.
97 shuffle_test: Fail # IE doesn't support typed data. 102 shuffle_test: Fail # IE doesn't support typed data.
98 103
99 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 104 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
100 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 105 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 140 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
136 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 141 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
137 string_test: StaticWarning, OK # Test generates error on purpose. 142 string_test: StaticWarning, OK # Test generates error on purpose.
138 143
139 [ $compiler == dart2js && $runtime == safari ] 144 [ $compiler == dart2js && $runtime == safari ]
140 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 145 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
141 146
142 [ $runtime == ie9 || $runtime == ie10 ] 147 [ $runtime == ie9 || $runtime == ie10 ]
143 num_parse_test: RuntimeError # Issue 15316 148 num_parse_test: RuntimeError # Issue 15316
144 num_parse_test/01: RuntimeError # Issue 15316 149 num_parse_test/01: RuntimeError # Issue 15316
OLDNEW
« no previous file with comments | « no previous file | tests/corelib/symbol_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698