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

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

Issue 12388018: Re-enable support for --disallow-unsafe-eval. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review feedback. Created 7 years, 9 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 | « tests/html/html.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 async/slow_consumer_test: Skip # Issue 8647 5 async/slow_consumer_test: Skip # Issue 8647
6 6
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 math/*: Skip 8 math/*: Skip
9 mirrors/*: Skip 9 mirrors/*: Skip
10 10
11 [ $compiler == dart2js && $checked ] 11 [ $compiler == dart2js && $checked ]
12 async/stream_event_transform_test: Fail # Issue 7733. 12 async/stream_event_transform_test: Fail # Issue 7733.
13 13
14 [ $compiler == dart2js && $jscl ] 14 [ $compiler == dart2js && $jscl ]
15 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. 15 async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
16 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. 16 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8.
17 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. 17 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8.
18 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . 18 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 .
19 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. 19 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728.
20 20
21 [ $compiler == dart2js && $csp ]
22 async/deferred/deferred_api_test: Fail, OK # Test cannot run under CSP restricti ons.
23
21 [ $compiler == dart2js && $browser ] 24 [ $compiler == dart2js && $browser ]
22 crypto/sha256_test: Slow, Pass 25 crypto/sha256_test: Slow, Pass
23 crypto/sha1_test: Slow, Pass 26 crypto/sha1_test: Slow, Pass
24 27
25 [ $compiler == dart2dart ] 28 [ $compiler == dart2dart ]
26 # Skip until we stabilize language tests. 29 # Skip until we stabilize language tests.
27 *: Skip 30 *: Skip
28 31
29 [ $compiler == dartc ] 32 [ $compiler == dartc ]
30 # lib issue 6322 33 # lib issue 6322
(...skipping 14 matching lines...) Expand all
45 *: Skip 48 *: Skip
46 49
47 [ $arch == simarm ] 50 [ $arch == simarm ]
48 *: Skip 51 *: Skip
49 52
50 [ $arch == mips ] 53 [ $arch == mips ]
51 *: Skip 54 *: Skip
52 55
53 [ $arch == simmips ] 56 [ $arch == simmips ]
54 *: Skip 57 *: Skip
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698