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

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

Issue 16137009: Fix issue 10898 by fixing the ByteData constructor to implicitly create an ArrayBuffer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix length <-> byteLength issue. Created 7 years, 6 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 # The typed_data library is not supported by dart2js or dart2dart yet.
6 [ $compiler == dart2js || $compiler == dart2dart ]
7 typed_data/*: Fail
8
9
10 # The typed_data library is not supported by dart2js or dart2dart yet.
11 [ $compiler == dart2js || $compiler == dart2dart ]
12 typed_data/*: Skip
13
14
15 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
16 math/*: Skip 6 math/*: Skip
17 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. 7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this.
18 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
19 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
20 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
21 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958 11 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958
22 12
13 # SIMD is unsupported on dart2js.
14 typed_data/float32x4_test: Fail, OK
15 typed_data/float32x4_list_test: Fail, OK
16 typed_data/float32x4_unbox_phi_test: Fail, OK
17 typed_data/float32x4_unbox_regress_test: Fail, OK
18
19 [ $compiler == dart2js && $runtime == d8 ]
20 typed_data/byte_data_test: Fail, OK # d8 doesn't support DataView
21
23 [ $compiler == dart2js && $minified ] 22 [ $compiler == dart2js && $minified ]
24 mirrors/mirrors_resolve_fields_test: Fail # Issue 6490 23 mirrors/mirrors_resolve_fields_test: Fail # Issue 6490
25 24
26 [ $csp ] 25 [ $csp ]
27 mirrors/library_uri_package_test: Fail, Pass # Issue 6490 26 mirrors/library_uri_package_test: Fail, Pass # Issue 6490
28 27
29 [ $compiler == dart2js && $checked ] 28 [ $compiler == dart2js && $checked ]
30 async/stream_event_transform_test: Fail # Issue 7733. 29 async/stream_event_transform_test: Fail # Issue 7733.
31 30
32 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ] 31 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ]
(...skipping 19 matching lines...) Expand all
52 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7 728. 51 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7 728.
53 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7 728. 52 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7 728.
54 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7 728. 53 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7 728.
55 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7 728. 54 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7 728.
56 55
57 [ $compiler == dart2js && $browser ] 56 [ $compiler == dart2js && $browser ]
58 crypto/sha256_test: Slow, Pass 57 crypto/sha256_test: Slow, Pass
59 crypto/sha1_test: Slow, Pass 58 crypto/sha1_test: Slow, Pass
60 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 59 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
61 # implement timer (currently only in d8 ) 60 # implement timer (currently only in d8 )
62
63 [ $compiler == dart2dart ]
64 # Skip until we stabilize language tests.
65 *: Skip
66
67 [ $runtime == safari] 61 [ $runtime == safari]
68 # Bug in JSC: the test only passes when being debugged. 62 # Bug in JSC: the test only passes when being debugged.
69 crypto/hmac_md5_test: Fail, Pass 63 crypto/hmac_md5_test: Fail, Pass
70 64
71 [ $runtime == ff ] 65 [ $runtime == ff ]
72 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 66 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
73 multiple_timer_test: Pass, Fail 67 multiple_timer_test: Pass, Fail
74 timer_isolate_test: Pass, Fail 68 timer_isolate_test: Pass, Fail
75 timer_test: Pass, Fail 69 timer_test: Pass, Fail
76 70
(...skipping 20 matching lines...) Expand all
97 async/run_async6_test: Fail # Issue 10910 91 async/run_async6_test: Fail # Issue 10910
98 92
99 [ $arch == simarm ] 93 [ $arch == simarm ]
100 *: Skip 94 *: Skip
101 95
102 [ $arch == mips ] 96 [ $arch == mips ]
103 *: Skip 97 *: Skip
104 98
105 [ $arch == simmips ] 99 [ $arch == simmips ]
106 *: Skip 100 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/typed_data/dart2js/typed_data_dart2js.dart ('k') | tests/lib/typed_data/byte_data_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698