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/lib/lib.status

Issue 475463005: Implement math.gcd in dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move gcd to pkg/math; move tests; fix implementation; split bigint tests Created 6 years, 4 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
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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920 122 convert/json_test: Fail # https://bugs.webkit.org/show_bug.cgi?id=134920
123 123
124 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 124 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
125 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 125 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
126 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 126 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
127 127
128 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 128 [ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
129 math/math_test: RuntimeError 129 math/math_test: RuntimeError
130 math/math2_test: RuntimeError 130 math/math2_test: RuntimeError
131 131
132 [ $compiler == dart2js ]
133 math/math_package_bigint_test: RuntimeError # Requires bigint support.
134
132 [ $compiler == dart2js && ($jscl || $runtime == d8) ] 135 [ $compiler == dart2js && ($jscl || $runtime == d8) ]
133 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566 136 mirrors/invocation_fuzz_test: RuntimeError # Issue 15566
134 137
135 [ $compiler == dart2js && $runtime == jsshell ] 138 [ $compiler == dart2js && $runtime == jsshell ]
136 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 139 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8.
137 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug .com/7728. 140 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug .com/7728.
138 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug .com/7728. 141 async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug .com/7728.
139 async/slow_consumer_test: RuntimeError # Timer interface not supported; dartbug. com/7728. 142 async/slow_consumer_test: RuntimeError # Timer interface not supported; dartbug. com/7728.
140 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; d artbug.com/7728. 143 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; d artbug.com/7728.
141 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor ted; dartbug.com/7728. 144 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor ted; dartbug.com/7728.
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 325
323 [ $arch == simarm ] 326 [ $arch == simarm ]
324 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 327 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
325 convert/utf85_test: Skip # Pass, Slow Issue 12644. 328 convert/utf85_test: Skip # Pass, Slow Issue 12644.
326 329
327 [ $compiler == dart2js ] 330 [ $compiler == dart2js ]
328 profiler/metrics_num_test: Skip # Because of a int / double type test. 331 profiler/metrics_num_test: Skip # Because of a int / double type test.
329 332
330 [ $arch == simarm64 ] 333 [ $arch == simarm64 ]
331 convert/utf85_test: Skip # Pass, Slow Issue 20111. 334 convert/utf85_test: Skip # Pass, Slow Issue 20111.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698