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

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

Issue 2970363002: update test status files after jsshell roll (Closed)
Patch Set: Created 3 years, 5 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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts.
7 7
8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
9 bool_from_environment2_test: Skip 9 bool_from_environment2_test: Skip
10 bool_from_environment_test: Skip 10 bool_from_environment_test: Skip
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 [ $compiler == dart2js && $runtime == none ] 115 [ $compiler == dart2js && $runtime == none ]
116 *: Fail, Pass # TODO(ahe): Triage these tests. 116 *: Fail, Pass # TODO(ahe): Triage these tests.
117 117
118 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 118 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
119 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 119 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
120 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 120 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
121 121
122 [ $compiler == dart2js && $runtime == drt ] 122 [ $compiler == dart2js && $runtime == drt ]
123 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 123 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
124 124
125 [ $compiler == dart2js && $runtime == jsshell ]
126 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
127
128 [ $compiler == dart2js && $runtime == safarimobilesim ] 125 [ $compiler == dart2js && $runtime == safarimobilesim ]
129 string_split_test: RuntimeError # Issue 21431 126 string_split_test: RuntimeError # Issue 21431
130 127
131 [ $compiler == dart2js && $runtime == safarimobilesim ] 128 [ $compiler == dart2js && $runtime == safarimobilesim ]
132 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 129 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
133 string_trimlr_test/01: Fail 130 string_trimlr_test/01: Fail
134 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 131 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
135 132
136 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 133 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
137 string_case_test/01: Fail, OK # Bug in Firefox. 134 string_case_test/01: Fail, OK # Bug in Firefox.
138 135
139 [ $compiler == dart2js && $runtime == jsshell && ! $fast_startup]
140 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
141 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
142
143 [ $compiler == dart2js && $runtime == dartium ] 136 [ $compiler == dart2js && $runtime == dartium ]
144 string_case_test/02: Fail, OK # Bug in dartium version of V8. 137 string_case_test/02: Fail, OK # Bug in dartium version of V8.
145 string_case_test/03: Fail, OK # Bug in dartium version of V8. 138 string_case_test/03: Fail, OK # Bug in dartium version of V8.
146 139
147 # Analyzer's implementation of fromEnvironment assumes that undefined 140 # Analyzer's implementation of fromEnvironment assumes that undefined
148 # environment variables have an unspecified value (rather than being 141 # environment variables have an unspecified value (rather than being
149 # null) because it is expected that the user will supply a value when 142 # null) because it is expected that the user will supply a value when
150 # the code is run. This means that it produces slightly different 143 # the code is run. This means that it produces slightly different
151 # error messages than the VM and Dart2js. 144 # error messages than the VM and Dart2js.
152 [ $compiler == dart2analyzer && $checked ] 145 [ $compiler == dart2analyzer && $checked ]
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 312 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
320 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 313 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
321 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 314 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
322 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 315 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
323 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 316 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
324 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 317 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
325 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 318 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
326 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 319 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
327 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 320 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
328 main_test: RuntimeError # Flutter Issue 9111 321 main_test: RuntimeError # Flutter Issue 9111
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