Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 14 matching lines...) Expand all Loading... | |
| 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | 27 |
| 28 prefix mjsunit | 28 prefix mjsunit |
| 29 | 29 |
| 30 # All tests in the bug directory are expected to fail. | 30 # All tests in the bug directory are expected to fail. |
| 31 bugs: FAIL | 31 bugs: FAIL |
| 32 | 32 |
| 33 ############################################################################## | 33 ############################################################################## |
| 34 # Fails. | 34 # Fails. |
| 35 harmony/proxies-function: FAIL | |
|
rossberg
2011/10/28 09:05:18
Damn, just when you think that everything is worki
| |
| 35 regress/regress-1119: FAIL | 36 regress/regress-1119: FAIL |
| 36 | 37 |
| 37 ############################################################################## | 38 ############################################################################## |
| 38 | 39 |
| 39 # NewGC: BUG(1719) slow to collect arrays over several contexts. | 40 # NewGC: BUG(1719) slow to collect arrays over several contexts. |
| 40 regress/regress-524: SKIP | 41 regress/regress-524: SKIP |
| 41 | 42 |
| 42 ############################################################################## | 43 ############################################################################## |
| 43 # Too slow in debug mode with --stress-opt | 44 # Too slow in debug mode with --stress-opt |
| 44 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug | 45 compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 164 regress/regress-3247124: SKIP | 165 regress/regress-3247124: SKIP |
| 165 regress/regress-1132: SKIP | 166 regress/regress-1132: SKIP |
| 166 regress/regress-1257: SKIP | 167 regress/regress-1257: SKIP |
| 167 regress/regress-91008: SKIP | 168 regress/regress-91008: SKIP |
| 168 | 169 |
| 169 ############################################################################## | 170 ############################################################################## |
| 170 [ $isolates ] | 171 [ $isolates ] |
| 171 # d8-os writes temporary files that might interfer with each other when running | 172 # d8-os writes temporary files that might interfer with each other when running |
| 172 # in multible threads. Skip this if running with isolates testing. | 173 # in multible threads. Skip this if running with isolates testing. |
| 173 d8-os: SKIP | 174 d8-os: SKIP |
| OLD | NEW |