If multiple tests both write to "/tmp/cg.txt" (for example), then these tests cannot safely run concurrently. That never used to be a problem with Maven, since our Maven tests were all strictly sequential anyway. But parallelized testing using Gradle requires that we do better. Fortunately, Java has perfectly reasonable APIs for generating uniquely-named temporary files and directories. |
||
|---|---|---|
| .. | ||
| .settings | ||
| META-INF | ||
| models | ||
| OSGI-INF/l10n | ||
| src | ||
| .gitignore | ||
| apkCGBuilder.xml | ||
| build.gradle | ||
| build.properties | ||
| build.xml | ||
| mvncentral.xml | ||
| pom.xml | ||
| README | ||
| StringTest.apk | ||
NOTICE ====== This project was extracted from the SCanDroid project: https://github.com/SCanDroid (c) Copyright 2009-2012 The preferred license for SCanDroid is the BSD License and the majority of the SCanDroid software is licensed with it. Based on that license, the code in WALA is being redistributed under the EPL.