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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb
ug. | 116 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb
ug. |
117 'debug-stepin-positions': [PASS, NO_VARIANTS], # only due to inlining. | 117 'debug-stepin-positions': [PASS, NO_VARIANTS], # only due to inlining. |
118 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. | 118 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. |
119 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. | 119 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. |
120 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. | 120 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. |
121 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan | 121 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan |
122 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t
urbofan. | 122 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t
urbofan. |
123 | 123 |
124 # Issue 3956: Strong mode is deprecating. The expectations inside the | 124 # Issue 3956: Strong mode is deprecating. The expectations inside the |
125 # following tests should be updated once deprecation is complete. | 125 # following tests should be updated once deprecation is complete. |
| 126 'strong/class-extend-null': [SKIP], |
| 127 'strong/class-literals': [SKIP], |
| 128 'strong/class-object-frozen': [SKIP], |
126 'strong/destructuring': [SKIP], | 129 'strong/destructuring': [SKIP], |
| 130 'strong/functions': [SKIP], |
127 'strong/implicit-conversions': [SKIP], | 131 'strong/implicit-conversions': [SKIP], |
128 'strong/implicit-conversions-count': [SKIP], | 132 'strong/implicit-conversions-count': [SKIP], |
129 'strong/implicit-conversions-inlining': [SKIP], | 133 'strong/implicit-conversions-inlining': [SKIP], |
130 'strong/load-builtins': [SKIP], | 134 'strong/load-builtins': [SKIP], |
131 'strong/load-element': [SKIP], | 135 'strong/load-element': [SKIP], |
132 'strong/load-element-mutate-backing-store': [SKIP], | 136 'strong/load-element-mutate-backing-store': [SKIP], |
133 'strong/load-property': [SKIP], | 137 'strong/load-property': [SKIP], |
134 'strong/load-property-mutate-backing-store': [SKIP], | 138 'strong/load-property-mutate-backing-store': [SKIP], |
135 'strong/load-super': [SKIP], | 139 'strong/load-super': [SKIP], |
136 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbo
fan. | 140 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbo
fan. |
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
913 # Tests taking too long. | 917 # Tests taking too long. |
914 'array-functions-prototype-misc': [SKIP], | 918 'array-functions-prototype-misc': [SKIP], |
915 'strong/implicit-conversions': [SKIP], | 919 'strong/implicit-conversions': [SKIP], |
916 'strong/load-element-mutate-backing-store': [SKIP], | 920 'strong/load-element-mutate-backing-store': [SKIP], |
917 | 921 |
918 # Stack overflow. | 922 # Stack overflow. |
919 'big-array-literal': [SKIP], | 923 'big-array-literal': [SKIP], |
920 }], # 'gcov_coverage' | 924 }], # 'gcov_coverage' |
921 | 925 |
922 ] | 926 ] |
OLD | NEW |