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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 S7.8.4_A6.2_T1: FAIL_OK | 83 S7.8.4_A6.2_T1: FAIL_OK |
84 S7.8.4_A4.3_T3: FAIL_OK | 84 S7.8.4_A4.3_T3: FAIL_OK |
85 S7.8.4_A7.2_T1: FAIL_OK | 85 S7.8.4_A7.2_T1: FAIL_OK |
86 S7.8.4_A6.4_T1: FAIL_OK | 86 S7.8.4_A6.4_T1: FAIL_OK |
87 S7.8.4_A7.2_T3: FAIL_OK | 87 S7.8.4_A7.2_T3: FAIL_OK |
88 S7.8.4_A7.4_T1: FAIL_OK | 88 S7.8.4_A7.4_T1: FAIL_OK |
89 S7.8.4_A4.3_T5: FAIL_OK | 89 S7.8.4_A4.3_T5: FAIL_OK |
90 S7.8.4_A7.2_T5: FAIL_OK | 90 S7.8.4_A7.2_T5: FAIL_OK |
91 | 91 |
92 # We allow some keywords to be used as identifiers. | 92 # We allow some keywords to be used as identifiers. |
93 S7.5.3_A1.5: FAIL_OK | |
94 S7.5.3_A1.9: FAIL_OK | |
95 S7.5.3_A1.10: FAIL_OK | |
96 S7.5.3_A1.11: FAIL_OK | |
97 S7.5.3_A1.15: FAIL_OK | 93 S7.5.3_A1.15: FAIL_OK |
98 S7.5.3_A1.16: FAIL_OK | |
99 S7.5.3_A1.18: FAIL_OK | 94 S7.5.3_A1.18: FAIL_OK |
100 S7.5.3_A1.21: FAIL_OK | 95 S7.5.3_A1.21: FAIL_OK |
101 S7.5.3_A1.22: FAIL_OK | 96 S7.5.3_A1.22: FAIL_OK |
102 S7.5.3_A1.23: FAIL_OK | 97 S7.5.3_A1.23: FAIL_OK |
103 S7.5.3_A1.24: FAIL_OK | 98 S7.5.3_A1.24: FAIL_OK |
104 S7.5.3_A1.26: FAIL_OK | 99 S7.5.3_A1.26: FAIL_OK |
105 S7.5.3_A1.27: FAIL_OK | |
106 | 100 |
107 # This checks for non-262 behavior | 101 # This checks for non-262 behavior |
108 S12.6.4_A14_T1: PASS || FAIL_OK | 102 S12.6.4_A14_T1: PASS || FAIL_OK |
109 S12.6.4_R1: PASS || FAIL_OK | 103 S12.6.4_R1: PASS || FAIL_OK |
110 S12.6.4_R2: PASS || FAIL_OK | 104 S12.6.4_R2: PASS || FAIL_OK |
111 S8.4_D2.1: PASS || FAIL_OK | 105 S8.4_D2.1: PASS || FAIL_OK |
112 S8.4_D2.2: PASS || FAIL_OK | 106 S8.4_D2.2: PASS || FAIL_OK |
113 S8.4_D2.3: PASS || FAIL_OK | 107 S8.4_D2.3: PASS || FAIL_OK |
114 S8.4_D2.4: PASS || FAIL_OK | 108 S8.4_D2.4: PASS || FAIL_OK |
115 S8.4_D2.5: PASS || FAIL_OK | 109 S8.4_D2.5: PASS || FAIL_OK |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 S15.1.3.2_A2.5_T1: SKIP | 252 S15.1.3.2_A2.5_T1: SKIP |
259 S15.1.3.3_A2.3_T1: SKIP | 253 S15.1.3.3_A2.3_T1: SKIP |
260 S15.1.3.4_A2.3_T1: SKIP | 254 S15.1.3.4_A2.3_T1: SKIP |
261 S15.1.3.1_A2.5_T1: SKIP | 255 S15.1.3.1_A2.5_T1: SKIP |
262 S15.1.3.2_A2.5_T1: SKIP | 256 S15.1.3.2_A2.5_T1: SKIP |
263 | 257 |
264 [ $arch == mips ] | 258 [ $arch == mips ] |
265 | 259 |
266 # Skip all tests on MIPS. | 260 # Skip all tests on MIPS. |
267 *: SKIP | 261 *: SKIP |
OLD | NEW |