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

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

Issue 1424263004: [Interpreter] Skip failing tests on arm.debug in Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_mjsunit4
Patch Set: Created 5 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 | « no previous file | test/test262/test262.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 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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 'd8-worker-sharedarraybuffer': [SKIP], 718 'd8-worker-sharedarraybuffer': [SKIP],
719 }], # 'predictable == True' 719 }], # 'predictable == True'
720 720
721 ############################################################################## 721 ##############################################################################
722 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 722 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
723 723
724 # take too long with the simulator. 724 # take too long with the simulator.
725 'regress/regress-1132': [SKIP], 725 'regress/regress-1132': [SKIP],
726 }], # 'arch == ppc and simulator_run == True' 726 }], # 'arch == ppc and simulator_run == True'
727 727
728 ['ignition == True ', { 728 ['ignition == True', {
729 'asm/*': [SKIP], 729 'asm/*': [SKIP],
730 'compiler/*': [SKIP], 730 'compiler/*': [SKIP],
731 'const*': [SKIP], 731 'const*': [SKIP],
732 'debug-*': [SKIP], 732 'debug-*': [SKIP],
733 'es6/*': [SKIP], 733 'es6/*': [SKIP],
734 'es7/*': [SKIP], 734 'es7/*': [SKIP],
735 'strong/*': [SKIP], 735 'strong/*': [SKIP],
736 'harmony/*': [SKIP], 736 'harmony/*': [SKIP],
737 'regress/debug*': [SKIP], 737 'regress/debug*': [SKIP],
738 'regress/regress-debug*': [SKIP], 738 'regress/regress-debug*': [SKIP],
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 'unary-minus-deopt': [SKIP], 1007 'unary-minus-deopt': [SKIP],
1008 'undetectable-compare': [SKIP], 1008 'undetectable-compare': [SKIP],
1009 'unused-context-in-with': [SKIP], 1009 'unused-context-in-with': [SKIP],
1010 'uri': [SKIP], 1010 'uri': [SKIP],
1011 'value-wrapper': [SKIP], 1011 'value-wrapper': [SKIP],
1012 'with-parameter-access': [SKIP], 1012 'with-parameter-access': [SKIP],
1013 'with-prototype': [SKIP], 1013 'with-prototype': [SKIP],
1014 'with-readonly': [SKIP], 1014 'with-readonly': [SKIP],
1015 }], # ignition == True 1015 }], # ignition == True
1016 1016
1017 ['ignition == True and arch == arm and mode == debug', {
1018 'date-parse': [SKIP],
1019 'math-floor-part1': [SKIP],
1020 'regress/regress-1167': [SKIP],
1021 'regress/regress-165637': [SKIP],
1022 'regress/regress-2249': [SKIP],
1023 'regress/regress-542823': [SKIP],
1024 'regress/regress-634-debug': [SKIP],
1025 'regress/regress-78270': [SKIP],
1026 'regress/regress-crbug-347903': [SKIP],
1027 'regress/short-circuit': [SKIP],
1028 'stack-traces-overflow': [SKIP],
1029 'unicodelctest': [SKIP],
1030 'unicodelctest-no-optimization': [SKIP],
1031 }], # ignition == True and arch == arm and mode == debug
1032
1017 ] 1033 ]
OLDNEW
« no previous file with comments | « no previous file | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698