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

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

Issue 301683002: Send data with 404 response (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r36673 Created 6 years, 7 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 | dart/tools/testing/dart/http_server.dart » ('j') | 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 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $runtime == vm && $arch == mips && $mode == debug ] 9 [ $runtime == vm && $arch == mips && $mode == debug ]
10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. 10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 spawn_uri_nested_vm_test: Skip # Issue 14463 78 spawn_uri_nested_vm_test: Skip # Issue 14463
79 79
80 [ $jscl || $runtime == ie9 ] 80 [ $jscl || $runtime == ie9 ]
81 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 81 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544
82 82
83 [ $compiler == none && $runtime == dartium ] 83 [ $compiler == none && $runtime == dartium ]
84 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. 84 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
85 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 85 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649
86 spawn_uri_missing_test: Skip # Times out. 86 spawn_uri_missing_test: Skip # Times out.
87 87
88
89 [ $compiler == none && $runtime == dartium ] 88 [ $compiler == none && $runtime == dartium ]
90 isolate_stress_test: Skip # Issue 14463 89 isolate_stress_test: Skip # Issue 14463
91 90
92 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 91 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
93 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction 92 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction
94 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 93 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
95 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction 94 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw nFunction
96 95
97 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 96 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
98 browser/typed_data_message_test: StaticWarning 97 browser/typed_data_message_test: StaticWarning
99 mint_maker_test: StaticWarning 98 mint_maker_test: StaticWarning
100 serialization_test: StaticWarning 99 serialization_test: StaticWarning
101
102 [ $compiler == dart2js && ( $runtime == ff ) ]
103 spawn_uri_missing_from_isolate_test: Skip # http://dartbug.com/19024
104 spawn_uri_missing_test: Skip # http://dartbug.com/19024
OLDNEW
« no previous file with comments | « no previous file | dart/tools/testing/dart/http_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698