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

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

Issue 2745303003: Update firefox status for Unicode 6.3 test (Closed)
Patch Set: Add failure on dart2js-drt config Created 3 years, 9 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
« 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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 [ $compiler == dart2js && $runtime == none ] 111 [ $compiler == dart2js && $runtime == none ]
112 *: Fail, Pass # TODO(ahe): Triage these tests. 112 *: Fail, Pass # TODO(ahe): Triage these tests.
113 113
114 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 114 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
115 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 115 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
116 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 116 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
117 117
118 [ $compiler == dart2js && $runtime == chrome ] 118 [ $compiler == dart2js && $runtime == chrome ]
119 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 119 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
120 120
121 [ $compiler == dart2js && $runtime == ff ] 121 [ $compiler == dart2js && $runtime == drt ]
122 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 122 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
123 123
124 [ $compiler == dart2js && $runtime == jsshell ] 124 [ $compiler == dart2js && $runtime == jsshell ]
125 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 125 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
126 126
127 [ $compiler == dart2js && $runtime == safarimobilesim ] 127 [ $compiler == dart2js && $runtime == safarimobilesim ]
128 string_split_test: RuntimeError # Issue 21431 128 string_split_test: RuntimeError # Issue 21431
129 129
130 [ $compiler == dart2js && $runtime == safarimobilesim ] 130 [ $compiler == dart2js && $runtime == safarimobilesim ]
131 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 131 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 symbol_reserved_word_test/12: RuntimeError # Issue 27394 268 symbol_reserved_word_test/12: RuntimeError # Issue 27394
269 symbol_test/none: RuntimeError # Issue 27394 269 symbol_test/none: RuntimeError # Issue 27394
270 uri_example_test: RuntimeError # Issue 27394 270 uri_example_test: RuntimeError # Issue 27394
271 uri_http_test: RuntimeError # Issue 27394 271 uri_http_test: RuntimeError # Issue 27394
272 uri_parameters_all_test: RuntimeError # Issue 27394 272 uri_parameters_all_test: RuntimeError # Issue 27394
273 uri_query_test: RuntimeError # Issue 27394 273 uri_query_test: RuntimeError # Issue 27394
274 uri_test: RuntimeError # Issue 27394 274 uri_test: RuntimeError # Issue 27394
275 275
276 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 276 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
277 regress/4562_test/01: Crash # Issue 27394 277 regress/4562_test/01: Crash # Issue 27394
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