| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 # which makes the test useless. | 174 # which makes the test useless. |
| 175 'big-object-literal': [PASS, ['mode == debug', SKIP]], | 175 'big-object-literal': [PASS, ['mode == debug', SKIP]], |
| 176 | 176 |
| 177 # BUG(v8:5807): Flaky data race. | 177 # BUG(v8:5807): Flaky data race. |
| 178 'wasm/embenchen/fannkuch': [PASS, ['tsan', SKIP]], | 178 'wasm/embenchen/fannkuch': [PASS, ['tsan', SKIP]], |
| 179 | 179 |
| 180 # BUG(v8:5778): These fail with --future, which we are about to turn on. | 180 # BUG(v8:5778): These fail with --future, which we are about to turn on. |
| 181 # Investigate. | 181 # Investigate. |
| 182 'regress/regress-105': [SKIP], | 182 'regress/regress-105': [SKIP], |
| 183 | 183 |
| 184 # BUG(v8:6101): This fails because of a hole deopt, need to investigate. |
| 185 'getters-on-elements': [SKIP], |
| 186 |
| 184 }], # ALWAYS | 187 }], # ALWAYS |
| 185 | 188 |
| 186 ['novfp3 == True', { | 189 ['novfp3 == True', { |
| 187 'asm/embenchen/box2d': [SKIP], | 190 'asm/embenchen/box2d': [SKIP], |
| 188 'asm/embenchen/zlib': [SKIP], | 191 'asm/embenchen/zlib': [SKIP], |
| 189 'asm/embenchen/memops': [SKIP], | 192 'asm/embenchen/memops': [SKIP], |
| 190 'asm/embenchen/lua_binarytrees': [SKIP], | 193 'asm/embenchen/lua_binarytrees': [SKIP], |
| 191 }], # novfp3 == True | 194 }], # novfp3 == True |
| 192 | 195 |
| 193 ############################################################################## | 196 ############################################################################## |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 'lithium/*': [SKIP], | 681 'lithium/*': [SKIP], |
| 679 'third_party/*': [SKIP], | 682 'third_party/*': [SKIP], |
| 680 'tools/*': [SKIP], | 683 'tools/*': [SKIP], |
| 681 'apply': [SKIP], | 684 'apply': [SKIP], |
| 682 'math-*': [SKIP], | 685 'math-*': [SKIP], |
| 683 'unicode-test': [SKIP], | 686 'unicode-test': [SKIP], |
| 684 'whitespaces': [SKIP], | 687 'whitespaces': [SKIP], |
| 685 }], # variant == wasm_traps | 688 }], # variant == wasm_traps |
| 686 | 689 |
| 687 ] | 690 ] |
| OLD | NEW |