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

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

Issue 687353006: Update Safari status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | « tests/html/html.status ('k') | 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 [ $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 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine). 103 typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine).
104 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie s are already fine). 104 typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlie s are already fine).
105 mirrors/null_test: Fail # http://dartbug.com/16831 105 mirrors/null_test: Fail # http://dartbug.com/16831
106 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 106 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920
107 107
108 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim ] 108 [ ($runtime == safari && $builder_tag == mac10_7)|| $runtime == safarimobilesim ]
109 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set 109 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set
110 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set 110 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set
111 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set 111 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set
112 112
113 [ $runtime == safari && $builder_tag == mac10_8 ]
114 mirrors/generics_test/none: RuntimeError # Issue 21427
115 mirrors/globalized_closures2_test/none: Pass, RuntimeError # Issue 21434
116 mirrors/invocation_fuzz_test/none: Pass, RuntimeError # Issue 21434
117 mirrors/metadata_test: Pass, RuntimeError # Issue 21434
118 mirrors/regress_14304_test: Pass, RuntimeError # Issue 21434
119
120 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 113 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
121 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 114 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
122 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 115 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
123 116
124 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie10] 117 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie10]
125 math/math_test: RuntimeError 118 math/math_test: RuntimeError
126 math/math2_test: RuntimeError 119 math/math2_test: RuntimeError
127 120
128 [ $compiler == dart2js && ($jscl || $runtime == d8) && $unchecked ] 121 [ $compiler == dart2js && ($jscl || $runtime == d8) && $unchecked ]
129 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 122 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 314
322 [ $arch == simarm ] 315 [ $arch == simarm ]
323 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 316 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
324 convert/utf85_test: Skip # Pass, Slow Issue 12644. 317 convert/utf85_test: Skip # Pass, Slow Issue 12644.
325 318
326 [ $compiler == dart2js ] 319 [ $compiler == dart2js ]
327 profiler/metrics_num_test: Skip # Because of a int / double type test. 320 profiler/metrics_num_test: Skip # Because of a int / double type test.
328 321
329 [ $arch == simarm64 ] 322 [ $arch == simarm64 ]
330 convert/utf85_test: Skip # Pass, Slow Issue 20111. 323 convert/utf85_test: Skip # Pass, Slow Issue 20111.
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698