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

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

Issue 9006053: frog await: allow errors after the await within try-catch blocks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 11 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
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 yet 9 # Not implemented yet
10 TryCatch4Test: Fail # try-catch with error after await
11 TryCatch7Test: Fail # try-catch with error after await
12 TryCatch8Test: Fail # handle-error on non-normalized future argument 10 TryCatch8Test: Fail # handle-error on non-normalized future argument
13 WhileLoopWithBreakTest: Fail # break within a loop 11 WhileLoopWithBreakTest: Fail # break within a loop
14 *NormalizationTest: Fail # normalization in general 12 *NormalizationTest: Fail # normalization in general
15 TypedFunctionNegativeTest: Fail # checking return-type of async functions 13 TypedFunctionNegativeTest: Fail # checking return-type of async functions
16 14
17 [ $component == vm || $component == dartc || $component == chromium || $componen t == dartium || $component == frogium || $component == leg ] 15 [ $component == vm || $component == dartc || $component == chromium || $componen t == dartium || $component == frogium || $component == leg ]
18 *: Skip 16 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698