You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sami Vaarala 66e08b82f6 testcase attribution 11 years ago
..
test-base64.c api doc and tests for hex, base64, and json encoding/decoding 11 years ago
test-buffer-zeroed.c rename duk_push_new_buffer to duk_push_buffer (same for fixed/dynamic pushers); cmdline fixes 11 years ago
test-bug-multithread-valgrind.c api test case for a valgrind whine related to interrupt_counter handling with multiple threads and error catching 11 years ago
test-bug-push-buffer-maxsize.c some api testcase fixes (not related to proxy) 11 years ago
test-bug-push-sprintf-va-copy.c testcase attribution 11 years ago
test-bug-push-string-maxsize.c some api testcase fixes (not related to proxy) 11 years ago
test-bug-set-top-wrap.c some api testcase fixes (not related to proxy) 11 years ago
test-bug-tailcall-preventyield-assert.c bug testcase for assert triggered when a function called from C calls an Ecmascript function which then tailcalls another Ecmascript function 11 years ago
test-c-constructor.c testcase for using a C constructor 11 years ago
test-call-method.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-call-prop.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-call.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-charcodeat.c api test for duk_char_code_at() 11 years ago
test-check-require-stack-top.c api testcase fixes, mostly related to coercion changes and error messages 11 years ago
test-check-require-stack.c api testcase fixes, mostly related to coercion changes and error messages 11 years ago
test-check-type-mask.c api doc and testcase for duk_check_type_mask() 11 years ago
test-check-type.c api doc and testcase for duk_check_type() 11 years ago
test-compact.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-compile-file.c api test cases for protected compile variants (and duk_compile_file() which was missing in tests) 11 years ago
test-compile-string.c api test cases for protected compile variants (and duk_compile_file() which was missing in tests) 11 years ago
test-compile.c api test cases for protected compile variants (and duk_compile_file() which was missing in tests) 11 years ago
test-concat.c api doc additions 12 years ago
test-decode-string.c api doc and test for duk_map_string() and duk_decode_string(); these are now unimplemented so the tests fail 11 years ago
test-del-prop.c some api testcase fixes (not related to proxy) 11 years ago
test-dump-context.c fix context dump testcase, add expect string now that the dump is deterministic 11 years ago
test-dup.c rework api testcases to use shared macros TEST_SAFE_CALL and TEST_PCALL 11 years ago
test-enum.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-equals-strict-equals.c api testcase fixes, mostly related to coercion changes and error messages 11 years ago
test-errhandler.c api testcase fix for errcreate/errthrow rename 11 years ago
test-error.c error test case fix, line numbers changed 11 years ago
test-eval-file.c noresult eval api tests 11 years ago
test-eval-string.c noresult eval api tests 11 years ago
test-eval.c noresult eval api tests 11 years ago
test-fatal.c api testcase fix 11 years ago
test-frontpage.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-gc.c duk_gc() api doc and test 11 years ago
test-get-boolean.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-get-buffer.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-get-c-function.c api doc and test for duk_get_c_function() and duk_require_c_function; improve api testcase for duk_push_current_function() 11 years ago
test-get-context.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-get-int.c api doc and tests for duk_get_boolean, duk_get_buffer, duk_get_int 11 years ago
test-get-length.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-get-lstring.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-get-memory-functions.c api doc and test for duk_get_memory_functions() 11 years ago
test-get-number.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-get-pointer.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-get-prop.c api testcase fixes, invalid index error msg change 11 years ago
test-get-require-top-index.c api doc and test for duk_get_top_index() and duk_require_top_index() 11 years ago
test-get-set-top.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-get-string.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-get-var.c api testcase fixes 11 years ago
test-global-stash.c add testcases for stash api calls 11 years ago
test-has-prop.c api testcase fixes, invalid index error msg change 11 years ago
test-heap-lifecycle-basic.c basic heap lifecycle test 11 years ago
test-heap-stash.c add testcases for stash api calls 11 years ago
test-hello-world.c api testcases for hello world and frontpage 11 years ago
test-hex.c api doc and tests for hex, base64, and json encoding/decoding 11 years ago
test-indirect-eval.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-insert.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-is-calls.c api testcase fixes, mostly related to coercion changes and error messages 11 years ago
test-is-constructor-call.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-is-strict.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-join.c api doc additions 12 years ago
test-json.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-logging.c fix logging testcase for C API to work with raw() buffer argument 11 years ago
test-map-string.c api doc and test for duk_map_string() and duk_decode_string(); these are now unimplemented so the tests fail 11 years ago
test-memory-funcs.c api doc and test for duk_alloc/duk_alloc_raw, duk_realloc/duk_realloc_raw, duk_free/duk_free_raw; still a bit rough 11 years ago
test-new.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-normalize-index.c api testcase fixes, invalid index error msg change 11 years ago
test-pcall-method.c protected call test case trivia: use duk_safe_to_string() 11 years ago
test-pcall-prop.c api testcase fixes, invalid index error msg change 11 years ago
test-pcall.c protected call test case trivia: use duk_safe_to_string() 11 years ago
test-poppers.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-proxy-basic.c api testcase for native proxy handlers 11 years ago
test-push-array.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-push-buffer.c api test case fixes, mostly related to coercion changes 11 years ago
test-push-cfunc.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-push-current-function.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-push-current-thread.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-push-error-object.c api test case fixes, mostly related to coercion changes 11 years ago
test-push-global.c api doc and test for duk_push_global_object 11 years ago
test-push-object.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-push-sprintf.c duk_push_(v)sprintf() api testcases 11 years ago
test-push-this.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-push-thread.c extend api thread testcase to cover fresh globals case 11 years ago
test-push-vsprintf.c duk_push_(v)sprintf() api testcases 11 years ago
test-pushers.c testcase for various pushers 11 years ago
test-put-func-num-list.c testcase fix, new naming 11 years ago
test-put-prop-primbase.c special->exotic rename in api testcase 11 years ago
test-put-prop.c rework api testcases to use shared macros TEST_SAFE_CALL and TEST_PCALL 11 years ago
test-remove.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-replace.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-require-boolean.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-require-buffer.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-require-c-function.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-require-context.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-require-int.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-require-lstring.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-require-null.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-require-number.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-require-pointer.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-require-string.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-require-undefined.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-resize-buffer.c rework api testcases to use shared macros TEST_SAFE_CALL and TEST_PCALL 11 years ago
test-safe-call.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-safe-to-string.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-substring.c api testcase fixes, invalid index error msg change 11 years ago
test-swap.c rework api testcases to use shared macros TEST_SAFE_CALL and TEST_PCALL 11 years ago
test-thread-stash.c add testcases for stash api calls 11 years ago
test-throw.c fix protected/safe call sites in api test cases to omit errhandler_index 11 years ago
test-to-boolean.c api testcase fixes, invalid index error msg change 11 years ago
test-to-buffer.c api testcase fixes, invalid index error msg change 11 years ago
test-to-defaultvalue.c api testcase fixes, invalid index error msg change 11 years ago
test-to-fixed-buffer.c api testcase fixes, invalid index error msg change 11 years ago
test-to-int.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-to-int32-uint32-uint16.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-to-lstring.c api testcase fixes, invalid index error msg change 11 years ago
test-to-null.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-to-number.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-to-object.c api testcase fixes, invalid index error msg change 11 years ago
test-to-pointer.c api testcase fixes, invalid index error msg change 11 years ago
test-to-primitive.c api testcase fixes, invalid index error msg change 11 years ago
test-to-string.c api testcase fixes, invalid index error msg change 11 years ago
test-to-undefined.c fix some api testcases to use TEST_SAFE_CALL to reduce duplication 11 years ago
test-trim.c api testcase fixes, invalid index error msg change 11 years ago
test-types.c mass rename of multiple duk_push_new_xxx() into duk_push_xxx() for API consistency 11 years ago
test-validate-index.c api testcase fixes, invalid index error msg change 11 years ago