| OLD | NEW |
| 1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 | 117 |
| 118 # 1026139: These date tests fail on arm | 118 # 1026139: These date tests fail on arm |
| 119 ecma/Date/15.9.5.29-1: PASS || ($ARM && FAIL) | 119 ecma/Date/15.9.5.29-1: PASS || ($ARM && FAIL) |
| 120 ecma/Date/15.9.5.34-1: PASS || ($ARM && FAIL) | 120 ecma/Date/15.9.5.34-1: PASS || ($ARM && FAIL) |
| 121 ecma/Date/15.9.5.28-1: PASS || ($ARM && FAIL) | 121 ecma/Date/15.9.5.28-1: PASS || ($ARM && FAIL) |
| 122 | 122 |
| 123 # 1050186: Arm vm is broken; probably unrelated to dates | 123 # 1050186: Arm vm is broken; probably unrelated to dates |
| 124 ecma/Array/15.4.4.5-3: PASS || ($ARM && FAIL) | 124 ecma/Array/15.4.4.5-3: PASS || ($ARM && FAIL) |
| 125 ecma/Date/15.9.5.22-2: PASS || ($ARM && FAIL) | 125 ecma/Date/15.9.5.22-2: PASS || ($ARM && FAIL) |
| 126 | 126 |
| 127 # Flaky test that fails due to what appears to be a bug in the test. |
| 128 # Occurs depending on current time |
| 129 ecma/Date/15.9.5.8: PASS || FAIL |
| 130 |
| 127 # Severely brain-damaged test. Access to local variables must not | 131 # Severely brain-damaged test. Access to local variables must not |
| 128 # be more than 2.5 times faster than access to global variables? WTF? | 132 # be more than 2.5 times faster than access to global variables? WTF? |
| 129 js1_5/Regress/regress-169559: PASS || FAIL | 133 js1_5/Regress/regress-169559: PASS || FAIL |
| 130 | 134 |
| 131 | 135 |
| 132 # Test that rely on specific timezone (not working in Denmark). | 136 # Test that rely on specific timezone (not working in Denmark). |
| 133 js1_5/Regress/regress-58116: PASS || FAIL | 137 js1_5/Regress/regress-58116: PASS || FAIL |
| 134 | 138 |
| 135 | 139 |
| 136 # Flaky random() test. Tests the distribution of calls to Math.random(). | 140 # Flaky random() test. Tests the distribution of calls to Math.random(). |
| (...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 805 ecma/Date/15.9.5.8: SKIP | 809 ecma/Date/15.9.5.8: SKIP |
| 806 ecma/Date/15.9.5.9: SKIP | 810 ecma/Date/15.9.5.9: SKIP |
| 807 ecma/Date/15.9.5.10-2: SKIP | 811 ecma/Date/15.9.5.10-2: SKIP |
| 808 ecma/Date/15.9.5.11-2: SKIP | 812 ecma/Date/15.9.5.11-2: SKIP |
| 809 ecma/Expressions/11.7.2: SKIP | 813 ecma/Expressions/11.7.2: SKIP |
| 810 ecma/Expressions/11.10-2: SKIP | 814 ecma/Expressions/11.10-2: SKIP |
| 811 ecma/Expressions/11.7.3: SKIP | 815 ecma/Expressions/11.7.3: SKIP |
| 812 ecma/Expressions/11.10-3: SKIP | 816 ecma/Expressions/11.10-3: SKIP |
| 813 ecma/Expressions/11.7.1: SKIP | 817 ecma/Expressions/11.7.1: SKIP |
| 814 ecma_3/RegExp/regress-209067: SKIP | 818 ecma_3/RegExp/regress-209067: SKIP |
| OLD | NEW |