Chromium Code Reviews| 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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 # VM specific tests that should not be run by dart2js. | 6 # VM specific tests that should not be run by dart2js. |
| 7 *vm_test: Skip | 7 *vm_test: Skip |
| 8 *vm_negative_test: Skip | 8 *vm_negative_test: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js && $checked ] | 10 [ $compiler == dart2js && $checked ] |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 256 | 256 |
| 257 | 257 |
| 258 [ $compiler == dart2js && $runtime == none ] | 258 [ $compiler == dart2js && $runtime == none ] |
| 259 *: Fail, Pass # TODO(ahe): Triage these tests. | 259 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 260 | 260 |
| 261 | 261 |
| 262 [ $compiler == dart2js && $runtime == ff ] | 262 [ $compiler == dart2js && $runtime == ff ] |
| 263 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' | 263 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' |
| 264 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' | 264 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' |
| 265 double_to_string_as_fixed_test: Fail | 265 double_to_string_as_fixed_test: Fail |
| 266 naming_test: Fail | |
|
Emily Fortuna
2012/08/10 22:02:08
Did you File an issue about this/add a comment? I
hausner
2012/08/10 22:10:38
Thanks for filing this. I added a comment to the b
| |
| 266 | 267 |
| 267 | 268 |
| 268 [ $compiler == dart2js && $runtime == ie ] | 269 [ $compiler == dart2js && $runtime == ie ] |
| 269 arithmetic2_test: Fail | 270 arithmetic2_test: Fail |
| 270 bad_named_parameters2_test: Fail | 271 bad_named_parameters2_test: Fail |
| 271 bad_named_parameters_test: Fail | 272 bad_named_parameters_test: Fail |
| 272 call_through_getter_test: Fail | 273 call_through_getter_test: Fail |
| 273 call_through_null_getter_test: Fail | 274 call_through_null_getter_test: Fail |
| 274 div_by_zero_test: Fail | 275 div_by_zero_test: Fail |
| 275 double_to_string_as_fixed_test: Fail | 276 double_to_string_as_fixed_test: Fail |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 289 | 290 |
| 290 | 291 |
| 291 [ $compiler == dart2js && $runtime == safari ] | 292 [ $compiler == dart2js && $runtime == safari ] |
| 292 arithmetic_test: Skip # BUG(3492): Times out. | 293 arithmetic_test: Skip # BUG(3492): Times out. |
| 293 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' | 294 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' |
| 294 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' | 295 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' |
| 295 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 296 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 296 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 297 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 297 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 298 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 298 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 299 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 300 naming_test: Fail | |
| 301 | |
| OLD | NEW |