| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'strong/implicit-conversions': [SKIP], | 127 'strong/implicit-conversions': [SKIP], |
| 128 'strong/implicit-conversions-count': [SKIP], | 128 'strong/implicit-conversions-count': [SKIP], |
| 129 'strong/implicit-conversions-inlining': [SKIP], | 129 'strong/implicit-conversions-inlining': [SKIP], |
| 130 'strong/load-builtins': [SKIP], | 130 'strong/load-builtins': [SKIP], |
| 131 'strong/load-element': [SKIP], | 131 'strong/load-element': [SKIP], |
| 132 'strong/load-element-mutate-backing-store': [SKIP], | 132 'strong/load-element-mutate-backing-store': [SKIP], |
| 133 'strong/load-property': [SKIP], | 133 'strong/load-property': [SKIP], |
| 134 'strong/load-property-mutate-backing-store': [SKIP], | 134 'strong/load-property-mutate-backing-store': [SKIP], |
| 135 'strong/load-super': [SKIP], | 135 'strong/load-super': [SKIP], |
| 136 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbo
fan. | 136 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbo
fan. |
| 137 'strong/object-delete': [SKIP], |
| 138 'strong/object-freeze-property': [SKIP], |
| 139 'strong/object-set-prototype': [SKIP], |
| 137 | 140 |
| 138 # Issue 4035: unexpected frame->context() in debugger | 141 # Issue 4035: unexpected frame->context() in debugger |
| 139 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], | 142 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], |
| 140 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], | 143 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], |
| 141 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], | 144 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], |
| 142 'regress/regress-crbug-323936': [PASS, NO_VARIANTS], | 145 'regress/regress-crbug-323936': [PASS, NO_VARIANTS], |
| 143 'regress/regress-crbug-491943': [PASS, NO_VARIANTS], | 146 'regress/regress-crbug-491943': [PASS, NO_VARIANTS], |
| 144 'regress/regress-325676': [PASS, NO_VARIANTS], | 147 'regress/regress-325676': [PASS, NO_VARIANTS], |
| 145 'debug-evaluate-closure': [PASS, NO_VARIANTS], | 148 'debug-evaluate-closure': [PASS, NO_VARIANTS], |
| 146 'debug-evaluate-with': [PASS, NO_VARIANTS], | 149 'debug-evaluate-with': [PASS, NO_VARIANTS], |
| (...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 916 # Tests taking too long. | 919 # Tests taking too long. |
| 917 'array-functions-prototype-misc': [SKIP], | 920 'array-functions-prototype-misc': [SKIP], |
| 918 'strong/implicit-conversions': [SKIP], | 921 'strong/implicit-conversions': [SKIP], |
| 919 'strong/load-element-mutate-backing-store': [SKIP], | 922 'strong/load-element-mutate-backing-store': [SKIP], |
| 920 | 923 |
| 921 # Stack overflow. | 924 # Stack overflow. |
| 922 'big-array-literal': [SKIP], | 925 'big-array-literal': [SKIP], |
| 923 }], # 'gcov_coverage' | 926 }], # 'gcov_coverage' |
| 924 | 927 |
| 925 ] | 928 ] |
| OLD | NEW |