Skip to content

Instantly share code, notes, and snippets.

@smikes
Created December 12, 2014 13:54
Show Gist options
  • Save smikes/cb16f98923f1f0a79a3a to your computer and use it in GitHub Desktop.
Save smikes/cb16f98923f1f0a79a3a to your computer and use it in GitHub Desktop.
Test failures test/built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js
Svarog:test262 smikes$ tools/packaging/test262.py S15.6.4.2_A1_T2.js --command=node
=== built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2 failed in non-strict mode ===
--- errors ---
/private/var/folders/ml/dl5f4hk17bv0ht7tgxvvsw7c0000gn/T/test262-iO6Ta8.js:17
throw new Test262Error(message);
^
Test262Error: #1.1: "(Boolean.prototype.toString(true) !== "false")" lead to throwing exception. Exception is instance of TypeError. Actual: exception is Test262Error: #1: "(Boolean.prototype.toString(true) !== "false");" lead to throwing exception. Actual: false===
Svarog:test262 smikes$ tools/packaging/test262.py S15.6.4.2_A1_T2.js --command=jsc
=== built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2 failed in non-strict mode ===
--- output ---
Exception: Test262Error: #1.1: "(Boolean.prototype.toString(true) !== "false")" lead to throwing exception. Exception is instance of TypeError. Actual: exception is Test262Error: #1: "(Boolean.prototype.toString(true) !== "false");" lead to throwing exception. Actual: false
$ERROR@/var/folders/ml/dl5f4hk17bv0ht7tgxvvsw7c0000gn/T/test262-apL1Ln.js:17:36
global code@/var/folders/ml/dl5f4hk17bv0ht7tgxvvsw7c0000gn/T/test262-apL1Ln.js:133:11===
Svarog:test262 smikes$ tools/packaging/test262.py S15.6.4.2_A1_T2.js
Error: A --command must be specified.
Svarog:test262 smikes$ tools/packaging/test262.py S15.6.4.2_A1_T2.js --command=node
=== built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2 failed in non-strict mode ===
--- errors ---
/private/var/folders/ml/dl5f4hk17bv0ht7tgxvvsw7c0000gn/T/test262-fMO9ap.js:17
throw new Test262Error(message);
^
Test262Error: #1.1: "(Boolean.prototype.toString(true) !== "false")" lead to throwing exception. Exception is instance of TypeError. Actual: exception is Test262Error: #1: "(Boolean.prototype.toString(true) !== "false");" lead to throwing exception. Actual: false===
Svarog:test262 smikes$ tools/packaging/test262.py S15.6.4.2_A1_T2.js --command=jsc
=== built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2 failed in non-strict mode ===
--- output ---
Exception: Test262Error: #1.1: "(Boolean.prototype.toString(true) !== "false")" lead to throwing exception. Exception is instance of TypeError. Actual: exception is Test262Error: #1: "(Boolean.prototype.toString(true) !== "false");" lead to throwing exception. Actual: false
$ERROR@/var/folders/ml/dl5f4hk17bv0ht7tgxvvsw7c0000gn/T/test262-ZJRNhH.js:17:36
global code@/var/folders/ml/dl5f4hk17bv0ht7tgxvvsw7c0000gn/T/test262-ZJRNhH.js:133:11===
Svarog:test262 smikes$ test262-harness test/built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js --testStrict --command=jsc
FAIL test/built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js
with some argument
Exp: no error
Got: Error: #1.1: "(Boolean.prototype.toString(true) !== "false")" lead to throwing exception. Exception is instance of TypeError. Actual: exception is Test262Error: #1: "(Boolean.prototype.toString(true) !== "false");" lead to throwing exception. Actual: false
FAIL test/built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js
with some argument (Strict Mode)
Exp: no error
Got: Error: #1.1: "(Boolean.prototype.toString(true) !== "false")" lead to throwing exception. Exception is instance of TypeError. Actual: exception is Test262Error: #1: "(Boolean.prototype.toString(true) !== "false");" lead to throwing exception. Actual: false
Ran 2 tests
0 passed
2 failed
Took 0.154 seconds
Svarog:test262 smikes$ test262-harness test/built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js --testStrict
FAIL test/built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js
with some argument
Exp: no error
Got: Error: #1.1: "(Boolean.prototype.toString(true) !== "false")" lead to throwing exception. Exception is instance of TypeError. Actual: exception is Test262Error: #1: "(Boolean.prototype.toString(true) !== "false");" lead to throwing exception. Actual: false
FAIL test/built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js
with some argument (Strict Mode)
Exp: no error
Got: Error: #1.1: "(Boolean.prototype.toString(true) !== "false")" lead to throwing exception. Exception is instance of TypeError. Actual: exception is Test262Error: #1: "(Boolean.prototype.toString(true) !== "false");" lead to throwing exception. Actual: false
Ran 2 tests
0 passed
2 failed
Took 0.15 seconds
Svarog:test262 smikes$ test262-harness test/built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js --testStrict --runner=console -e jsc
FAIL test/built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js
with some argument
Exp: no error
Got: Test262 Error: Test did not run to completion ($DONE not called)
FAIL test/built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2.js
with some argument (Strict Mode)
Exp: no error
Got: Test262 Error: Test did not run to completion ($DONE not called)
Ran 2 tests
0 passed
2 failed
Took 0.041 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment