Sami Vaarala
bb7ad2517b
Testcases for Function.prototype.toString() ES6
8 years ago
Sami Vaarala
70506526ff
Testcase for hcompfunc _Formals/length handling
8 years ago
Sami Vaarala
cc7cf665c7
Testcase for bound function internal prototype
8 years ago
Sami Vaarala
d905dfc037
API test for duk_def_prop() key coercion
8 years ago
Sami Vaarala
ec295f36c0
Update duk_gc() API testcase for DUK_GC_COMPACT
8 years ago
Sami Vaarala
dbd2617425
Bug testcase for module loader bug
This is really related to the extras, but leave it in the repo for future
reference.
8 years ago
Sami Vaarala
0a80b48c12
Testcase updates for duk_push_bare_object()
8 years ago
Sami Vaarala
eafd956645
Testcase for Array sort() compareFn behavior
8 years ago
Sami Vaarala
1d7f1124d2
Testcases for ES7 for-in 'ownKeys' trap
8 years ago
Sami Vaarala
239a0072f5
Bound function .name tests
8 years ago
Sami Vaarala
ee4f7466a3
Add number equality comparison self test
8 years ago
Sami Vaarala
0c4d2d05e0
Add new known issue files
Comment on moved known issues in previous known issues YAML document.
Don't remove yet, because runtests still relies on the YAML file.
8 years ago
Sami Vaarala
8c11711971
Testcase fixes for new known issues model
* Remove known issue descriptions from testcases.
* Fix a testcase issues; e.g. avoid uncaught error because cannot create a
known issue for stderr now.
8 years ago
Sami Vaarala
df5453e72f
Bug test for a few MinGW math issues
8 years ago
Sami Vaarala
f45c3fa862
Add testcase for log2(2^N) for full N range
8 years ago
Sami Vaarala
f70e1a35df
Make regexp neg jump offset test a bit faster
8 years ago
Sami Vaarala
da57edd4ce
Bug testcase for a few e_idx stability bugs
8 years ago
Bruce Pascoe
59ce1b2351
Testcase: Math.trunc()
8 years ago
Bruce Pascoe
7e2f598a9c
Testcases: Math.log2(), Math.log10()
8 years ago
Bruce Pascoe
0cef11e31d
Testcase: Math.cbrt()
8 years ago
Sami Vaarala
168eb06ff7
Test for duk_get_prop_desc()
8 years ago
Sami Vaarala
ae61e391f5
Testcase for replacing global object with Proxy
8 years ago
Sami Vaarala
1d2f996e4c
Test coverage for duk_put_number_list() fastint
8 years ago
Sami Vaarala
55800e85ec
Cover 0o123 and 0b10001 in ToNumber() test
Also some other coverage improvements.
8 years ago
Sami Vaarala
f4db5c978d
Add duk_{suspend,resume}() to symbols API test
8 years ago
Sami Vaarala
ba734ee7b9
Update Object.prototype.__proto__ testcase
8 years ago
Sami Vaarala
991a542c0f
Math test reorg, Math.hypot() test improvements
8 years ago
Bruce Pascoe
e44739f7f6
Testcase for Math.hypot()
8 years ago
Sami Vaarala
c78e7d08b1
Testcase for Object.is() and duk_samevalue()
8 years ago
Bruce Pascoe
05befe0f6c
Testcase for ES6 Object.assign()
8 years ago
Sami Vaarala
416118f208
Tests for ES6 octal and binary, legacy octal
8 years ago
Sami Vaarala
8cb1bb09f9
Test cases and test fixes for ES6 enum order
8 years ago
Sami Vaarala
8dd9b40428
Add test for String.prototype.repeat()
8 years ago
Sami Vaarala
78010fddc0
Testcase for String.fromCodePoint()
8 years ago
Sami Vaarala
9b2afe0a46
Add testcase for String.prototype.codePointAt()
8 years ago
Sami Vaarala
94720ca4eb
API testcase for convenience error throwers
8 years ago
Sami Vaarala
6b93904c24
Testcase updates for Node.js 6.9.1
8 years ago
Sami Vaarala
7f0f971e27
Testcase fixes for duk_{throw,error,fatal}()
8 years ago
Sami Vaarala
bcc5dab338
Move Reflect test to another file
8 years ago
Sami Vaarala
f83d603e07
Reflect testcase improvements
8 years ago
Sami Vaarala
e806d31e5d
Testcase for negative regexp jump offset
8 years ago
Bruce Pascoe
bd83e70e15
Testcases for ES6 Reflect built-in
Testcases cover all functions. There is additionally an argument policy
test which checks that all functions will throw for a non-object
argument.
8 years ago
Sami Vaarala
144f90f05d
Testcase for ES6 \u{H+} escape
8 years ago
Sami Vaarala
93076453bd
Testcase for Buffer .toString(), other trivia
8 years ago
Sami Vaarala
fea2d6d7b2
Testcase updates for Node.js snapshot
8 years ago
Sami Vaarala
032167d3fb
Testcase updates for TextDecoder
8 years ago
Sami Vaarala
50e949a9f9
Add test for replacement character policy
8 years ago
Sami Vaarala
eccdd75ec5
Encoding API testcase cleanups and improvements
8 years ago
Sami Vaarala
c57d8c2617
Testcase fixes for error message changes
8 years ago
Bruce Pascoe
3ec939f069
TextEncoder testcase
As with the decoder tests, output is checked against expected values to
ensure everything is working as designed.
8 years ago