Sami Vaarala
f98530c894
Testcase for Array push() max array length
10 years ago
Sami Vaarala
f06bcbccc2
Test case for 'caller' special [[Get]] behavior
Checks various base values for which the special behavior should or
should not apply. Also tests various target values for which the
behavior should or should not apply.
10 years ago
Sami Vaarala
a9f3542550
Testcase for function .caller property thrower
10 years ago
Sami Vaarala
ac915a8b8b
Bruteforce test for Finnish locale DST
10 years ago
Sami Vaarala
c0f865f778
Finnish locale tzoffset corner case tests
10 years ago
Sami Vaarala
a7d7137c97
Testcase for parsing Finnish local time
10 years ago
Sami Vaarala
e93d4f64d6
Testcase whitespace trivia
10 years ago
Sami Vaarala
95c076f910
Internal property test: invalid utf-8 but no 0xFF
If a string does not begin with 0xFF it won't be treated as an internal
string even if it is invalid UTF-8.
10 years ago
Sami Vaarala
c6add47f54
Testcase for user internal props
Also tag Date _value access test case as custom.
10 years ago
Sami Vaarala
f1739884e8
Testcases illustrating access to Date _value
10 years ago
Sami Vaarala
2e30a60ab6
Test case trivia
10 years ago
Sami Vaarala
3f1544d9ad
Test case for leak-like object entry part behavior
10 years ago
Sami Vaarala
637cbcbceb
Update custom/nonstandard flagging of testcases
10 years ago
Sami Vaarala
f858bfedb1
Add knownissue strings to failing testcases
Explain the current failures in short to provide a better picture of
what errors will most likely be left in the 1.0 release.
10 years ago
Sami Vaarala
fc578d3f03
mark a few testcase failures as known issues (not to be fixed in 1.0)
11 years ago
Sami Vaarala
82bd993cc1
mark a few testcase failures as known issues (not to be fixed in 1.0)
11 years ago
Sami Vaarala
dc29ffb4a6
Testcase fix for new error messages
10 years ago
Sami Vaarala
fe86f47877
Add \$ inside character class to regexp testcase.
See GH-19.
11 years ago
Sami Vaarala
5fb1705689
Add a TOTP testcase, exercises bit arithmetic
11 years ago
Sami Vaarala
d67035fd45
Improve non-standard setter/getter key testcase
Demonstrate that the getter (and setter) can be called "out of context"
outside a property access. In this case property key is not given to
the setter/getter call, as it is not available.
11 years ago
Sami Vaarala
fda8e07b1a
Add a prime search testcase
This testcase is adapted from the W3C web workers specification. It has
some less than common bracing and label use.
11 years ago
Sami Vaarala
0c528c3758
Test case trivia
11 years ago
Sami Vaarala
e71b4c1b47
Test case for non-standard setter/getter key argument
11 years ago
Sami Vaarala
67357b4524
Test case for returning a Proxy from a constructor
11 years ago
Sami Vaarala
8ce769ede9
Add JSON __proto__ reviver corner case test (now fails)
Add more testcases for parsing __proto__ in JSON. The current implementation
fails when a reviver is really clever and deletes the own property '__proto__'
when called for another property (prior to __proto__). This is very much a
corner case.
11 years ago
Sami Vaarala
05a9abd658
Testcases for test262 triggered bugs
11 years ago
Sami Vaarala
bfd7285309
some tests for __proto__ from web
11 years ago
Sami Vaarala
1d5142f9a2
test case fixes for missing Duktape.line()
11 years ago
Sami Vaarala
f93c89df97
test case for 'use duk notail' directive
11 years ago
Sami Vaarala
4b2531963e
default logger name test for module
11 years ago
Sami Vaarala
15bedcb2ca
testcase for module code return/error
11 years ago
Sami Vaarala
aed402827d
testcase fixes (mostly) related to Duktape.modSearch and Duktape.modLoaded rename
11 years ago
Sami Vaarala
3345845d0e
fix testcase to deal with non-writable require.id
11 years ago
Sami Vaarala
6e61d08843
test case for module search function behavior
11 years ago
Sami Vaarala
cb6a948738
fix testcase to match new find() behavior
11 years ago
Sami Vaarala
d5e7d7acc6
add example from commonjs spec
11 years ago
Sami Vaarala
7cf4546d73
commonjs require identifier resolution tests
11 years ago
Sami Vaarala
998e245e4b
a few more commonjs module env tests
11 years ago
Sami Vaarala
f061056005
testcase for handling CommonJS module environment
11 years ago
Sami Vaarala
2a3203d58b
randomized require() test
11 years ago
Sami Vaarala
ea2c5f0af3
testcase for tweaked require.id sanity
11 years ago
Sami Vaarala
7d04c807f3
testcase for require.id treatment
11 years ago
Sami Vaarala
422b4aad44
fix testcase to use Duktape.find; this will change again though
11 years ago
Sami Vaarala
1daecfa5e2
create a new require() instance for each submodule: this is needed to deal with relative module paths;
rename testcase
11 years ago
Sami Vaarala
6955203682
circular require test
11 years ago
Sami Vaarala
ca6f95c3e9
test case for inlined logical unary not
11 years ago
Sami Vaarala
bee70ef095
rename JSONX and JSONC in ecmascript testcases
11 years ago
Sami Vaarala
b087e9702f
proxy enum/ownKeys test from guide
11 years ago
Sami Vaarala
c305079cc5
testcase for proxy 'has' trap
11 years ago
Sami Vaarala
e758aa5168
testcase for enumerate and ownKeys traps
11 years ago