Chromium Code Reviews| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 167 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 167 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| 168 | 168 |
| 169 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, | 169 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, |
| 170 # which makes the test useless. | 170 # which makes the test useless. |
| 171 'big-object-literal': [PASS, ['mode == debug', SKIP]], | 171 'big-object-literal': [PASS, ['mode == debug', SKIP]], |
| 172 | 172 |
| 173 # BUG(v8:5807): Flaky data race. | 173 # BUG(v8:5807): Flaky data race. |
| 174 'wasm/embenchen/fannkuch': [PASS, ['tsan', SKIP]], | 174 'wasm/embenchen/fannkuch': [PASS, ['tsan', SKIP]], |
| 175 | 175 |
| 176 # BUG(v8:5906). | 176 # BUG(v8:5906). |
| 177 'regress/regress-crbug-514081': [PASS, ['system == linux', SKIP]], | 177 'regress/regress-crbug-514081': [PASS], |
|
Michael Achenbach
2017/02/15 09:35:24
If you remove the skip, please remove the whole en
binji
2017/02/15 20:31:55
Done.
| |
| 178 }], # ALWAYS | 178 }], # ALWAYS |
| 179 | 179 |
| 180 ['novfp3 == True', { | 180 ['novfp3 == True', { |
| 181 'asm/embenchen/box2d': [SKIP], | 181 'asm/embenchen/box2d': [SKIP], |
| 182 'asm/embenchen/zlib': [SKIP], | 182 'asm/embenchen/zlib': [SKIP], |
| 183 'asm/embenchen/memops': [SKIP], | 183 'asm/embenchen/memops': [SKIP], |
| 184 'asm/embenchen/lua_binarytrees': [SKIP], | 184 'asm/embenchen/lua_binarytrees': [SKIP], |
| 185 }], # novfp3 == True | 185 }], # novfp3 == True |
| 186 | 186 |
| 187 ############################################################################## | 187 ############################################################################## |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 645 'lithium/*': [SKIP], | 645 'lithium/*': [SKIP], |
| 646 'third_party/*': [SKIP], | 646 'third_party/*': [SKIP], |
| 647 'tools/*': [SKIP], | 647 'tools/*': [SKIP], |
| 648 'apply': [SKIP], | 648 'apply': [SKIP], |
| 649 'math-*': [SKIP], | 649 'math-*': [SKIP], |
| 650 'unicode-test': [SKIP], | 650 'unicode-test': [SKIP], |
| 651 'whitespaces': [SKIP], | 651 'whitespaces': [SKIP], |
| 652 }], # variant == wasm_traps | 652 }], # variant == wasm_traps |
| 653 | 653 |
| 654 ] | 654 ] |
| OLD | NEW |