summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* add QEXPECT_FAILOlivier Goffart2009-07-281-0/+11
* Set the this object on the global context sets the global objectOlivier Goffart2009-07-281-2/+0
* document testOlivier Goffart2009-07-281-3/+7
* remove some of the output noise for UserRange property flags testKent Hansen2009-07-281-10/+6
* don't allow defining getter/setter for __proto__ propertyKent Hansen2009-07-281-1/+0
* get rid of test that tests quirk of old back-endKent Hansen2009-07-281-4/+1
* get rid of warningKent Hansen2009-07-281-0/+3
* make more tests pass for QScriptValue::setProperty()Kent Hansen2009-07-281-12/+8
* Update the test to match JavaScriptCore behaviourOlivier Goffart2009-07-281-6/+4
* Fix tst_QScriptEngine::uncaughtExceptionOlivier Goffart2009-07-281-1/+1
* Make the 'arguments' object working when calling eval from native functionsOlivier Goffart2009-07-282-6/+17
* Change JavaScriptCore so it throw error when passing invalid regexp flagOlivier Goffart2009-07-281-6/+2
* Test tst_QScriptContext::lineNumberOlivier Goffart2009-07-281-3/+1
* make QScriptEngine::setGlobalObject() work to some extentKent Hansen2009-07-271-4/+0
* The line number is correctly reported for exceptionBenjamin Poulain2009-07-271-6/+0
* Remove the uncaughtException, use the JSC exception insteadBenjamin Poulain2009-07-271-4/+0
* Fix tst_QScriptExtQObject::objectDeleted()Benjamin Poulain2009-07-271-3/+0
* add QEXPECT_FAIL where it failsOlivier Goffart2009-07-273-0/+33
* Fix tst_QScriptValue::callOlivier Goffart2009-07-271-1/+4
* Fix tst_QScriptContext::argumentsOlivier Goffart2009-07-271-2/+43
* Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart2009-07-232-3/+0
* add QEXPECT_FAIL (QScriptString isn't properly implemented yet)Olivier Goffart2009-07-231-0/+2
* Try best to convert a regexp to a ECMAScript expressionOlivier Goffart2009-07-231-4/+60
* tst_QScriptValue::toVariant is not about testing reg expOlivier Goffart2009-07-231-2/+1
* JSC: toString report correct error messageOlivier Goffart2009-07-221-1/+0
* More tests fixed (QScriptValue::toString)Olivier Goffart2009-07-221-4/+0
* Implement qobjectProtoFuncFindChildren()Benjamin Poulain2009-07-221-2/+30
* fix QScriptValue::isErrorOlivier Goffart2009-07-221-1/+0
* Refactorisation of autotest. FunctionEntryAndExit test divided intoJedrzej Nowacki2009-07-211-4/+122
* Reorder positionChange and QEXPECT_FAIL addedJedrzej Nowacki2009-07-211-52/+45
* Fix the return value of a function call that throws an error.Ariya Hidayat2009-07-171-2/+0
* Fix the return value of a constructor that throws an error.Ariya Hidayat2009-07-171-2/+0
* implement cyclic prototype chain checkKent Hansen2009-07-171-5/+3
* make QScriptValue::toString() et al work when there's an exceptionKent Hansen2009-07-173-22/+6
* set correct property flags in newFunction()Kent Hansen2009-07-171-2/+0
* fix for-in statement autotest to match behavior in JSCKent Hansen2009-07-161-9/+9
* We cant rely on property attributes from JavaScriptCore for the setter and ge...Olivier Goffart2009-07-161-1/+7
* skip test that currently crashesKent Hansen2009-07-161-0/+1
* Convert the strings or number value to jscvalue when they are used with an en...Olivier Goffart2009-07-161-9/+8
* add some expected failures in objectDeleted() autotestKent Hansen2009-07-161-2/+10
* only set default prototype if resulting object has built-in Object prototype ...Kent Hansen2009-07-161-1/+0
* add autotest for Global Object propertiesKent Hansen2009-07-161-0/+145
* fix GC-related crashKent Hansen2009-07-151-5/+7
* initial attempt at implementing QScriptEngine::setGlobalObject()Kent Hansen2009-07-151-0/+3
* clear script exceptions when executing Qt methodsKent Hansen2009-07-151-0/+1
* update autotestKent Hansen2009-07-151-3/+4
* compileKent Hansen2009-07-151-1/+0
* Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-14367-645/+17991
|\
| * More tests for list numberingOlivier Goffart2009-07-132-0/+50
| * Added QTextListFormat::ListUpperRoman and QTextListFormat::ListLowerRoman for...Nils Jeisecke2009-07-131-0/+36