summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/parserstress
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-4/+4
| | | | QDeclarativeXXX.
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Add EXPECT_FAIL to js parser tests in declarative uiLeonardo Sobral Cunha2010-02-111-2/+12
| | | | Created QTBUG-8108 for handling these failures.
* Fix tests after 05adc294d063171d9d0accf819826684813d396aMichael Brasser2010-01-131-2/+2
|
* Rename QML Object to QtObjectAaron Kennedy2009-11-191-1/+1
|
* parserstress autotestAaron Kennedy2009-11-062-0/+148
This stress tests our JS parser to ensure that it can parse embedded script blocks correctly.