| OLD | NEW |
| 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 |
| OLD | NEW |