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

Side by Side Diff: tests/lib/lib.status

Issue 213193009: Fix bug in divpd x64. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 8 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 | « runtime/vm/assembler_x64.cc ('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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 async/multiple_timer_test: Pass, Fail # Probably issue 14734 238 async/multiple_timer_test: Pass, Fail # Probably issue 14734
239 239
240 [ $runtime == opera && $system == windows] 240 [ $runtime == opera && $system == windows]
241 # TODO(efortuna): Investigate. 241 # TODO(efortuna): Investigate.
242 async/timer_test: Fail, Pass 242 async/timer_test: Fail, Pass
243 243
244 [ $runtime == vm ] 244 [ $runtime == vm ]
245 async/timer_not_available_test: Fail, OK 245 async/timer_not_available_test: Fail, OK
246 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 246 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
247 247
248 [ $runtime == vm && $arch == x64]
249 typed_data/float64x2_functional_test: Fail # Issue 17846.
250
251 [ $compiler == none ] 248 [ $compiler == none ]
252 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 249 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
253 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 250 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
254 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 251 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
255 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 252 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
256 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17521 253 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17521
257 254
258 mirrors/generic_local_function_test: RuntimeError # Issue 14913 255 mirrors/generic_local_function_test: RuntimeError # Issue 14913
259 mirrors/symbol_validation_test: RuntimeError # Issue 13596 256 mirrors/symbol_validation_test: RuntimeError # Issue 13596
260 257
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 321 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
325 322
326 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 323 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
327 324
328 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 325 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
329 async/*deferred*: Skip # Issue 17458 326 async/*deferred*: Skip # Issue 17458
330 mirrors/*deferred*: Skip # Issue 17458 327 mirrors/*deferred*: Skip # Issue 17458
331 328
332 [ $compiler == dart2js && $mode == debug ] 329 [ $compiler == dart2js && $mode == debug ]
333 mirrors/native_class_test: Pass, Slow 330 mirrors/native_class_test: Pass, Slow
OLDNEW
« no previous file with comments | « runtime/vm/assembler_x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698