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

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 422063005: Contribution of PowerPC port. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: re-upload - catch up to 8/19 level Created 6 years, 3 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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 580
581 # Lead to OOM: 581 # Lead to OOM:
582 'string-oom-*': [SKIP], 582 'string-oom-*': [SKIP],
583 583
584 # Crashes. 584 # Crashes.
585 'harmony/private': [SKIP], 585 'harmony/private': [SKIP],
586 'harmony/symbols': [SKIP], 586 'harmony/symbols': [SKIP],
587 }], # 'arch == nacl_ia32 or arch == nacl_x64' 587 }], # 'arch == nacl_ia32 or arch == nacl_x64'
588 588
589 ############################################################################## 589 ##############################################################################
590 ['arch == ppc or arch == ppc64', {
591
592 # Test does not handle increased precision of multiply-add optimization
593 'numops-fuzz-part2': [PASS, FAIL]
594
595 }], # 'arch == ppc or arch == ppc64'
596
597 ##############################################################################
590 ['deopt_fuzzer == True', { 598 ['deopt_fuzzer == True', {
591 599
592 # Skip tests that are not suitable for deoptimization fuzzing. 600 # Skip tests that are not suitable for deoptimization fuzzing.
593 'assert-opt-and-deopt': [SKIP], 601 'assert-opt-and-deopt': [SKIP],
594 'never-optimize': [SKIP], 602 'never-optimize': [SKIP],
595 'regress/regress-2185-2': [SKIP], 603 'regress/regress-2185-2': [SKIP],
596 'harmony/object-observe': [SKIP], 604 'harmony/object-observe': [SKIP],
597 'readonly': [SKIP], 605 'readonly': [SKIP],
598 'array-feedback': [SKIP], 606 'array-feedback': [SKIP],
599 607
600 # Deopt every n garbage collections collides with deopt every n times. 608 # Deopt every n garbage collections collides with deopt every n times.
601 'regress/regress-2653': [SKIP], 609 'regress/regress-2653': [SKIP],
602 }], # 'deopt_fuzzer == True' 610 }], # 'deopt_fuzzer == True'
603 ] 611 ]
OLDNEW
« src/hydrogen-bch.cc ('K') | « test/mjsunit/d8-os.js ('k') | test/mjsunit/nans.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698