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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == andr
oid_arm64 or arch == android_ia32', SKIP]], | 167 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == andr
oid_arm64 or arch == android_ia32', SKIP]], |
168 'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == an
droid_arm64 or arch == android_ia32', SKIP]], | 168 'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == an
droid_arm64 or arch == android_ia32', SKIP]], |
169 | 169 |
170 ############################################################################## | 170 ############################################################################## |
171 # Long running test that reproduces memory leak and should be run manually. | 171 # Long running test that reproduces memory leak and should be run manually. |
172 'regress/regress-2073': [SKIP], | 172 'regress/regress-2073': [SKIP], |
173 | 173 |
174 ############################################################################## | 174 ############################################################################## |
175 # Tests verifying CHECK and ASSERT. | 175 # Tests verifying CHECK and ASSERT. |
176 'verify-check-false': [FAIL, NO_VARIANTS], | 176 'verify-check-false': [FAIL, NO_VARIANTS], |
177 'verify-assert-false': [NO_VARIANTS, ['mode == release', PASS], ['mode == debu
g', FAIL]], | 177 'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on ==
False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]], |
178 | 178 |
179 ############################################################################## | 179 ############################################################################## |
180 # Tests with different versions for release and debug. | 180 # Tests with different versions for release and debug. |
181 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]], | 181 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]], |
182 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]], | 182 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]], |
183 'regress/regress-634': [PASS, ['mode == debug', SKIP]], | 183 'regress/regress-634': [PASS, ['mode == debug', SKIP]], |
184 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], | 184 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], |
185 | 185 |
186 # BUG(336820). TODO(bmeurer): Investigate. | 186 # BUG(336820). TODO(bmeurer): Investigate. |
187 'regress/regress-336820': [PASS, FAIL], | 187 'regress/regress-336820': [PASS, FAIL], |
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 'never-optimize': [SKIP], | 576 'never-optimize': [SKIP], |
577 'regress/regress-2185-2': [SKIP], | 577 'regress/regress-2185-2': [SKIP], |
578 'harmony/object-observe': [SKIP], | 578 'harmony/object-observe': [SKIP], |
579 'readonly': [SKIP], | 579 'readonly': [SKIP], |
580 'array-feedback': [SKIP], | 580 'array-feedback': [SKIP], |
581 | 581 |
582 # Deopt every n garbage collections collides with deopt every n times. | 582 # Deopt every n garbage collections collides with deopt every n times. |
583 'regress/regress-2653': [SKIP], | 583 'regress/regress-2653': [SKIP], |
584 }], # 'deopt_fuzzer == True' | 584 }], # 'deopt_fuzzer == True' |
585 ] | 585 ] |
OLD | NEW |