aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackboxjava.h
Commit message (Collapse)AuthorAgeFilesLines
* Separate the Java and Android autotests into their own suitesJake Petroules2017-08-291-5/+0
| | | | | | | | | | | | | Android is not inherently tied to Java. Android apps can be built without any Java at all (for example, using Kotlin and/or C++ instead of Java). This also paves the way to greatly expand the Android test suite as we should be independently testing various pieces of functionality rather than grouping everything into a single multi-axis test case. Change-Id: I0b2950e701461320e7eb7266acccc78f5d98261f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Autotests: Fix the findAndroid() function and its usageChristian Kandeler2017-05-311-1/+1
| | | | | | | | We passed the wrong profile and never noticed it, because a failure had no consequences. Change-Id: I0297b056b911c90e9cf42f58e73fe565da1a5eb7 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Split up javaDependencyTracking testJake Petroules2016-12-121-0/+1
| | | | | | | | | This now runs as a series of individual tests that take approximately 10 seconds each rather than one giant monolithic test that takes several minutes without any progress indication whatsoever. Change-Id: I02432818bb1fc45677926cf42d7815ebd1b8dec1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Downgrade error message from JavaCompilerScanner to a warningJake Petroules2016-12-071-0/+1
| | | | | | | | | | | | | This is not actually fatal, as Qbs collects dependency information both from the TreePathScanner API *and* the output files the compilation process writes to. Instead, downgrade it to a warning and also point users to the bug report. This fixes a regression from 1.5.x. Adds an XFAIL'ing autotest. Task-number: QBS-1069 Change-Id: I30e5f5d0d1554bf5078509768fdad12f20922319 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Update license headersIikka Eklund2016-08-291-15/+13
| | | | | | | | | | Patch-set 1 includes *.h Every source file needs to have up-to-date license headers in order to pass ci. Change-Id: Ib6cf3ac47dfba6dff262fded44bc952aef3bda8b Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Split off the Java-related blackbox testsChristian Kandeler2016-08-081-0/+53
They take an extraordinary amount of time and should thus run in parallel to the other tests. Change-Id: I435dd5506cc3f26e351c700ce6be2476d041b6af Reviewed-by: Jake Petroules <jake.petroules@qt.io>