| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'regress/regress-crbug-160010': [SKIP], | 48 'regress/regress-crbug-160010': [SKIP], |
| 49 | 49 |
| 50 # Issue 3389: deopt_every_n_garbage_collections is unsafe | 50 # Issue 3389: deopt_every_n_garbage_collections is unsafe |
| 51 'regress/regress-2653': [SKIP], | 51 'regress/regress-2653': [SKIP], |
| 52 | 52 |
| 53 # Issue 3784: setters-on-elements is flaky | 53 # Issue 3784: setters-on-elements is flaky |
| 54 'setters-on-elements': [PASS, FAIL], | 54 'setters-on-elements': [PASS, FAIL], |
| 55 | 55 |
| 56 ############################################################################## | 56 ############################################################################## |
| 57 # Too slow in debug mode with --stress-opt mode. | 57 # Too slow in debug mode with --stress-opt mode. |
| 58 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 58 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 59 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 59 | 60 |
| 60 ############################################################################## | 61 ############################################################################## |
| 61 # Too slow in debug mode for validation of elements. | 62 # Too slow in debug mode for validation of elements. |
| 62 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 63 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
| 63 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 64 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
| 64 | 65 |
| 65 ############################################################################## | 66 ############################################################################## |
| 66 # Too slow in debug mode for GC stress mode. | 67 # Too slow in debug mode for GC stress mode. |
| 67 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 68 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
| (...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 'lithium/*': [SKIP], | 638 'lithium/*': [SKIP], |
| 638 'third_party/*': [SKIP], | 639 'third_party/*': [SKIP], |
| 639 'tools/*': [SKIP], | 640 'tools/*': [SKIP], |
| 640 'apply': [SKIP], | 641 'apply': [SKIP], |
| 641 'math-*': [SKIP], | 642 'math-*': [SKIP], |
| 642 'unicode-test': [SKIP], | 643 'unicode-test': [SKIP], |
| 643 'whitespaces': [SKIP], | 644 'whitespaces': [SKIP], |
| 644 }], # variant == wasm_traps | 645 }], # variant == wasm_traps |
| 645 | 646 |
| 646 ] | 647 ] |
| OLD | NEW |