History log of /external/junit/src/main/java/org/junit/rules/Timeout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4156f43b51c6f2d42df6e45535e1967aa46514d3 14-Dec-2016 Paul Duffin <paulduffin@google.com> Remove support for stuck threads

The experimental support for stuck threads requires access to
the java.lang.management package which is not supported on
Android.

Bug: 33613916
Test: make checkbuild

Change-Id: I0146a9881f34f6da8f8f24c1ab14131e32733465
/external/junit/src/main/java/org/junit/rules/Timeout.java
aeb93fc33cae3aadbb9b46083350ad2dc9aea645 14-Dec-2016 Paul Duffin <paulduffin@google.com> Upgrade to JUnit 4.12

The license has changed from Common Public License v1.0 to
Eclipse Public License v1.0.

This will not compile as it is because it is intended to be
built against Hamcrest 1.3 or later but it is being built
against Hamcrest 1.1.

A follow on patch will fix the compilation errors so that it
builds against Hamcrest 1.1. That allows Hamcrest to be upgraded
separately. The patch can be reverted once Hamcrest has been
upgraded.

There are also some Android specific issues that will also be
fixed in follow on patches.

Bug: 33613916
Test: make checkbuild
Change-Id: Ic2c983a030399e3ace1a14927cb143fbd8307b4f
/external/junit/src/main/java/org/junit/rules/Timeout.java
4dd042caba6f0ee54f604a409df7152b3e8205bb 14-Dec-2016 Paul Duffin <paulduffin@google.com> Moved source to match upstream file structure

Will make it simpler to update JUnit source.

Bug: 33613916
Test: make checkbuild
Change-Id: I76984a6defd3e40f34eea995e6ed865d32d53da3
/external/junit/src/main/java/org/junit/rules/Timeout.java