| 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 23 matching lines...) Expand all Loading... |
| 34 # Non UTF8 characters in test files. | 34 # Non UTF8 characters in test files. |
| 35 chapter10/10.4/10.4.2/10.4.2-3-c-2-s: FAIL_OK | 35 chapter10/10.4/10.4.2/10.4.2-3-c-2-s: FAIL_OK |
| 36 chapter10/10.4/10.4.2/10.4.2-3-c-1-s: FAIL_OK | 36 chapter10/10.4/10.4.2/10.4.2-3-c-1-s: FAIL_OK |
| 37 chapter10/10.4/10.4.2/10.4.2-2-c-1: FAIL_OK | 37 chapter10/10.4/10.4.2/10.4.2-2-c-1: FAIL_OK |
| 38 | 38 |
| 39 # We do not implement the error chekcs specified in the production rules | 39 # We do not implement the error chekcs specified in the production rules |
| 40 # of 11.1.5 (Object initializer). | 40 # of 11.1.5 (Object initializer). |
| 41 # We are compatible with Safari and Firefox. | 41 # We are compatible with Safari and Firefox. |
| 42 chapter11/11.1/11.1.5: UNIMPLEMENTED | 42 chapter11/11.1/11.1.5: UNIMPLEMENTED |
| 43 | 43 |
| 44 # Delete returns true in eval even when it should return false. | |
| 45 # Please see http://code.google.com/p/v8/issues/detail?id=759 | |
| 46 chapter11/11.4/11.4.1//11.4.1-4.a-5: FAIL | |
| 47 chapter11/11.4/11.4.1//11.4.1-4.a-7: FAIL | |
| 48 | |
| 49 # We do not have a global object called 'global' as required by tests. | 44 # We do not have a global object called 'global' as required by tests. |
| 50 chapter15/15.1: FAIL_OK | 45 chapter15/15.1: FAIL_OK |
| 51 | 46 |
| 52 # NOT IMPLEMENTED: bind | 47 # NOT IMPLEMENTED: bind |
| 53 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED | 48 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED |
| 54 | 49 |
| 55 # NaN is writable. We are compatible with JSC. | 50 # NaN is writable. We are compatible with JSC. |
| 56 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK | 51 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK |
| 57 # Infinity is writable. We are compatible with JSC. | 52 # Infinity is writable. We are compatible with JSC. |
| 58 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK | 53 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK | 232 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK |
| 238 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK | 233 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK |
| 239 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK | 234 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK |
| 240 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK | 235 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK |
| 241 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK | 236 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK |
| 242 | 237 |
| 243 [ $arch == mips ] | 238 [ $arch == mips ] |
| 244 | 239 |
| 245 # Skip all tests on MIPS. | 240 # Skip all tests on MIPS. |
| 246 *: SKIP | 241 *: SKIP |
| OLD | NEW |