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

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

Issue 1843883002: Update status on safari tests that started passing after the update. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « tests/html/html.status ('k') | tests/try/try.status » ('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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 98 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
99 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 99 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335
100 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 100 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
101 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 101 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
102 mirrors/raw_type_test/01: RuntimeError # Issue 6490 102 mirrors/raw_type_test/01: RuntimeError # Issue 6490
103 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 103 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589
104 104
105 [ $runtime == safari || $runtime == safarimobilesim ] 105 [ $runtime == safari || $runtime == safarimobilesim ]
106 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine). 106 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine).
107 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie s are already fine). 107 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie s are already fine).
108 mirrors/null_test: Fail # Issue 16831
109 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 108 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920
110 109
111 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim ] 110 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim ]
112 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set 111 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set
113 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set 112 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set
114 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set 113 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set
115 114
116 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 115 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
117 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 116 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
118 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 117 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 254
256 [ $compiler == none && $runtime == drt && $system == windows ] 255 [ $compiler == none && $runtime == drt && $system == windows ]
257 async/multiple_timer_test: Fail, Pass # See Issue 10982 256 async/multiple_timer_test: Fail, Pass # See Issue 10982
258 async/timer_test: Fail, Pass # See Issue 10982 257 async/timer_test: Fail, Pass # See Issue 10982
259 258
260 [ $compiler == none && $runtime == drt && $checked ] 259 [ $compiler == none && $runtime == drt && $checked ]
261 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460 260 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460
262 261
263 [ $compiler == dart2js && $runtime == safarimobilesim ] 262 [ $compiler == dart2js && $runtime == safarimobilesim ]
264 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. 263 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806.
264 mirrors/null_test: Fail # Issue 16831
265 265
266 [ $compiler == dart2js && $runtime == jsshell ] 266 [ $compiler == dart2js && $runtime == jsshell ]
267 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate. 267 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate.
268 268
269 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 269 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
270 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue 270 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue
271 271
272 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>' 272 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
273 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2> 273 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2>
274 274
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 356
357 [ $noopt && $arch == simarm64 ] 357 [ $noopt && $arch == simarm64 ]
358 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 358 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726
359 359
360 [ $noopt || $compiler == precompiler || $mode == product ] 360 [ $noopt || $compiler == precompiler || $mode == product ]
361 mirrors/*: SkipByDesign 361 mirrors/*: SkipByDesign
362 362
363 [ $noopt || $compiler == precompiler ] 363 [ $noopt || $compiler == precompiler ]
364 convert/chunked_conversion_utf88_test: Pass, Timeout 364 convert/chunked_conversion_utf88_test: Pass, Timeout
365 convert/utf85_test: Pass, Timeout 365 convert/utf85_test: Pass, Timeout
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/try/try.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698