| OLD | NEW |
| 1 # Copyright 2008 the V8 project authors. All rights reserved. | 1 # Copyright 2008 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 debug-conditional-breakpoints: FAIL | 50 debug-conditional-breakpoints: FAIL |
| 51 debug-enable-disable-breakpoints: FAIL | 51 debug-enable-disable-breakpoints: FAIL |
| 52 debug-evaluate: FAIL | 52 debug-evaluate: FAIL |
| 53 debug-event-listener: FAIL | 53 debug-event-listener: FAIL |
| 54 debug-ignore-breakpoints: FAIL | 54 debug-ignore-breakpoints: FAIL |
| 55 debug-multiple-breakpoints: FAIL | 55 debug-multiple-breakpoints: FAIL |
| 56 debug-setbreakpoint: FAIL | 56 debug-setbreakpoint: FAIL |
| 57 debug-step-stub-callfunction: FAIL | 57 debug-step-stub-callfunction: FAIL |
| 58 debug-stepin-constructor: FAIL | 58 debug-stepin-constructor: FAIL |
| 59 debug-step: FAIL | 59 debug-step: FAIL |
| 60 regress/regress-998565: FAIL | 60 debug-script-breakpoints: FAIL |
| 61 | |
| 62 # Bug number 1308895: These tests pass on the ARM simulator, but | |
| 63 # fail on the ARM Linux machine. | |
| 64 debug-script-breakpoints: PASS || FAIL | |
| 65 debug-scripts-request: PASS || FAIL | |
| 66 debug-breakpoints: PASS || FAIL | 61 debug-breakpoints: PASS || FAIL |
| 67 | 62 |
| 63 regress/regress-998565: FAIL |
| OLD | NEW |