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

Side by Side Diff: tests/language/language_dart2js.status

Issue 10453074: Update status files to make IE build bots green. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge. Created 8 years, 6 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/language/language.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 [ $compiler == dart2js && $checked ] 5 [ $compiler == dart2js && $checked ]
6 assign_static_type_test/01: Fail 6 assign_static_type_test/01: Fail
7 assign_static_type_test/02: Fail 7 assign_static_type_test/02: Fail
8 assign_static_type_test/03: Fail 8 assign_static_type_test/03: Fail
9 assign_static_type_test/04: Fail 9 assign_static_type_test/04: Fail
10 type_variable_bounds_test/01: Fail 10 type_variable_bounds_test/01: Fail
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 static_top_level_test/00: Fail, OK # Negative language test. 202 static_top_level_test/00: Fail, OK # Negative language test.
203 static_top_level_test/01: Fail, OK # Negative language test. 203 static_top_level_test/01: Fail, OK # Negative language test.
204 static_top_level_test/02: Fail, OK # Negative language test. 204 static_top_level_test/02: Fail, OK # Negative language test.
205 static_top_level_test/03: Fail, OK # Negative language test. 205 static_top_level_test/03: Fail, OK # Negative language test.
206 static_top_level_test/04: Fail, OK # Negative language test. 206 static_top_level_test/04: Fail, OK # Negative language test.
207 static_top_level_test/05: Fail, OK # Negative language test. 207 static_top_level_test/05: Fail, OK # Negative language test.
208 string_interpolation7_negative_test: Fail, OK # Negative language test. 208 string_interpolation7_negative_test: Fail, OK # Negative language test.
209 throw7_negative_test: Fail, OK # Negative language test. 209 throw7_negative_test: Fail, OK # Negative language test.
210 try_catch_syntax_test/08: Fail, OK # Negative language test. 210 try_catch_syntax_test/08: Fail, OK # Negative language test.
211 211
212
213 type_vm_test: Fail, OK # VM specific test. 212 type_vm_test: Fail, OK # VM specific test.
214 disable_privacy_test: Fail, OK # VM specific test. 213 disable_privacy_test: Fail, OK # VM specific test.
215 numbers_test: Fail, OK # (unintended?) VM specific test. 214 numbers_test: Fail, OK # (unintended?) VM specific test.
216 215
217 final_syntax_test/01: Fail 216 final_syntax_test/01: Fail
218 final_syntax_test/02: Fail 217 final_syntax_test/02: Fail
219 final_syntax_test/03: Fail 218 final_syntax_test/03: Fail
220 final_syntax_test/04: Fail 219 final_syntax_test/04: Fail
221 220
222 div_by_zero_test: Fail, OK # Leg only has doubles. 221 div_by_zero_test: Fail, OK # Leg only has doubles.
223 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. 222 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
224 optimization_test: Fail, OK # Expects negative results of bit-operations. 223 optimization_test: Fail, OK # Expects negative results of bit-operations.
225 224
226 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. 225 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
226 reg_exp3_test: Fail, OK # Expects exception from const constructor.
227 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31.
227 228
228 reg_exp3_test: Fail, OK # Expects exception from const constructor.
229
230
231 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31.
232 229
233 [ $compiler == dart2js && $mode == release ] 230 [ $compiler == dart2js && $mode == release ]
234 assign_top_method_negative_test: Crash 231 assign_top_method_negative_test: Crash
235 232
233
236 [ $compiler == dart2js && $runtime == none ] 234 [ $compiler == dart2js && $runtime == none ]
237 *: Fail, Pass # TODO(ahe): Triage these tests. 235 *: Fail, Pass # TODO(ahe): Triage these tests.
238 236
237
238 [ $compiler == dart2js && $runtime == ff ]
239 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
240 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
241 double_to_string_as_fixed_test: Fail
242 double_to_string_as_exponential_test: Fail
243 local_function3_test: Fail # Uncaught error: Instance of 'TypeError'
244 savannah_test: Fail # Uncaught error: Instance of 'TypeError'
245 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError'
246 bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError'
247 bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError'
248 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError'
249 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
250 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
251 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
252 private3_test: Fail # Uncaught error: Instance of 'TypeError'
253 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
254 label_test: Skip # timeout
255
256
239 [ $compiler == dart2js && $runtime == ie ] 257 [ $compiler == dart2js && $runtime == ie ]
240 arithmetic2_test: Skip # BUG(3304): Times out. 258 arithmetic2_test: Skip # BUG(3304): Times out.
241 assert_keyword_negative_test: Skip # BUG(3304): Times out. 259 assert_keyword_negative_test: Skip # BUG(3304): Times out.
242 assign_instance_method_negative_test: Skip # BUG(3304): Times out. 260 assign_instance_method_negative_test: Skip # BUG(3304): Times out.
243 bad_named_parameters2_test: Skip # BUG(3304): Times out. 261 bad_named_parameters2_test: Skip # BUG(3304): Times out.
244 bad_named_parameters_test: Skip # BUG(3304): Times out. 262 bad_named_parameters_test: Skip # BUG(3304): Times out.
245 call_through_getter_test: Skip # BUG(3304): Times out. 263 call_through_getter_test: Skip # BUG(3304): Times out.
246 call_through_null_getter_test: Skip # BUG(3304): Times out. 264 call_through_null_getter_test: Skip # BUG(3304): Times out.
247 class_override_negative_test: Skip # BUG(3304): Times out. 265 class_override_negative_test: Skip # BUG(3304): Times out.
248 closure3_test: Skip # BUG(3304): Times out. 266 closure3_test: Skip # BUG(3304): Times out.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 throw2_test: Skip # BUG(3304): Times out. 314 throw2_test: Skip # BUG(3304): Times out.
297 throw3_test: Skip # BUG(3304): Times out. 315 throw3_test: Skip # BUG(3304): Times out.
298 throw4_test: Skip # BUG(3304): Times out. 316 throw4_test: Skip # BUG(3304): Times out.
299 throw5_test: Skip # BUG(3304): Times out. 317 throw5_test: Skip # BUG(3304): Times out.
300 throw6_test: Skip # BUG(3304): Times out. 318 throw6_test: Skip # BUG(3304): Times out.
301 throw_test: Skip # BUG(3304): Times out. 319 throw_test: Skip # BUG(3304): Times out.
302 type_checks_in_factory_method_test: Skip # BUG(3304): Times out. 320 type_checks_in_factory_method_test: Skip # BUG(3304): Times out.
303 typed_message_test: Skip # BUG(3304): Times out. 321 typed_message_test: Skip # BUG(3304): Times out.
304 unbound_getter_test: Skip # BUG(3304): Times out. 322 unbound_getter_test: Skip # BUG(3304): Times out.
305 unhandled_exception_negative_test: Skip # BUG(3304): Times out. 323 unhandled_exception_negative_test: Skip # BUG(3304): Times out.
324 stack_overflow_test: Fail
325 double_to_string_as_fixed_test: Fail
306 326
307 [ $compiler == dart2js && $runtime == safari ] 327 [ $compiler == dart2js && $runtime == safari ]
308 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError' 328 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError'
309 bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError' 329 bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError'
310 bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError' 330 bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError'
311 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 331 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
312 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 332 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
313 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError' 333 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError'
314 local_function3_test: Fail # Uncaught error: Instance of 'TypeError' 334 local_function3_test: Fail # Uncaught error: Instance of 'TypeError'
315 arithmetic_test: Skip # Timeout 335 arithmetic_test: Skip # Timeout
316 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 336 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
317 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 337 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
318 private3_test: Fail # Uncaught error: Instance of 'TypeError' 338 private3_test: Fail # Uncaught error: Instance of 'TypeError'
319 savannah_test: Fail # Uncaught error: Instance of 'TypeError' 339 savannah_test: Fail # Uncaught error: Instance of 'TypeError'
320 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 340 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
321 label_test: Skip # Timeout 341 label_test: Skip # Timeout
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698