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

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

Issue 2836003002: More status changes for new version of Firefox. (Closed)
Patch Set: Add where the lines belong. Created 3 years, 8 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
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 string_split_test: RuntimeError # Issue 21431 129 string_split_test: RuntimeError # Issue 21431
130 130
131 [ $compiler == dart2js && $runtime == safarimobilesim ] 131 [ $compiler == dart2js && $runtime == safarimobilesim ]
132 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 132 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
133 string_trimlr_test/01: Fail 133 string_trimlr_test/01: Fail
134 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 134 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
135 135
136 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 136 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
137 string_case_test/01: Fail, OK # Bug in Firefox. 137 string_case_test/01: Fail, OK # Bug in Firefox.
138 138
139 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) && $fast_start up == false] 139 [ $compiler == dart2js && $runtime == jsshell && $fast_startup == false]
Bill Hesse 2017/04/24 13:18:57 Maybe we should update jsshell! I have added a TOD
140 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox 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 141 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
142 142
143 [ $compiler == dart2js && $runtime == dartium ] 143 [ $compiler == dart2js && $runtime == dartium ]
144 string_case_test/02: Fail, OK # Bug in dartium version of V8. 144 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. 145 string_case_test/03: Fail, OK # Bug in dartium version of V8.
146 146
147 # Analyzer's implementation of fromEnvironment assumes that undefined 147 # Analyzer's implementation of fromEnvironment assumes that undefined
148 # environment variables have an unspecified value (rather than being 148 # environment variables have an unspecified value (rather than being
149 # null) because it is expected that the user will supply a value when 149 # null) because it is expected that the user will supply a value when
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 352 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
353 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 353 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
354 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 354 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
355 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 355 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
356 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 356 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
357 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 357 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
358 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 358 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
359 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 359 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
360 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 360 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
361 main_test: RuntimeError # Flutter Issue 9111 361 main_test: RuntimeError # Flutter Issue 9111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698