155 Commits (4c2c49922773f7b702cf23cf67922e5485a02b6f)

Author SHA1 Message Date
Sami Vaarala ee40661487 improve buffer virtual properties test case 11 years ago
Sami Vaarala 89224054a7 update buffer virtual prop test 11 years ago
Sami Vaarala b134a17186 testcase for virtual properties of buffers 11 years ago
Sami Vaarala 8d9e5379e8 more variants to large expression test 11 years ago
Sami Vaarala d832fe5043 add more variety to large expression test 11 years ago
Sami Vaarala a44ac6bda2 improve large expression testcase to cover all indirect call related opcodes (NEW, CALL, CSVAR, CSREG, CSPROP) 11 years ago
Sami Vaarala 066684440d testcase for large expressions 11 years ago
Sami Vaarala 712a01ab9a logger testcase trivia 11 years ago
Sami Vaarala 9a124fb5fb add a length test for logger testcase to exercise the boundary between reused vs. fresh buffer 11 years ago
Sami Vaarala 6bebc34e9b a few more lazy logger tests 11 years ago
Sami Vaarala 3f29a96e48 separate tests for logger name: not given, given as undefined, given as null; work around fileName issue in autodetection by using eval() to create logger 11 years ago
Sami Vaarala 1484ba41b8 basic test cases for ecmascript logging 11 years ago
Sami Vaarala 8791880f90 testcase to ensure that direct eval and tail call handling works correctly 11 years ago
Sami Vaarala 889bfa934f add a few test cases for testing uncommon eval/bind/call/apply cases, like using bind() on bind itself 11 years ago
Sami Vaarala 61f052a810 add testcase metadata to indicate testcases which are known to break with 'caller' property 11 years ago
Sami Vaarala e3ffaa52a9 testcase expect typo fix 11 years ago
Sami Vaarala f44543c0e5 the named function expression bug is actually a feature 11 years ago
Sami Vaarala 08911ce851 unwind refcount test, which exposes a refcount mismatch 11 years ago
Sami Vaarala 76627228a8 explain testcase special options requirement 11 years ago
Sami Vaarala 0b4e7a8e98 mark 'caller' test case as requiring special options 11 years ago
Sami Vaarala cab096acac update 'caller' property test case 11 years ago
Sami Vaarala 369aa3da2c add a note to testcases which break with DUK_OPT_FUNC_NONSTD_CALLER_PROPERTY 11 years ago
Sami Vaarala aa2d6d6a6f testcase for non-standard function 'caller' behavior 11 years ago
Sami Vaarala 53f3418ffd testcase illustrating a rather obscure reference loop affecting named function expressions 11 years ago
Sami Vaarala a9af9a3fb8 add comment on special options for Array.prototype.splice() custom test 11 years ago
Sami Vaarala efd728ccd7 test case for using native getter 11 years ago
Sami Vaarala d0cce6b77d a simple testcase to check that built-in function prototype is Function.prototype (this prevents using an intermediate prototype before Function.prototype to provide custom properties for Duktape/C functions) 11 years ago
Sami Vaarala 6c78f9b8df fix Array.prototype.splice() testcase to avoid the case when deleteCount is omitted (separate testcase covers that) 11 years ago
Sami Vaarala 61c09a8270 add testcases for Array splice() without deleteCount argument: specification behavior is to work as if deleteCount were 0, but real world engines splice to end of array 11 years ago
Sami Vaarala d5f202da6e promote plain buffer and pointer values to Buffer and Pointer objects in Object constructor (consistent with behavior for other primitive types) 11 years ago
Sami Vaarala 2fbce7f7ca fix accidentally timezone specific testcase (failed on NetBSD, which was correct) 11 years ago
Sami Vaarala d885b55167 rename NetBSD math testcase to include pow (as the bugs are only in pow()) 11 years ago
Sami Vaarala 5ac5881616 add a testcase for netbsd math issues (Math.pow) 11 years ago
Sami Vaarala b9786d3578 add a development time testcase for quantifier capture fixing 11 years ago
Sami Vaarala 44eae2a4c9 regexp bug test case (now fixed) 11 years ago
Sami Vaarala 804551c681 a test case (somewhat overlapping with an existing case) for a known label handling bug: if the label is applied to a block statement, break/continue won't work properly 11 years ago
Sami Vaarala 3e009f3ae0 add a bug testcase for regexp quantifier capture handling: captures are not set to undefined when quantifier is rematched 11 years ago
Sami Vaarala 5ee558f6f5 add Duktape.line() 11 years ago
Sami Vaarala 98d6f0b40e fix test case to match new finalizer behavior at heap free 11 years ago
Sami Vaarala 0b22d68c80 testcase for finalizing reachable objects at heap free 11 years ago
Sami Vaarala a8b6265272 fix deep inner function test case to check that deep nesting now works up to 1000 levels 11 years ago
Sami Vaarala fdbe830e35 typofix 11 years ago
Sami Vaarala 15f44ac685 rename testcase: this remains to be fixed 11 years ago
Sami Vaarala 6e508b6994 testcase for ToNumber of '\u0000' 11 years ago
Sami Vaarala 97b96453e6 while statement tests 11 years ago
Sami Vaarala 9ef8c5169a test case for function statement semantics 11 years ago
Sami Vaarala d48b226100 fix testcase to reflect new function statement semantics 11 years ago
Sami Vaarala 45a5cdf4a9 fix base64 dec testcase 11 years ago
Sami Vaarala 055faee21f fix testcases to match jxEnc,jxDec,jcEnc,jcDec -> enc, dec 11 years ago
Sami Vaarala 1babf8c724 setFin->fin in test case 11 years ago