| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 'regress/regress-331444': [SKIP], | 234 'regress/regress-331444': [SKIP], |
| 235 'regress/regress-353551': [SKIP], | 235 'regress/regress-353551': [SKIP], |
| 236 'regress/regress-crbug-119926': [SKIP], | 236 'regress/regress-crbug-119926': [SKIP], |
| 237 'regress/short-circuit': [SKIP], | 237 'regress/short-circuit': [SKIP], |
| 238 'stack-traces-overflow': [SKIP], | 238 'stack-traces-overflow': [SKIP], |
| 239 'unicode-test': [SKIP], | 239 'unicode-test': [SKIP], |
| 240 'whitespaces': [SKIP], | 240 'whitespaces': [SKIP], |
| 241 | 241 |
| 242 # TODO(mstarzinger): Takes too long with TF. | 242 # TODO(mstarzinger): Takes too long with TF. |
| 243 'array-sort': [PASS, NO_VARIANTS], | 243 'array-sort': [PASS, NO_VARIANTS], |
| 244 'compiler/osr-warm': [PASS, NO_VARIANTS], |
| 245 'regress/regress-91008': [PASS, NO_VARIANTS], |
| 244 }], # 'gc_stress == True' | 246 }], # 'gc_stress == True' |
| 245 | 247 |
| 246 ############################################################################## | 248 ############################################################################## |
| 247 ['arch == arm64 or arch == android_arm64', { | 249 ['arch == arm64 or arch == android_arm64', { |
| 248 | 250 |
| 249 # arm64 TF timeout. | 251 # arm64 TF timeout. |
| 250 'regress/regress-1257': [PASS, TIMEOUT], | 252 'regress/regress-1257': [PASS, TIMEOUT], |
| 251 | 253 |
| 252 # Requires bigger stack size in the Genesis and if stack size is increased, | 254 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 253 # the test requires too much time to run. However, the problem test covers | 255 # the test requires too much time to run. However, the problem test covers |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 'never-optimize': [SKIP], | 551 'never-optimize': [SKIP], |
| 550 'regress/regress-2185-2': [SKIP], | 552 'regress/regress-2185-2': [SKIP], |
| 551 'harmony/object-observe': [SKIP], | 553 'harmony/object-observe': [SKIP], |
| 552 'readonly': [SKIP], | 554 'readonly': [SKIP], |
| 553 'array-feedback': [SKIP], | 555 'array-feedback': [SKIP], |
| 554 | 556 |
| 555 # Deopt every n garbage collections collides with deopt every n times. | 557 # Deopt every n garbage collections collides with deopt every n times. |
| 556 'regress/regress-2653': [SKIP], | 558 'regress/regress-2653': [SKIP], |
| 557 }], # 'deopt_fuzzer == True' | 559 }], # 'deopt_fuzzer == True' |
| 558 ] | 560 ] |
| OLD | NEW |