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

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

Issue 1079063003: Fix mirrors/invocation_fuzz_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tests/lib/mirrors/invocation_fuzz_test.dart » ('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 [ $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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set 116 typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed Array.set
117 117
118 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 118 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
119 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 119 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
120 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 120 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
121 121
122 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie10] 122 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie10]
123 math/math_test: RuntimeError 123 math/math_test: RuntimeError
124 math/math2_test: RuntimeError 124 math/math2_test: RuntimeError
125 125
126 [ $compiler == dart2js && $jscl && $unchecked ]
127 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566
128
129 [ $compiler == dart2js && $jscl && $checked ]
130 mirrors/invocation_fuzz_test/none: RuntimeError # Issue 15566
131
132 [ $compiler == dart2js && ($minified || $runtime == jsshell) ]
133 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566
134
135 [ $compiler == dart2js && $runtime == jsshell ] 126 [ $compiler == dart2js && $runtime == jsshell ]
136 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss ue 7728. 127 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss ue 7728.
137 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. 128 async/future_test: RuntimeError # Timer interface not supported; Issue 7728.
138 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7 728. 129 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7 728.
139 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7 728. 130 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7 728.
140 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77 28. 131 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77 28.
141 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I ssue 7728. 132 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I ssue 7728.
142 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor ted; Issue 7728. 133 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor ted; Issue 7728.
143 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. 134 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run.
144 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. 135 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run.
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 330
340 [ $mode == debug && $arch == ia32 && $system == windows ] 331 [ $mode == debug && $arch == ia32 && $system == windows ]
341 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 332 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
342 333
343 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 334 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
344 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 335 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
345 336
346 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 337 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
347 mirrors/immutable_collections_test: SkipSlow # Timeout. 338 mirrors/immutable_collections_test: SkipSlow # Timeout.
348 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 339 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/invocation_fuzz_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698