Sami Vaarala
|
2014019e2b
|
Add API testcase for duk_copy()
|
10 years ago |
Sami Vaarala
|
4ef27ee446
|
API testcase fix for updated string
|
10 years ago |
Sami Vaarala
|
278d188e58
|
API testcase fixes for updated error messages
|
10 years ago |
Sami Vaarala
|
bd626469ba
|
Test case fix for new error message
|
11 years ago |
Sami Vaarala
|
bb3460807f
|
API testcase fixes for changed error messages
|
11 years ago |
Sami Vaarala
|
65412eb66d
|
API test case fixes to match updated error msgs
|
11 years ago |
Sami Vaarala
|
c1b7c8ebee
|
Test case fix for signed pop count
|
11 years ago |
Sami Vaarala
|
9d95698f97
|
Test case comment fixes
|
11 years ago |
Sami Vaarala
|
df88267de1
|
API testcase typing fixes
Also a few expect fixes.
|
11 years ago |
Sami Vaarala
|
80d63c1a51
|
API test case fixes related to API typing cleanup
duk_get_type() return value type related.
|
11 years ago |
Sami Vaarala
|
9e936f93ee
|
Fix API testcases to match public API typing fixes
|
11 years ago |
Sami Vaarala
|
b821ee7847
|
Improve duk_compile() API test case
Include also _filename() variants.
|
11 years ago |
Sami Vaarala
|
0ce5e70c0f
|
API test case fixes
|
11 years ago |
Sami Vaarala
|
d5f3a178dc
|
Initial API testcase for userbuffer eval/compile
|
11 years ago |
Sami Vaarala
|
7fd4e4c3a6
|
Test case whitespace trivia
|
11 years ago |
Sami Vaarala
|
2ab6dd7661
|
duk_compile() API est case fix
|
11 years ago |
Sami Vaarala
|
221a5cc115
|
Add a ~1kB C API log message testcase
This case used to fail because C code used a placeholder, fixed size stack
buffer. This has now been fixed.
|
11 years ago |
Sami Vaarala
|
8cc79e3d6e
|
Add stack top to duk_push_sprintf() API test
|
11 years ago |
Sami Vaarala
|
becbdbf945
|
Update duk_to_fixed_buffer() testcase to include duk_to_dynamic_buffer()
|
11 years ago |
Sami Vaarala
|
4554791b29
|
Fix test-to-fixed-buffer.c API test case
|
11 years ago |
Sami Vaarala
|
2fd4bdc2f2
|
Add testcase for duk_get_global_string()
|
11 years ago |
Sami Vaarala
|
d88e6571c0
|
trivial test case fixes related to int coercion return type changes
|
11 years ago |
Sami Vaarala
|
fc2c612a12
|
api testcase fixes related to int typing changes
|
11 years ago |
Sami Vaarala
|
66e08b82f6
|
testcase attribution
|
11 years ago |
Sami Vaarala
|
25d1bae965
|
testcase for duk_push_sprintf() va_list reuse: needs a rather long format/result string to trigger, but this has been verified to trigger the issue at least on 64-bit gcc 4.6.3 (GH-10)
|
11 years ago |
Sami Vaarala
|
5ce97d41d7
|
fix context dump testcase, add expect string now that the dump is deterministic
|
11 years ago |
Sami Vaarala
|
2596c7590b
|
draft of api testcase for dumping context
|
11 years ago |
Sami Vaarala
|
fe833655ec
|
special->exotic rename in api testcase
|
11 years ago |
Sami Vaarala
|
14ddcb1401
|
bug testcase for assert triggered when a function called from C calls an Ecmascript function which then tailcalls another Ecmascript function
|
11 years ago |
Sami Vaarala
|
cf517a71b3
|
api testcase fix
|
11 years ago |
Sami Vaarala
|
bfe81c1670
|
api testcase fix for errcreate/errthrow rename
|
11 years ago |
Sami Vaarala
|
b32cf865e9
|
some api testcase fixes (not related to proxy)
|
11 years ago |
Sami Vaarala
|
86a6f8c44c
|
api testcase for native proxy handlers
|
11 years ago |
Sami Vaarala
|
aeea103de9
|
api testcase fixes, invalid index error msg change
|
11 years ago |
Sami Vaarala
|
bf3b48ef85
|
api test case for a valgrind whine related to interrupt_counter handling with multiple threads and error catching
|
11 years ago |
Sami Vaarala
|
de324a0e58
|
extend api thread testcase to cover fresh globals case
|
11 years ago |
Sami Vaarala
|
06d9b40b6e
|
api test for duk_char_code_at()
|
11 years ago |
Sami Vaarala
|
53ff469526
|
testcase fix, new naming
|
11 years ago |
Sami Vaarala
|
a6f1ea90af
|
update put func/number list test case with nargs
|
11 years ago |
Sami Vaarala
|
b106801c5e
|
api test case trivia fix
|
11 years ago |
Sami Vaarala
|
85144e53b9
|
function list / number list api test case
|
11 years ago |
Sami Vaarala
|
bff70d0db1
|
fix duk_pcall_prop() testcase and comment on behavior: if stack has too few values, an error is thrown (not caught); this matches behavior of other protected call primitives
|
11 years ago |
Sami Vaarala
|
a4f3835ab3
|
noresult eval api tests
|
11 years ago |
Sami Vaarala
|
06ac6d6cc0
|
protected call test case trivia: use duk_safe_to_string()
|
11 years ago |
Sami Vaarala
|
5ed6b32dff
|
improve duk_pcall_prop() api testcase, add more error cases
|
11 years ago |
Sami Vaarala
|
f8072e14e5
|
remove old fixme from pcall test cases
|
11 years ago |
Sami Vaarala
|
9f5599564a
|
api test cases for protected compile variants (and duk_compile_file() which was missing in tests)
|
11 years ago |
Sami Vaarala
|
b1fa186e15
|
protected eval test cases
|
11 years ago |
Sami Vaarala
|
41b95a9bc7
|
add errcreate tests
|
11 years ago |
Sami Vaarala
|
4817da82a8
|
error test case fix, line numbers changed
|
11 years ago |