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

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

Issue 12782011: Update suppression. The OOM is treated as a failure and not a crash. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | 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 [ ($runtime == drt || $runtime == dartium) && $checked ] 5 [ ($runtime == drt || $runtime == dartium) && $checked ]
6 # Issue 9345. We are getting out of memory situations on the dartium buildbot in checked mode. 6 # Issue 9345. We are getting out of memory situations on the dartium buildbot in checked mode.
7 async/slow_consumer3_test: Pass, Crash 7 async/slow_consumer3_test: Pass, Fail
8 8
9 # The scalarlist library is not supported by dart2js or dart2dart yet. 9 # The scalarlist library is not supported by dart2js or dart2dart yet.
10 [ $compiler == dart2js || $compiler == dart2dart ] 10 [ $compiler == dart2js || $compiler == dart2dart ]
11 scalarlist/*: Skip 11 scalarlist/*: Skip
12 12
13 [ $compiler == dart2js ] 13 [ $compiler == dart2js ]
14 math/*: Skip 14 math/*: Skip
15 mirrors/*: Skip 15 mirrors/*: Skip
16 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 16 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
17 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 17 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 *: Skip 92 *: Skip
93 93
94 [ $arch == simarm ] 94 [ $arch == simarm ]
95 *: Skip 95 *: Skip
96 96
97 [ $arch == mips ] 97 [ $arch == mips ]
98 *: Skip 98 *: Skip
99 99
100 [ $arch == simmips ] 100 [ $arch == simmips ]
101 *: Skip 101 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698