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

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

Issue 11226013: Improvement on future: add stack trace to unhandled failures. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « lib/coreimpl/future_implementation.dart ('k') | tests/co19/co19-dart2js.status » ('j') | 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 # These tests need to be updated to the new Date core lib API, co19 issue 256: 6 # These tests need to be updated to the new Date core lib API, co19 issue 256:
7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
9 LibTest/core/Date/Date_A01_t04: Fail 9 LibTest/core/Date/Date_A01_t04: Fail
10 LibTest/core/Date/Date_A01_t05: Fail 10 LibTest/core/Date/Date_A01_t05: Fail
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name 578 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name
579 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM 579 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM
580 580
581 # Partially implemented redirecting constructors makes this fail. 581 # Partially implemented redirecting constructors makes this fail.
582 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 582 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
583 583
584 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason. 584 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason.
585 585
586 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. 586 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
587 587
588 # Changed exception thrown by futures (co19 issue #269)
589 LibTest/core/Completer/completeException_A01_t01: Fail, OK
590 LibTest/core/Future/handleException_A01_t04: Fail, OK
591 LibTest/core/Future/handleException_A01_t05: Fail, OK
592
588 [ $compiler == dart2dart && $system == windows ] 593 [ $compiler == dart2dart && $system == windows ]
589 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 594 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
590 LibTest/core/double/round_A01_t01: Fail # Result is NaN 595 LibTest/core/double/round_A01_t01: Fail # Result is NaN
591 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 596 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
592 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 597 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
593 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 598 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
594 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN 599 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN
OLDNEW
« no previous file with comments | « lib/coreimpl/future_implementation.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698