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

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

Issue 679153002: Add builder tag for Safari 6.2 slave. Update status files for Safari 6.2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix status of string_split test. 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 93 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
94 mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607 94 mirrors/typedef_reflected_type_test/01: RuntimeError # Issue 12607
95 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 95 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
96 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335 96 mirrors/type_variable_is_static_test: RuntimeError # Issue 6335
97 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 97 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
98 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 98 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
99 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490 99 mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490
100 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589 100 mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589
101 101
102 [ $runtime == safari || $runtime == safarimobilesim ] 102 [ $runtime == safari || $runtime == safarimobilesim ]
103 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set
104 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set
105 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set
106 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).
107 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).
108 mirrors/null_test: Fail # http://dartbug.com/16831 105 mirrors/null_test: Fail # http://dartbug.com/16831
109 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
110 107
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
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
112
113
114 [ $runtime == safari && $builder_tag == mac10_8 ]
115 mirrors/generics_test/none: RuntimeError # Issue 21427
116
111 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 117 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
112 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 118 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
113 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 119 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
114 120
115 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie10] 121 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie10]
116 math/math_test: RuntimeError 122 math/math_test: RuntimeError
117 math/math2_test: RuntimeError 123 math/math2_test: RuntimeError
118 124
119 [ $compiler == dart2js && ($jscl || $runtime == d8) && $unchecked ] 125 [ $compiler == dart2js && ($jscl || $runtime == d8) && $unchecked ]
120 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 126 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 318
313 [ $arch == simarm ] 319 [ $arch == simarm ]
314 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 320 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
315 convert/utf85_test: Skip # Pass, Slow Issue 12644. 321 convert/utf85_test: Skip # Pass, Slow Issue 12644.
316 322
317 [ $compiler == dart2js ] 323 [ $compiler == dart2js ]
318 profiler/metrics_num_test: Skip # Because of a int / double type test. 324 profiler/metrics_num_test: Skip # Because of a int / double type test.
319 325
320 [ $arch == simarm64 ] 326 [ $arch == simarm64 ]
321 convert/utf85_test: Skip # Pass, Slow Issue 20111. 327 convert/utf85_test: Skip # Pass, Slow Issue 20111.
OLDNEW
« tests/html/html.status ('K') | « tests/html/html.status ('k') | tools/bots/compiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698