| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'regress/regress-353551': [SKIP], | 229 'regress/regress-353551': [SKIP], |
| 230 'regress/regress-crbug-119926': [SKIP], | 230 'regress/regress-crbug-119926': [SKIP], |
| 231 'regress/short-circuit': [SKIP], | 231 'regress/short-circuit': [SKIP], |
| 232 'stack-traces-overflow': [SKIP], | 232 'stack-traces-overflow': [SKIP], |
| 233 'unicode-test': [SKIP], | 233 'unicode-test': [SKIP], |
| 234 'whitespaces': [SKIP], | 234 'whitespaces': [SKIP], |
| 235 | 235 |
| 236 # TODO(mstarzinger): Takes too long with TF. | 236 # TODO(mstarzinger): Takes too long with TF. |
| 237 'array-sort': [PASS, NO_VARIANTS], | 237 'array-sort': [PASS, NO_VARIANTS], |
| 238 'regress/regress-91008': [PASS, NO_VARIANTS], | 238 'regress/regress-91008': [PASS, NO_VARIANTS], |
| 239 'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]], |
| 240 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], |
| 239 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 241 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
| 240 'math-floor-of-div': [PASS, NO_VARIANTS], | 242 'math-floor-of-div': [PASS, NO_VARIANTS], |
| 241 'unicodelctest': [PASS, NO_VARIANTS], | 243 'unicodelctest': [PASS, NO_VARIANTS], |
| 242 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 244 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| 243 }], # 'gc_stress == True' | 245 }], # 'gc_stress == True' |
| 244 | 246 |
| 245 ############################################################################## | 247 ############################################################################## |
| 246 ['arch == arm64 or arch == android_arm64', { | 248 ['arch == arm64 or arch == android_arm64', { |
| 247 | 249 |
| 248 # arm64 TF timeout. | 250 # arm64 TF timeout. |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 'never-optimize': [SKIP], | 564 'never-optimize': [SKIP], |
| 563 'regress/regress-2185-2': [SKIP], | 565 'regress/regress-2185-2': [SKIP], |
| 564 'harmony/object-observe': [SKIP], | 566 'harmony/object-observe': [SKIP], |
| 565 'readonly': [SKIP], | 567 'readonly': [SKIP], |
| 566 'array-feedback': [SKIP], | 568 'array-feedback': [SKIP], |
| 567 | 569 |
| 568 # Deopt every n garbage collections collides with deopt every n times. | 570 # Deopt every n garbage collections collides with deopt every n times. |
| 569 'regress/regress-2653': [SKIP], | 571 'regress/regress-2653': [SKIP], |
| 570 }], # 'deopt_fuzzer == True' | 572 }], # 'deopt_fuzzer == True' |
| 571 ] | 573 ] |
| OLD | NEW |