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

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

Issue 12516016: Mark illegal_msg_stream_test as flaky on browsers. (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 == vm ] 5 [ $runtime == vm ]
6 isolate2_negative_test: Skip # Need to resolve correct behaviour. 6 isolate2_negative_test: Skip # Need to resolve correct behaviour.
7 isolate3_negative_test: Skip # test depends on isolate error exiting process. 7 isolate3_negative_test: Skip # test depends on isolate error exiting process.
8 serialization_test: Skip # tests dart2js-specific serialization code 8 serialization_test: Skip # tests dart2js-specific serialization code
9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
10 compute_this_script_browser_test: Skip # browser specific test 10 compute_this_script_browser_test: Skip # browser specific test
(...skipping 21 matching lines...) Expand all
32 unresolved_ports_negative_test: Fail, OK # Fails at runtime. 32 unresolved_ports_negative_test: Fail, OK # Fails at runtime.
33 33
34 # test issue 6512 34 # test issue 6512
35 isolate2_negative_test: Pass 35 isolate2_negative_test: Pass
36 compute_this_script_browser_test: Pass 36 compute_this_script_browser_test: Pass
37 37
38 38
39 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] 39 [ $compiler == dart2js && ($runtime == d8 || $jscl) ]
40 illegal_msg_stream_test: Fail # Issue 6750 40 illegal_msg_stream_test: Fail # Issue 6750
41 41
42 [ $compiler == dart2js && $browser ]
43 illegal_msg_stream_test: Fail, Pass # Issue 6750
44
42 [ $compiler == dart2js ] 45 [ $compiler == dart2js ]
43 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 46 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
44 illegal_msg_test: Fail # Issue 6750 47 illegal_msg_test: Fail # Issue 6750
45 stream_mangling_test: Fail # Issue 9245 48 stream_mangling_test: Fail # Issue 9245
46 49
47 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024 50 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024
48 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http: //dartbug.com/9024 51 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http: //dartbug.com/9024
49 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart bug.com/9024 52 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart bug.com/9024
50 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http ://dartbug.com/9024 53 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http ://dartbug.com/9024
51 54
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 *: Skip 106 *: Skip
104 107
105 [ $arch == simarm ] 108 [ $arch == simarm ]
106 *: Skip 109 *: Skip
107 110
108 [ $arch == mips ] 111 [ $arch == mips ]
109 *: Skip 112 *: Skip
110 113
111 [ $arch == simmips ] 114 [ $arch == simmips ]
112 *: Skip 115 *: 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