Source code

Revision control

Copy as Markdown

Other Tools

[idbfactory_open9.htm]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[Calling open() with version argument null should throw TypeError.]
expected: FAIL
[Calling open() with version argument object should throw TypeError.]
expected: FAIL
[Calling open() with version argument object (second) should throw TypeError.]
expected: FAIL
[Calling open() with version argument object (third) should throw TypeError.]
expected: FAIL
[Calling open() with version argument undefined should not throw.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
[Calling open() with version argument 9007199254740991 should not throw.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[Calling open() with version argument 1.5 should not throw.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]