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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 22381002: Fixes to get Dart VM compiling on Ubuntu 13.04, Debian Wheezy. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Alternative type-punning fix Created 7 years, 4 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
« runtime/vm/object.h ('K') | « runtime/vm/object_test.cc ('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 == none] 5 [ $compiler == none]
6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436 6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436
7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436
8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436 8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436
9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436 9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436
10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436 10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44 518 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44
519 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 519 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44
520 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44 520 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44
521 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44 521 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44
522 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44 522 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44
523 523
524 [ $compiler == none && $runtime == vm && $system == linux ] 524 [ $compiler == none && $runtime == vm && $system == linux ]
525 LibTest/math/exp_A01_t01: Fail 525 LibTest/math/exp_A01_t01: Fail
526 526
527 [ $compiler == none && $runtime == vm && $system != windows && $arch != x64 && $ arch != arm ] 527 [ $compiler == none && $runtime == vm && $system != windows && $arch != x64 && $ arch != arm ]
528 LibTest/math/tan_A01_t01: Fail 528 LibTest/math/tan_A01_t01: Pass, Fail
529 529
530 [ $compiler == none && $runtime == vm && $arch != x64 ] 530 [ $compiler == none && $runtime == vm && $arch != x64 ]
531 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 531 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
532 532
533 [ $compiler == none && $runtime == vm && $arch == simarm ] 533 [ $compiler == none && $runtime == vm && $arch == simarm ]
534 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 534 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
535 535
536 [ $compiler == none && $runtime == vm && $arch == mips ] 536 [ $compiler == none && $runtime == vm && $arch == mips ]
537 *: Skip 537 *: Skip
538 538
539 [ $compiler == none && $runtime == vm && $arch == simmips ] 539 [ $compiler == none && $runtime == vm && $arch == simmips ]
540 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 540 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
OLDNEW
« runtime/vm/object.h ('K') | « runtime/vm/object_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698