aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/error-info
Commit message (Collapse)AuthorAgeFilesLines
* Remove the base module import from most test data projectsJoerg Bornemann2018-06-221-1/+0
| | | | | | | | Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Fix rules with dependency on artifacts of type "qbs"Christian Kandeler2017-05-221-2/+2
| | | | | | | That was a crude workaround from the time when rules required inputs. Change-Id: I0f20636f237ca34874a4f8a31346f1e366576d7d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Give test project files consistent file namesJoerg Bornemann2017-02-231-0/+0
| | | | | | | | Having multiple project files named just "project.qbs" makes switching buffers harder in IDEs. Change-Id: I847c869292815cc534f903664eb01768f73286b1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Fix warnings in tst_blackbox::errorInfoJoerg Bornemann2016-05-031-0/+1
| | | | | | | | | Set the name of the product in the test. Otherwise it will be named "project" (because it resides in project.qbs) and confuse us with warnings a la "Unknown property: project.fail1". Change-Id: I03ac4cd12f339637455529979ea3dfc95971fe9f Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Display proper file paths and line numbers for errors in more places.Jake Petroules2016-04-142-0/+80
Rule.outputArtifacts, Rule.prepare, and Artifact.filePath will now display the correct file paths and line numbers for errors thrown from those locations (including in imported JavaScript files). Change-Id: I4e3c8e60f30791f5aa4de9e3813d4890c46c09fb Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>