History log of /external/vogar/src/vogar/target/TargetRunner.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c6428e1bcddf0c04ed9f58bf6c89a33d70f75a95 07-Jun-2017 Andreas Gampe <agampe@google.com> Vogar: Remove Android Sampling Profiler support

The sampling profiler has been unmaintained and untested, and will
be removed.

Bug: 37272346
Test: m
Test: Device boots
Test: art/tools/run-libcore-tests.sh
Test: java -cp ${ANDROID_BUILD_TOP}/out/host/linux-x86/framework/vogar-tests.jar org.junit.runner.JUnitCore vogar.AllTests
Change-Id: I64d77244b5816ef1f605d19530b96be38f5c1bc6
/external/vogar/src/vogar/target/TargetRunner.java
e1dc67ee55248b80aed08bf592f246d0c0728bb1 19-Mar-2016 Paul Duffin <paulduffin@google.com> Rename Runner to TargetRunner

This is in preparation for switching over to using standard
junit. JUnit has its own Runner class that does something
reasonably similar but not the same so this should avoid
confusion while making the switch over. Eventually, the
TargetRunner classes will be replaced with ones based off JUnit.

Bug: 27940141
Change-Id: I3327ff2fb0947bf22038a8db1603daa8420b78ee
/external/vogar/src/vogar/target/TargetRunner.java