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

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

Issue 15855013: Move the crypto expectations to the pkg status file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « pkg/pkg.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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 math/*: Skip 6 math/*: Skip
7 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.
8 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.
9 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
10 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
(...skipping 13 matching lines...) Expand all
24 24
25 [ $csp ] 25 [ $csp ]
26 mirrors/metadata_test: Fail # Issue 6490 26 mirrors/metadata_test: Fail # Issue 6490
27 mirrors/reflect_runtime_type_test: Fail # Issue 6490 27 mirrors/reflect_runtime_type_test: Fail # Issue 6490
28 mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490 28 mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490
29 mirrors/superclass_test: Fail # Issue 6490 29 mirrors/superclass_test: Fail # Issue 6490
30 30
31 [ $compiler == dart2js && $checked ] 31 [ $compiler == dart2js && $checked ]
32 async/stream_event_transform_test: Fail # Issue 7733. 32 async/stream_event_transform_test: Fail # Issue 7733.
33 33
34 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ]
35 crypto/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2 692
36
37 [ $compiler == dart2js && $jscl ] 34 [ $compiler == dart2js && $jscl ]
38 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. 35 async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
39 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. 36 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8.
40 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. 37 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8.
41 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . 38 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 .
42 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. 39 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728.
43 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar tbug.com/7728. 40 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar tbug.com/7728.
44 async/multiple_timer_test: Fail,OK # Needs Timer to run. 41 async/multiple_timer_test: Fail,OK # Needs Timer to run.
45 async/timer_cancel_test: Fail,OK # Needs Timer to run. 42 async/timer_cancel_test: Fail,OK # Needs Timer to run.
46 async/timer_cancel1_test: Fail,OK # Needs Timer to run. 43 async/timer_cancel1_test: Fail,OK # Needs Timer to run.
47 async/timer_cancel2_test: Fail,OK # Needs Timer to run. 44 async/timer_cancel2_test: Fail,OK # Needs Timer to run.
48 async/timer_isolate_test: Fail, OK # Needs Timer to run. 45 async/timer_isolate_test: Fail, OK # Needs Timer to run.
49 async/timer_repeat_test: Fail,OK # Needs Timer to run. 46 async/timer_repeat_test: Fail,OK # Needs Timer to run.
50 async/timer_test: Fail,OK # Needs Timer to run. 47 async/timer_test: Fail,OK # Needs Timer to run.
51 48
52 [ $compiler == dart2js && ($jscl || $runtime == d8) ] 49 [ $compiler == dart2js && ($jscl || $runtime == d8) ]
53 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77 28. 50 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77 28.
54 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.
55 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.
56 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.
57 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.
58 55
59 [ $compiler == dart2js && $browser ] 56 [ $compiler == dart2js && $browser ]
60 crypto/sha256_test: Slow, Pass
61 crypto/sha1_test: Slow, Pass
62 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 57 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
63 # implement timer (currently only in d8 ) 58 # implement timer (currently only in d8 )
64 59
65 [ $compiler == dart2dart ] 60 [ $compiler == dart2dart ]
66 mirrors/mirrors_test: Fail # Issue 10957 61 mirrors/mirrors_test: Fail # Issue 10957
67 mirrors/library_uri_package_test: Fail # Issue 10957 62 mirrors/library_uri_package_test: Fail # Issue 10957
68 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910 63 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910
69 64
70 [ $compiler == dart2dart && $minified ] 65 [ $compiler == dart2dart && $minified ]
71 json/json_test: Fail # Issue 10961 66 json/json_test: Fail # Issue 10961
72 typed_data/float32x4_test: Fail # Issue 10961 67 typed_data/float32x4_test: Fail # Issue 10961
73 typed_data/float32x4_list_test: Fail # Issue 10961 68 typed_data/float32x4_list_test: Fail # Issue 10961
74 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 69 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961
75 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 70 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961
76 mirrors/reflect_runtime_type_test: Fail 71 mirrors/reflect_runtime_type_test: Fail
77 mirrors/reflect_uninstantiated_class_test: Fail 72 mirrors/reflect_uninstantiated_class_test: Fail
78 73
79 74
80 [ $runtime == safari]
81 # Bug in JSC: the test only passes when being debugged.
82 crypto/hmac_md5_test: Fail, Pass
83
84 [ $runtime == ff ] 75 [ $runtime == ff ]
85 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 76 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
86 multiple_timer_test: Pass, Fail 77 multiple_timer_test: Pass, Fail
87 timer_isolate_test: Pass, Fail 78 timer_isolate_test: Pass, Fail
88 timer_test: Pass, Fail 79 timer_test: Pass, Fail
89 80
90 [ $runtime == ie9 ] 81 [ $runtime == ie9 ]
91 typed_data/typed_list_iterable_test: Fail # Issue 11036 82 typed_data/typed_list_iterable_test: Fail # Issue 11036
92 83
93 [ $runtime == opera ] 84 [ $runtime == opera ]
(...skipping 28 matching lines...) Expand all
122 *: Skip 113 *: Skip
123 114
124 [ $arch == simarm ] 115 [ $arch == simarm ]
125 *: Skip 116 *: Skip
126 117
127 [ $arch == mips ] 118 [ $arch == mips ]
128 *: Skip 119 *: Skip
129 120
130 [ $arch == simmips ] 121 [ $arch == simmips ]
131 *: Skip 122 *: Skip
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698