OSDN Git Service

Delete unused testing scripts and WithFramework.
authorNarayan Kamath <narayan@google.com>
Thu, 25 Jun 2015 13:22:00 +0000 (14:22 +0100)
committerNarayan Kamath <narayan@google.com>
Thu, 2 Jul 2015 10:41:52 +0000 (11:41 +0100)
commitc21dab9dcbfce40879b86d5a757b749e77f5b244
treee1b3bb06a01b5b99e7844993b5e309960234421c
parent1d50879b1d183d4caa15b9685515b5f959213fe9
Delete unused testing scripts and WithFramework.

These scripts haven't worked in a long time now. run_core_test
uses VM options that aren't supported and WithFramework (which is
unmaintained) and run_junit.sh refers to an APK that doesn't
exist anymore.

If anyone wishes to run these tests individually, they can just
use vogar instead :
$ make vogar vogar.jar
$ vogar --mode=activity frameworks/base/tests/CoreTests/android/core/Sha1Test.java

This also allows us to delete the WithFramework class, which was
only referenced by these obsolete scripts.

bug: 22078684
Change-Id: I481f6721d51d50456421a1526c370b93aec9b351
core/java/com/android/internal/util/WithFramework.java [deleted file]
core/jni/AndroidRuntime.cpp
tests/CoreTests/run_core_test.sh [deleted file]
tests/CoreTests/run_junit.sh [deleted file]