Chromium Code Reviews| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 179 S9.9_A1: FAIL_OK | 179 S9.9_A1: FAIL_OK |
| 180 S9.9_A2: FAIL_OK | 180 S9.9_A2: FAIL_OK |
| 181 | 181 |
| 182 | 182 |
| 183 ##################### SKIPPED TESTS ##################### | 183 ##################### SKIPPED TESTS ##################### |
| 184 | 184 |
| 185 # These tests take a looong time to run in debug mode. | 185 # These tests take a looong time to run in debug mode. |
| 186 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug | 186 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug |
| 187 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug | 187 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug |
| 188 | 188 |
| 189 # Invalid test: NaN is read only (ES5 15.1.1.1) | |
| 190 # Should V8 throw or ignore the assignment? | |
|
Lasse Reichstein
2011/02/25 06:27:43
We should do what Safari does.
| |
| 191 S8.5_A4: FAIL | |
| 192 S15.1.1.1_A2_T1: FAIL | |
| 193 S15.1.1.1_A2_T2: FAIL | |
| 194 # Invalid test: Infinity is read only (ES5 15.1.1.2) | |
| 195 # Should V8 throw or ignore the assignment? | |
| 196 S8.5_A10: FAIL | |
| 197 S15.1.1.2_A2_T1: FAIL | |
| 198 | |
| 199 # Invalid test: V8 correctly throws TypeError on assignment to undefined | |
| 200 # but Sputnik still not happy. | |
| 201 S8.1_A3: FAIL | |
| 202 # Invalid test: undefined is read only (ES5 15.1.1.3) | |
| 203 # Should V8 throw or ignore the assignment? | |
| 204 S15.1.1.3_A2_T1: FAIL | |
| 205 S15.1.1.3_A2_T2: FAIL | |
| 206 | |
| 189 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 | 207 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 |
| 190 S8.7_A5_T2: FAIL | 208 S8.7_A5_T2: FAIL |
| 191 | 209 |
| 192 # V8 bugs: http://code.google.com/p/v8/issues/detail?id=1198 | 210 # V8 bugs: http://code.google.com/p/v8/issues/detail?id=1198 |
| 193 # V8 should not wrap this when calling builtin functions | 211 # V8 should not wrap this when calling builtin functions |
| 194 S15.2.4.3_A12: FAIL | 212 S15.2.4.3_A12: FAIL |
| 195 S15.2.4.7_A13: FAIL | 213 S15.2.4.7_A13: FAIL |
| 196 # Object.prototype.toString | 214 # Object.prototype.toString |
| 197 S15.2.4.2_A12: FAIL | 215 S15.2.4.2_A12: FAIL |
| 198 S15.2.4.2_A13: FAIL | 216 S15.2.4.2_A13: FAIL |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 281 S15.1.3.2_A2.5_T1: SKIP | 299 S15.1.3.2_A2.5_T1: SKIP |
| 282 S15.1.3.3_A2.3_T1: SKIP | 300 S15.1.3.3_A2.3_T1: SKIP |
| 283 S15.1.3.4_A2.3_T1: SKIP | 301 S15.1.3.4_A2.3_T1: SKIP |
| 284 S15.1.3.1_A2.5_T1: SKIP | 302 S15.1.3.1_A2.5_T1: SKIP |
| 285 S15.1.3.2_A2.5_T1: SKIP | 303 S15.1.3.2_A2.5_T1: SKIP |
| 286 | 304 |
| 287 [ $arch == mips ] | 305 [ $arch == mips ] |
| 288 | 306 |
| 289 # Skip all tests on MIPS. | 307 # Skip all tests on MIPS. |
| 290 *: SKIP | 308 *: SKIP |
| OLD | NEW |