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

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

Issue 2541533004: Remove runtime 'dart_app' as it became identical to 'vm'. (Closed)
Patch Set: sync Created 4 years 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
« no previous file with comments | « tests/benchmark_smoke/benchmark_smoke.status ('k') | tests/co19/co19-runtime.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 # This file contains the tests that have been identified as broken and 5 # This file contains the tests that have been identified as broken and
6 # have been filed on the co19 issue tracker at 6 # have been filed on the co19 issue tracker at
7 # https://code.google.com/p/co19/issues/list (read-only). 7 # https://code.google.com/p/co19/issues/list (read-only).
8 # https://github.com/dart-lang/co19/issues . 8 # https://github.com/dart-lang/co19/issues .
9 # 9 #
10 # In order to qualify here these tests need to fail both on the VM and dart2js. 10 # In order to qualify here these tests need to fail both on the VM and dart2js.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 61 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261
62 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 62 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261
63 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 63 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261
64 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 64 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261
65 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 65 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261
66 LibTest/math/log_A01_t01: PASS, FAIL, OK # Issue 26261 66 LibTest/math/log_A01_t01: PASS, FAIL, OK # Issue 26261
67 67
68 [ $runtime == dartium || $compiler == dart2js ] 68 [ $runtime == dartium || $compiler == dart2js ]
69 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 69 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
70 70
71 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) && ($runtime == vm || $runtime == drt || $runtime == dart _precompiled || $runtime == dart_app) ] 71 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == drt || $runtime == dart_precompiled) ]
72 # Optional trailing commas for argument and parameter lists added to language. 72 # Optional trailing commas for argument and parameter lists added to language.
73 # https://github.com/dart-lang/co19/issues/68 73 # https://github.com/dart-lang/co19/issues/68
74 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK 74 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK
OLDNEW
« no previous file with comments | « tests/benchmark_smoke/benchmark_smoke.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698