| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 'regress/regress-353551': [SKIP], | 225 'regress/regress-353551': [SKIP], |
| 226 'regress/regress-crbug-119926': [SKIP], | 226 'regress/regress-crbug-119926': [SKIP], |
| 227 'regress/short-circuit': [SKIP], | 227 'regress/short-circuit': [SKIP], |
| 228 'stack-traces-overflow': [SKIP], | 228 'stack-traces-overflow': [SKIP], |
| 229 'unicode-test': [SKIP], | 229 'unicode-test': [SKIP], |
| 230 'whitespaces': [SKIP], | 230 'whitespaces': [SKIP], |
| 231 | 231 |
| 232 # TODO(mstarzinger): Takes too long with TF. | 232 # TODO(mstarzinger): Takes too long with TF. |
| 233 'array-sort': [PASS, NO_VARIANTS], | 233 'array-sort': [PASS, NO_VARIANTS], |
| 234 'regress/regress-91008': [PASS, NO_VARIANTS], | 234 'regress/regress-91008': [PASS, NO_VARIANTS], |
| 235 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
| 236 'math-floor-of-div': [PASS, NO_VARIANTS], |
| 235 }], # 'gc_stress == True' | 237 }], # 'gc_stress == True' |
| 236 | 238 |
| 237 ############################################################################## | 239 ############################################################################## |
| 238 ['arch == arm64 or arch == android_arm64', { | 240 ['arch == arm64 or arch == android_arm64', { |
| 239 | 241 |
| 240 # arm64 TF timeout. | 242 # arm64 TF timeout. |
| 241 'regress/regress-1257': [PASS, TIMEOUT], | 243 'regress/regress-1257': [PASS, TIMEOUT], |
| 242 | 244 |
| 243 # Requires bigger stack size in the Genesis and if stack size is increased, | 245 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 244 # the test requires too much time to run. However, the problem test covers | 246 # the test requires too much time to run. However, the problem test covers |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 'never-optimize': [SKIP], | 545 'never-optimize': [SKIP], |
| 544 'regress/regress-2185-2': [SKIP], | 546 'regress/regress-2185-2': [SKIP], |
| 545 'harmony/object-observe': [SKIP], | 547 'harmony/object-observe': [SKIP], |
| 546 'readonly': [SKIP], | 548 'readonly': [SKIP], |
| 547 'array-feedback': [SKIP], | 549 'array-feedback': [SKIP], |
| 548 | 550 |
| 549 # Deopt every n garbage collections collides with deopt every n times. | 551 # Deopt every n garbage collections collides with deopt every n times. |
| 550 'regress/regress-2653': [SKIP], | 552 'regress/regress-2653': [SKIP], |
| 551 }], # 'deopt_fuzzer == True' | 553 }], # 'deopt_fuzzer == True' |
| 552 ] | 554 ] |
| OLD | NEW |