WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/demandpa
Julian Dolby d24519e974 cross-cutting changes to make more of WALA runnable with TeaVM. The biggest change is refactoring to AnalysisCache and friends; since TeaVM does not support SoftReference, I needed to add a layer of interfaces so that I can use a more simpleminded caching implementation for TeaVM. There are other changes to Module and friends to break connections with File and URL, which also cause TeaVM grief. I also organized imports in many places to remove unused types that caused trouble. 2017-02-02 20:33:27 -05:00
..
AbstractPtrTest.java cross-cutting changes to make more of WALA runnable with TeaVM. The biggest change is refactoring to AnalysisCache and friends; since TeaVM does not support SoftReference, I needed to add a layer of interfaces so that I can use a more simpleminded caching implementation for TeaVM. There are other changes to Module and friends to break connections with File and URL, which also cause TeaVM grief. I also organized imports in many places to remove unused types that caused trouble. 2017-02-02 20:33:27 -05:00
ContextSensitiveTest.java for now, ignore tests impacted by library change 2013-11-26 19:26:52 -05:00
IntraprocTest.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
NoRefinePtrTest.java changes to get tests passing on Java 7 2013-05-26 10:07:46 -07:00
OnTheFlyPtrTest.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
RefineFieldsPtrTest.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
TestInfo.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
TunedRefinementTest.java add standard type parameter to most pointer analysis references. When it breaks we move back to ? extends InstanceKey. 2014-05-20 22:00:06 +02:00