| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2: FAIL_OK | 277 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2: FAIL_OK |
| 278 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1: FAIL_OK | 278 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1: FAIL_OK |
| 279 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2: FAIL_OK | 279 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2: FAIL_OK |
| 280 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1: FAIL_OK | 280 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1: FAIL_OK |
| 281 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK | 281 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK |
| 282 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK | 282 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK |
| 283 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK | 283 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK |
| 284 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK | 284 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK |
| 285 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK | 285 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK |
| 286 | 286 |
| 287 # JSON.stringify does not correctly truncate the space parameter. | |
| 288 # See http://code.google.com/p/v8/issues/detail?id=753 | |
| 289 chapter15/15.12/15.12.3/15.12.3-6-a-2: FAIL_OK | |
| 290 chapter15/15.12/15.12.3/15.12.3-6-b-1: FAIL_OK | |
| 291 | |
| 292 [ $arch == mips ] | 287 [ $arch == mips ] |
| 293 | 288 |
| 294 # Skip all tests on MIPS. | 289 # Skip all tests on MIPS. |
| 295 *: SKIP | 290 *: SKIP |
| OLD | NEW |