aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/error-info
Commit message (Collapse)AuthorAgeFilesLines
* 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>