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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'language/statements/const/syntax/with-initializer-while-expression-statement'
: [PASS, ['sloppy', FAIL]], | 382 'language/statements/const/syntax/with-initializer-while-expression-statement'
: [PASS, ['sloppy', FAIL]], |
383 'language/statements/const/syntax/without-initializer-case-expression-statemen
t-list': [PASS, ['sloppy', FAIL]], | 383 'language/statements/const/syntax/without-initializer-case-expression-statemen
t-list': [PASS, ['sloppy', FAIL]], |
384 'language/statements/const/syntax/without-initializer-default-statement-list':
[PASS, ['sloppy', FAIL]], | 384 'language/statements/const/syntax/without-initializer-default-statement-list':
[PASS, ['sloppy', FAIL]], |
385 'language/statements/const/syntax/without-initializer-do-statement-while-expre
ssion': [PASS, ['sloppy', FAIL]], | 385 'language/statements/const/syntax/without-initializer-do-statement-while-expre
ssion': [PASS, ['sloppy', FAIL]], |
386 'language/statements/const/syntax/without-initializer-for-statement': [PASS, [
'sloppy', FAIL]], | 386 'language/statements/const/syntax/without-initializer-for-statement': [PASS, [
'sloppy', FAIL]], |
387 'language/statements/const/syntax/without-initializer-if-expression-statement'
: [PASS, ['sloppy', FAIL]], | 387 'language/statements/const/syntax/without-initializer-if-expression-statement'
: [PASS, ['sloppy', FAIL]], |
388 'language/statements/const/syntax/without-initializer-if-expression-statement-
else-statement': [PASS, ['sloppy', FAIL]], | 388 'language/statements/const/syntax/without-initializer-if-expression-statement-
else-statement': [PASS, ['sloppy', FAIL]], |
389 'language/statements/const/syntax/without-initializer-label-statement': [PASS,
['sloppy', FAIL]], | 389 'language/statements/const/syntax/without-initializer-label-statement': [PASS,
['sloppy', FAIL]], |
390 'language/statements/const/syntax/without-initializer-while-expression-stateme
nt': [PASS, ['sloppy', FAIL]], | 390 'language/statements/const/syntax/without-initializer-while-expression-stateme
nt': [PASS, ['sloppy', FAIL]], |
391 | 391 |
| 392 |
| 393 ########################### HARNESS ISSUES ############################ |
| 394 'built-ins/Math/acosh/acosh-length': [PASS, FAIL], |
| 395 'built-ins/Math/acosh/acosh-specialVals': [PASS, FAIL], |
| 396 'built-ins/Math/asinh/asinh-length': [PASS, FAIL], |
| 397 'built-ins/Math/asinh/asinh-specialVals': [PASS, FAIL], |
| 398 'built-ins/Math/atanh/atanh-length': [PASS, FAIL], |
| 399 'built-ins/Math/atanh/atanh-specialVals': [PASS, FAIL], |
| 400 'built-ins/Math/cbrt/cbrt-length': [PASS, FAIL], |
| 401 'built-ins/Math/cbrt/cbrt-specialValues': [PASS, FAIL], |
| 402 'built-ins/Math/cosh/cosh-length': [PASS, FAIL], |
| 403 'built-ins/Math/cosh/cosh-specialVals': [PASS, FAIL], |
| 404 'built-ins/Math/expm1/expm1-length': [PASS, FAIL], |
| 405 'built-ins/Math/expm1/expm1-specialVals': [PASS, FAIL], |
| 406 'built-ins/Math/imul/imul-length': [PASS, FAIL], |
| 407 'built-ins/Math/log10/Log10-length': [PASS, FAIL], |
| 408 'built-ins/Math/log10/Log10-specialVals': [PASS, FAIL], |
| 409 'built-ins/Math/log1p/Log1p-length': [PASS, FAIL], |
| 410 'built-ins/Math/log2/log2-length': [PASS, FAIL], |
| 411 'built-ins/Math/sign/sign-length': [PASS, FAIL], |
| 412 'built-ins/Math/sign/sign-specialVals': [PASS, FAIL], |
| 413 'built-ins/Math/sinh/sinh-length': [PASS, FAIL], |
| 414 'built-ins/Math/sinh/sinh-specialVals': [PASS, FAIL], |
| 415 'built-ins/Math/tanh/tanh-length': [PASS, FAIL], |
| 416 'built-ins/Math/tanh/tanh-specialVals': [PASS, FAIL], |
| 417 'built-ins/Math/trunc/trunc-length': [PASS, FAIL], |
| 418 'built-ins/Math/trunc/trunc-specialVals': [PASS, FAIL], |
| 419 |
392 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 420 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
393 | 421 |
394 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) | 422 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) |
395 | 423 |
396 # Linux for ia32 (and therefore simulators) default to extended 80 bit | 424 # Linux for ia32 (and therefore simulators) default to extended 80 bit |
397 # floating point formats, so these tests checking 64-bit FP precision fail. | 425 # floating point formats, so these tests checking 64-bit FP precision fail. |
398 # The other platforms/arch's pass these tests. | 426 # The other platforms/arch's pass these tests. |
399 # We follow the other major JS engines by keeping this default. | 427 # We follow the other major JS engines by keeping this default. |
400 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], | 428 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], |
401 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], | 429 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
442 | 470 |
443 # BUG(3251225): Tests that timeout with --nocrankshaft. | 471 # BUG(3251225): Tests that timeout with --nocrankshaft. |
444 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 472 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
445 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 473 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
446 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 474 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
447 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 475 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
448 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 476 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
449 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 477 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
450 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 478 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
451 ] | 479 ] |
OLD | NEW |