WALA/com.ibm.wala.core.tests
Ben Liblit b14804bfdc Don't put fixed-name, writable files into "java.io.tmpdir"
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.
2018-04-18 11:29:29 -05:00
..
.settings Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
dat changes for handling of 'callbacks' in dynamic CGs 2015-06-28 17:06:21 -04:00
launchers Update Eclipse JUnit test launchers for use with Buildship 2018-04-18 11:29:27 -05:00
META-INF Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00
src/com/ibm/wala Don't put fixed-name, writable files into "java.io.tmpdir" 2018-04-18 11:29:29 -05:00
build.gradle Rename a build task to more clearly reflect what it builds 2018-04-18 11:29:29 -05:00
build.properties Tweak output dirs to match what Buildship puts into ".classpath" 2018-04-18 11:29:25 -05:00
javaCompiler...args generate linux build file 2008-05-29 15:34:20 +00:00
plugin.properties complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
plugin.xml Add stub DOCTYPE declarations for Eclipse plug-in manifest files 2016-11-28 14:55:34 -06:00
pom.xml Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00