| 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 == none && $runtime == vm ] | 5 [ $compiler == none && $runtime == vm ] |
| 6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 | 6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 |
| 7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 | 7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 |
| 8 | 8 |
| 9 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(vm-team): Please triage this
failure. | 9 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(vm-team): Please triage this
failure. |
| 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(vm-team): Please triage this failure. | 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(vm-team): Please triage this failure. |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 [ $compiler == none && $runtime == vm && $system == linux ] | 253 [ $compiler == none && $runtime == vm && $system == linux ] |
| 254 LibTest/math/exp_A01_t01: Fail | 254 LibTest/math/exp_A01_t01: Fail |
| 255 | 255 |
| 256 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] | 256 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] |
| 257 LibTest/math/sin_A01_t01: Fail | 257 LibTest/math/sin_A01_t01: Fail |
| 258 LibTest/math/tan_A01_t01: Fail | 258 LibTest/math/tan_A01_t01: Fail |
| 259 | 259 |
| 260 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] | 260 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] |
| 261 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout | 261 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout |
| 262 | 262 |
| 263 [ $compiler == none && $runtime == vm && $system == windows ] | |
| 264 LibTest/math/atan2_A01_t03: Fail # http://dartbug.com/5407 | |
| 265 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407 | |
| 266 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407 | |
| 267 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407 | |
| 268 LibTest/core/int/operator_remainder_A01_t02: Fail # TODO(vm-team): Please triage
this failure. | |
| 269 LibTest/core/int/remainder_A01_t02: Fail # TODO(vm-team): Please triage this fai
lure. | |
| 270 | |
| 271 | |
| 272 [ $compiler == none && $runtime == vm ] | 263 [ $compiler == none && $runtime == vm ] |
| 273 | 264 |
| 274 # The following tests use the deprecated Date interface. | 265 # The following tests use the deprecated Date interface. |
| 275 # Issue co19 - 125 | 266 # Issue co19 - 125 |
| 276 LibTest/core/Date/toString_A02_t01: Fail, OK | 267 LibTest/core/Date/toString_A02_t01: Fail, OK |
| 277 LibTest/core/Date/year_A01_t01: Fail, OK | 268 LibTest/core/Date/year_A01_t01: Fail, OK |
| 278 | 269 |
| 279 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293 | 270 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293 |
| 280 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293 | 271 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293 |
| 281 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 | 272 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 | 319 |
| 329 | 320 |
| 330 [ $compiler == none && $runtime == vm && $mode == debug ] | 321 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 331 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 322 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 332 | 323 |
| 333 [ $compiler == none && $arch == simarm ] | 324 [ $compiler == none && $arch == simarm ] |
| 334 *: Skip | 325 *: Skip |
| 335 | 326 |
| 336 [ $compiler == none && $arch == arm ] | 327 [ $compiler == none && $arch == arm ] |
| 337 *: Skip | 328 *: Skip |
| OLD | NEW |