OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'ecma_3/Statements/regress-74474-002': [PASS, NO_VARIANTS], | 63 'ecma_3/Statements/regress-74474-002': [PASS, NO_VARIANTS], |
64 'ecma_3/Statements/regress-74474-003': [PASS, NO_VARIANTS], | 64 'ecma_3/Statements/regress-74474-003': [PASS, NO_VARIANTS], |
65 'js1_5/Regress/regress-111557': [PASS, NO_VARIANTS], | 65 'js1_5/Regress/regress-111557': [PASS, NO_VARIANTS], |
66 'js1_5/Regress/regress-155081': [PASS, NO_VARIANTS], | 66 'js1_5/Regress/regress-155081': [PASS, NO_VARIANTS], |
67 'js1_5/Regress/regress-155081-2': [PASS, NO_VARIANTS], | 67 'js1_5/Regress/regress-155081-2': [PASS, NO_VARIANTS], |
68 'js1_5/Regress/regress-451322': [PASS, NO_VARIANTS], | 68 'js1_5/Regress/regress-451322': [PASS, NO_VARIANTS], |
69 | 69 |
70 # TODO(turbofan): Large switch statements crash. | 70 # TODO(turbofan): Large switch statements crash. |
71 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS], | 71 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS], |
72 | 72 |
73 # TODO(mstarzinger): Investigate failure with lookup slot declaration. | |
74 'js1_5/Regress/regress-343713': [PASS, NO_VARIANTS], | |
75 | |
76 ############################ INVALID TESTS ############################# | 73 ############################ INVALID TESTS ############################# |
77 | 74 |
78 # Function length properties are configurable in ES6 | 75 # Function length properties are configurable in ES6 |
79 'ecma/Array/15.4.4.3-1': [FAIL], | 76 'ecma/Array/15.4.4.3-1': [FAIL], |
80 'ecma/Array/15.4.4.4-1': [FAIL], | 77 'ecma/Array/15.4.4.4-1': [FAIL], |
81 'ecma/Array/15.4.4.4-2': [FAIL], | 78 'ecma/Array/15.4.4.4-2': [FAIL], |
82 'ecma/String/15.5.4.10-1': [FAIL], | 79 'ecma/String/15.5.4.10-1': [FAIL], |
83 'ecma/String/15.5.4.11-1': [FAIL], | 80 'ecma/String/15.5.4.11-1': [FAIL], |
84 'ecma/String/15.5.4.7-2': [FAIL], | 81 'ecma/String/15.5.4.7-2': [FAIL], |
85 'ecma/String/15.5.4.8-1': [FAIL], | 82 'ecma/String/15.5.4.8-1': [FAIL], |
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
960 'ecma_3/RegExp/regress-307456': [SKIP], | 957 'ecma_3/RegExp/regress-307456': [SKIP], |
961 'js1_5/Regress/regress-303213': [SKIP], | 958 'js1_5/Regress/regress-303213': [SKIP], |
962 'js1_5/extensions/regress-330569': [SKIP], | 959 'js1_5/extensions/regress-330569': [SKIP], |
963 'js1_5/extensions/regress-351448': [SKIP], | 960 'js1_5/extensions/regress-351448': [SKIP], |
964 'js1_5/extensions/regress-336410-1': [SKIP], | 961 'js1_5/extensions/regress-336410-1': [SKIP], |
965 | 962 |
966 #BUG(3152): Avoid C stack overflow. | 963 #BUG(3152): Avoid C stack overflow. |
967 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], | 964 'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'], |
968 }], # 'arch == arm64 and simulator_run == True' | 965 }], # 'arch == arm64 and simulator_run == True' |
969 ] | 966 ] |
OLD | NEW |