OLD | NEW |
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 && $host_checked && $checked] | 5 [ $compiler == dart2js && $host_checked && $checked] |
6 new_expression_type_args_test/02: Crash # Issue 6931 | 6 new_expression_type_args_test/02: Crash # Issue 6931 |
7 | 7 |
8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
9 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
10 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 # Should be: Fail, OK # Expects negative results of bit-operations. | 328 # Should be: Fail, OK # Expects negative results of bit-operations. |
329 optimization_test: Fail, OK # Expects negative results of bit-operations. | 329 optimization_test: Fail, OK # Expects negative results of bit-operations. |
330 | 330 |
331 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | 331 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. |
332 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 332 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
333 | 333 |
334 # Partially implemented redirecting constructors makes this throw instead | 334 # Partially implemented redirecting constructors makes this throw instead |
335 # of failing. | 335 # of failing. |
336 const_factory_negative_test: Crash, Fail | 336 const_factory_negative_test: Crash, Fail |
337 | 337 |
338 # Implement InvocationMirror and pass it to noSuchMethod. | |
339 invocation_mirror_test: Fail | |
340 | |
341 [ $compiler == dart2js && $mode == release ] | 338 [ $compiler == dart2js && $mode == release ] |
342 assign_top_method_negative_test: Crash | 339 assign_top_method_negative_test: Crash |
343 | 340 |
344 | 341 |
345 [ $compiler == dart2js && $runtime == none ] | 342 [ $compiler == dart2js && $runtime == none ] |
346 *: Fail, Pass # TODO(ahe): Triage these tests. | 343 *: Fail, Pass # TODO(ahe): Triage these tests. |
347 | 344 |
348 | 345 |
349 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell)] | 346 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell)] |
350 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 347 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
(...skipping 22 matching lines...) Expand all Loading... |
373 execute_finally3_test: Fail | 370 execute_finally3_test: Fail |
374 method_invocation_test: Fail | 371 method_invocation_test: Fail |
375 null_pointer_exception_test: Fail | 372 null_pointer_exception_test: Fail |
376 stack_overflow_test: Fail | 373 stack_overflow_test: Fail |
377 string_interpolate_npe_test: Fail | 374 string_interpolate_npe_test: Fail |
378 closure_call_wrong_argument_count_negative_test: Skip | 375 closure_call_wrong_argument_count_negative_test: Skip |
379 label_test: Skip | 376 label_test: Skip |
380 | 377 |
381 [ $compiler == dart2js && $host_checked ] | 378 [ $compiler == dart2js && $host_checked ] |
382 factory_redirection2_test/01: Crash # http://dartbug.com/6791 | 379 factory_redirection2_test/01: Crash # http://dartbug.com/6791 |
OLD | NEW |