OLD | NEW |
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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 'compiler/osr-one': [SKIP], | 906 'compiler/osr-one': [SKIP], |
907 'compiler/osr-two': [SKIP], | 907 'compiler/osr-two': [SKIP], |
908 'regress/regress-1257': [SKIP], | 908 'regress/regress-1257': [SKIP], |
909 'regress/regress-165637': [SKIP], | 909 'regress/regress-165637': [SKIP], |
910 'regress/regress-2185': [SKIP], | 910 'regress/regress-2185': [SKIP], |
911 'regress/regress-91008': [SKIP], | 911 'regress/regress-91008': [SKIP], |
912 'unicodelctest': [SKIP], | 912 'unicodelctest': [SKIP], |
913 'unicodelctest-no-optimization': [SKIP], | 913 'unicodelctest-no-optimization': [SKIP], |
914 }], # ignition == True and (arch == arm or arch == arm64) | 914 }], # ignition == True and (arch == arm or arch == arm64) |
915 | 915 |
916 ['ignition == True and arch == x64', { | |
917 # TODO(mythria,4680): Stack call size exceeds limit. | |
918 # Try to tail call CallICStub from PushArgsAndCallIC builtin. | |
919 'regress/regress-353551': [FAIL], | |
920 }], # ignition == True and arch == x64 | |
921 | |
922 ############################################################################## | 916 ############################################################################## |
923 ['gcov_coverage', { | 917 ['gcov_coverage', { |
924 # Tests taking too long. | 918 # Tests taking too long. |
925 'array-functions-prototype-misc': [SKIP], | 919 'array-functions-prototype-misc': [SKIP], |
926 'strong/implicit-conversions': [SKIP], | 920 'strong/implicit-conversions': [SKIP], |
927 'strong/load-element-mutate-backing-store': [SKIP], | 921 'strong/load-element-mutate-backing-store': [SKIP], |
928 | 922 |
929 # Stack overflow. | 923 # Stack overflow. |
930 'big-array-literal': [SKIP], | 924 'big-array-literal': [SKIP], |
931 }], # 'gcov_coverage' | 925 }], # 'gcov_coverage' |
932 | 926 |
933 ] | 927 ] |
OLD | NEW |