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 25 matching lines...) Expand all Loading... |
36 | 36 |
37 # '__proto__' should be treated as a normal property in JSON. | 37 # '__proto__' should be treated as a normal property in JSON. |
38 S15.12.2_A1: FAIL | 38 S15.12.2_A1: FAIL |
39 | 39 |
40 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 | 40 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 |
41 S8.7_A5_T2: FAIL | 41 S8.7_A5_T2: FAIL |
42 | 42 |
43 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1624 | 43 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1624 |
44 S10.4.2.1_A1: FAIL | 44 S10.4.2.1_A1: FAIL |
45 | 45 |
46 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1752 | |
47 S11.8.2_A2.3_T1: FAIL | |
48 S11.8.3_A2.3_T1: FAIL | |
49 11.8.2-1: FAIL | |
50 11.8.2-2: FAIL | |
51 11.8.2-3: FAIL | |
52 11.8.2-4: FAIL | |
53 11.8.3-1: FAIL | |
54 11.8.3-2: FAIL | |
55 11.8.3-3: FAIL | |
56 11.8.3-4: FAIL | |
57 11.8.3-5: FAIL | |
58 | |
59 # V8 Bug. | 46 # V8 Bug. |
60 S13.2.3_A1: FAIL | 47 S13.2.3_A1: FAIL |
61 | 48 |
62 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1530 | 49 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1530 |
63 S15.3.3.1_A4: FAIL | 50 S15.3.3.1_A4: FAIL |
64 | 51 |
65 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1756 | 52 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1756 |
66 15.2.3.6-4-116: FAIL | 53 15.2.3.6-4-116: FAIL |
67 15.2.3.6-4-117: FAIL | 54 15.2.3.6-4-117: FAIL |
68 15.2.3.6-4-126: FAIL | 55 15.2.3.6-4-126: FAIL |
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 S15.1.3.2_A2.5_T1: SKIP | 674 S15.1.3.2_A2.5_T1: SKIP |
688 S15.1.3.3_A2.3_T1: SKIP | 675 S15.1.3.3_A2.3_T1: SKIP |
689 S15.1.3.4_A2.3_T1: SKIP | 676 S15.1.3.4_A2.3_T1: SKIP |
690 S15.1.3.1_A2.5_T1: SKIP | 677 S15.1.3.1_A2.5_T1: SKIP |
691 S15.1.3.2_A2.5_T1: SKIP | 678 S15.1.3.2_A2.5_T1: SKIP |
692 | 679 |
693 [ $arch == mips ] | 680 [ $arch == mips ] |
694 | 681 |
695 # Skip all tests on MIPS. | 682 # Skip all tests on MIPS. |
696 *: SKIP | 683 *: SKIP |
OLD | NEW |