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

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

Issue 10912147: Change our 'is int' check to use Math.floor instead of a smi check. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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') | tests/json/json.status » ('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 isolate2_negative_test: Skip # Need to resolve correct behaviour. 6 isolate2_negative_test: Skip # Need to resolve correct behaviour.
7 serialization_test: Skip # tests dart2js-specific serialization code 7 serialization_test: Skip # tests dart2js-specific serialization code
8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. 8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
9 compute_this_script_browser_test: Skip # browser specific test 9 compute_this_script_browser_test: Skip # browser specific test
10 timer_not_available_test: Fail, OK # only meant to test when there is no way to 10 timer_not_available_test: Fail, OK # only meant to test when there is no way to
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 multiple_timer_test: Fail,OK # Needs Timer to run. 76 multiple_timer_test: Fail,OK # Needs Timer to run.
77 timer_test: Fail,OK # Needs Timer to run. 77 timer_test: Fail,OK # Needs Timer to run.
78 timer_repeat_test: Fail,OK # Needs Timer to run. 78 timer_repeat_test: Fail,OK # Needs Timer to run.
79 79
80 [ $compiler == dart2js && $runtime == none ] 80 [ $compiler == dart2js && $runtime == none ]
81 *: Fail, Pass # TODO(ahe): Triage these tests. 81 *: Fail, Pass # TODO(ahe): Triage these tests.
82 82
83 [ $compiler == dart2dart ] 83 [ $compiler == dart2dart ]
84 # Skip until we stabilize language tests. 84 # Skip until we stabilize language tests.
85 *: Skip 85 *: Skip
86
87 [ $compiler == dart2js && $checked ]
88
89 # The following tests fail on int checks.
90 # Issue 3720
91 count_test: Fail
92 cross_isolate_message_test: Fail
93 isolate_complex_messages_test: Fail
94 mandel_isolate_test: Fail
95 message2_test: Fail
96 message_test: Fail
97 mint_maker_test: Fail
98 nested_spawn2_test: Fail
99 nested_spawn_test: Fail
100 request_reply_test: Fail
101 spawn_function_custom_class_test: Fail
102 spawn_function_test: Fail
103 unresolved_ports_test: Fail
104
105 [ $compiler == dart2js && $checked && $browser]
106
107 # The following tests fail on int checks.
108 # Issue 3720
109 compute_this_script_browser_test: Fail
110 multiple_timer_test: Fail
111 timer_repeat_test: Fail
112 timer_test: Fail
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/json/json.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698