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

Side by Side Diff: tests/language/language_dart2js.status

Issue 2497863003: Update .status files to make bots green again (Closed)
Patch Set: Created 4 years, 1 month 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/co19/co19-dart2js.status ('k') | no next file » | 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 == dart2js ] 5 [ $compiler == dart2js ]
6 deferred_not_loaded_check_test: Fail # Issue 27577 6 deferred_not_loaded_check_test: Fail # Issue 27577
7 getter_setter_in_lib_test: Fail # Issue 23288 7 getter_setter_in_lib_test: Fail # Issue 23288
8 method_name_test: Fail # issue 25574 8 method_name_test: Fail # issue 25574
9 setter4_test: CompileTimeError # issue 13639 9 setter4_test: CompileTimeError # issue 13639
10 10
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 263
264 [ $compiler == dart2js && $runtime == ff ] 264 [ $compiler == dart2js && $runtime == ff ]
265 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug. 265 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug.
266 266
267 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 267 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
268 await_future_test: Pass, Timeout # Issue 26735 268 await_future_test: Pass, Timeout # Issue 26735
269 269
270 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) && $system == w indows ] 270 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) && $system == w indows ]
271 string_literals_test: RuntimeError # Issue 27533 271 string_literals_test: RuntimeError # Issue 27533
272 272
273 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] 273 [ $compiler == dart2js && $runtime == safarimobilesim ]
274 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85 .10.17.1)) 274 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85 .10.17.1))
275 call_through_getter_test: Fail, OK 275 call_through_getter_test: Fail, OK
276 276
277 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 277 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
278 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. 278 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
279 279
280 [ $minified ] 280 [ $minified ]
281 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 281 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
282 regress_21795_test: RuntimeError # Issue 12605 282 regress_21795_test: RuntimeError # Issue 12605
283 283
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 *: Skip # `assert` not implemented 367 *: Skip # `assert` not implemented
368 368
369 [ $compiler == dart2js && $host_checked ] 369 [ $compiler == dart2js && $host_checked ]
370 regress_26855_test/1: Crash # Issue 26867 370 regress_26855_test/1: Crash # Issue 26867
371 regress_26855_test/2: Crash # Issue 26867 371 regress_26855_test/2: Crash # Issue 26867
372 regress_26855_test/3: Crash # Issue 26867 372 regress_26855_test/3: Crash # Issue 26867
373 regress_26855_test/4: Crash # Issue 26867 373 regress_26855_test/4: Crash # Issue 26867
374 374
375 [ $compiler != dart2analyzer] 375 [ $compiler != dart2analyzer]
376 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status 376 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698