summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptv8testsuite/qscriptv8testsuite.pro
Commit message (Collapse)AuthorAgeFilesLines
* tests: eliminated usage of qttest_p4.prf [part 2]Sergio Ahumada2011-12-291-2/+4
| | | | | | | | | | qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: I8a0bed9161ea9ac010ef3269f2e9baed7bbc2f41 Reviewed-by: Rohan McGovern Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
* tests: allow unstable tests to be marked with CONFIG+=insignificant_testSergio Ahumada2011-12-281-0/+2
| | | | | | | | | | Marking a test with CONFIG+=insignificant_test will cause the exit code of the test to be discarded during `make check'. This is intended to be used for tests which are valuable to run, but are known to be unstable and are not feasible to immediately fix. Change-Id: Id7b2407d0a13c8de19a58badb78fa7c018c9b50a Reviewed-by: Jo Asplin
* Refactor qscriptv8testsuite to make it more maintainableKent Hansen2011-03-031-0/+1
| | | | | | | | | | | | | | | | | | Move the infrastructure for creating a dynamic test object to AbstractTestSuite, so that it can be reused by the qscriptjstestsuite test as well (change coming in next commit). Introduce configuration files for defining skipped tests and expected failures; this was previously embedded in the C++ code, which made it hard to update. Make it possible to override the default test locations through environment variables. This makes it easy to run the autotest against an external repository (e.g. WebKit or V8 trunk), and even different revisions of those repositories. Task-number: QTBUG-17903 Reviewed-by: Jedrzej Nowacki
* Move test data to a qrc file.Jedrzej Nowacki2010-12-061-7/+1
| | | | | | Using qrc file simplify deployment on a device. Reviewed-by: Kent Hansen
* Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-1/+1
| | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* Removed explicit TARGET.EPOCHEAPSIZE statements from script testsMiikka Heikkinen2009-09-231-2/+0
| | | | | | | | Large enough max heap for script tests is now defined by default for all tests in qttest_p4.prf, so removed the statements from individual script tests. Reviewed-by: Janne Anttila
* Fixed QtScript autotest build breaks due to incorrect SRCDIR usage.Janne Anttila2009-08-121-1/+1
|
* Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore configure.exe src/corelib/concurrent/qtconcurrentthreadengine.h src/corelib/global/qnamespace.h src/gui/graphicsview/qgraphicssceneevent.h src/gui/kernel/qapplication.cpp src/gui/kernel/qapplication.h src/gui/kernel/qapplication_p.h src/gui/kernel/qapplication_qws.cpp src/gui/kernel/qwidget.h src/gui/painting/qpaintengine_raster.cpp src/gui/text/qfontdatabase.cpp src/network/access/qnetworkaccesshttpbackend.cpp tests/auto/network-settings.h tests/auto/qscriptjstestsuite/qscriptjstestsuite.pro tests/auto/qvariant/tst_qvariant.cpp
| * make autotests work with shadowbuildsKent Hansen2009-06-261-0/+1
| | | | | | | | Can't assume that the executable and source are in the same dir.
| * Long live Qt!Lars Knoll2009-03-231-0/+11
|
* Fixed qscriptv8testsuite test case out-of-memory crashes.Janne Anttila2009-05-271-1/+1
| | | | | Increased qscriptv8testsuite max heap size and skipped two test cases on Symbian which demand too much memory.
* Fixed qscriptv8testsuite test case deployment for Symbian.Janne Anttila2009-05-271-2/+2
| | | | Also gave more heap for test to run properly on Symbian.
* Long live Qt for S60!axis2009-04-241-0/+11