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

Side by Side Diff: frog/tests/await/await.status

Issue 9007053: await in frog: partial support for try-catch blocks (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 12 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 | « frog/minfrog ('k') | frog/tests/await/src/Conditional2NegativeTest.dart » ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix await 5 prefix await
6 6
7 [ $component == frogsh || $component == frog ] 7 [ $component == frogsh || $component == frog ]
8 8
9 # Not implemented 9 # Not implemented yet
10 TryCatchTest: Fail # try-catch not yet implemented. 10 TryCatch4Test: Fail # try-catch with error after await
11 WhileLoopWithBreakTest: Fail # break not yet implemented. 11 TryCatch7Test: Fail # try-catch with error after await
12 *NormalizationTest: Fail # normalization not yet implemented. 12 TryCatch8Test: Fail # handle-error on non-normalized future argument
13 TypedFunctionNegativeTest: Fail # checking return-type is not implemented. 13 WhileLoopWithBreakTest: Fail # break within a loop
14 *NormalizationTest: Fail # normalization in general
15 TypedFunctionNegativeTest: Fail # checking return-type of async functions
14 16
15 [ $component == vm || $component == dartc || $component == chromium || $componen t == dartium || $component == frogium || $component == leg ] 17 [ $component == vm || $component == dartc || $component == chromium || $componen t == dartium || $component == frogium || $component == leg ]
16 *: Skip 18 *: Skip
OLDNEW
« no previous file with comments | « frog/minfrog ('k') | frog/tests/await/src/Conditional2NegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698