aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Boekenoogen <jboekeno@google.com>2015-07-10 14:41:14 -0700
committerJon Boekenoogen <jboekeno@google.com>2015-07-10 14:42:17 -0700
commit5525767b400d7dd056861b51de0a64761ded521e (patch)
treeb14d4b86af4072e0792722f5713d67a461a0b1a8
parent61cd34bba9214a6db81d985b17aa8f719a48e1ca (diff)
downloadrobolectric-5525767b400d7dd056861b51de0a64761ded521e.tar.gz
Update Robolectric v3.
New version changed to commit: 919936c366f3877885ff2b4074373977abe741ef There were some RAM usage improvements that increase the speed of large test suites. (~25 seconds faster for IM tests) Moved to more real code for Intents. Fixed some inconsistencies in Looper. Change-Id: I827c7c46c3e766f72d9a1da2ed4035de5a6efeb9
-rw-r--r--v3/README.txt2
-rw-r--r--v3/build.gradle2
-rw-r--r--v3/robolectric-3.0-SNAPSHOT.jarbin156042 -> 0 bytes
-rw-r--r--v3/robolectric-3.1-SNAPSHOT.jarbin0 -> 171358 bytes
-rw-r--r--v3/robolectric-annotations-3.0-SNAPSHOT.jarbin10503 -> 0 bytes
-rw-r--r--v3/robolectric-annotations-3.1-SNAPSHOT.jarbin0 -> 10648 bytes
-rw-r--r--v3/robolectric-processor-3.0-SNAPSHOT.jarbin41300 -> 0 bytes
-rw-r--r--v3/robolectric-processor-3.1-SNAPSHOT.jarbin0 -> 41844 bytes
-rw-r--r--v3/robolectric-resources-3.0-SNAPSHOT.jarbin155335 -> 0 bytes
-rw-r--r--v3/robolectric-resources-3.1-SNAPSHOT.jarbin0 -> 150461 bytes
-rw-r--r--v3/robolectric-utils-3.0-SNAPSHOT.jarbin40639 -> 0 bytes
-rw-r--r--v3/robolectric-utils-3.1-SNAPSHOT.jarbin0 -> 40476 bytes
-rw-r--r--v3/runtime/shadows-core-3.1-SNAPSHOT-16.jar (renamed from v3/runtime/shadows-core-3.0-SNAPSHOT-16.jar)bin2637140 -> 2642169 bytes
-rw-r--r--v3/runtime/shadows-core-3.1-SNAPSHOT-17.jar (renamed from v3/runtime/shadows-core-3.0-SNAPSHOT-17.jar)bin2639656 -> 2644770 bytes
-rw-r--r--v3/runtime/shadows-core-3.1-SNAPSHOT-18.jar (renamed from v3/runtime/shadows-core-3.0-SNAPSHOT-18.jar)bin2644164 -> 2650306 bytes
-rw-r--r--v3/runtime/shadows-core-3.1-SNAPSHOT-19.jar (renamed from v3/runtime/shadows-core-3.0-SNAPSHOT-19.jar)bin2646675 -> 2652848 bytes
-rw-r--r--v3/runtime/shadows-core-3.1-SNAPSHOT-21.jar (renamed from v3/runtime/shadows-core-3.0-SNAPSHOT-21.jar)bin2644844 -> 2651473 bytes
-rw-r--r--v3/shadows-httpclient-3.0-SNAPSHOT.jarbin46619 -> 0 bytes
-rw-r--r--v3/shadows-httpclient-3.1-SNAPSHOT.jarbin0 -> 46284 bytes
-rw-r--r--v3/shadows-multidex-3.0-SNAPSHOT.jarbin3869 -> 0 bytes
-rw-r--r--v3/shadows-multidex-3.1-SNAPSHOT.jarbin0 -> 4157 bytes
-rw-r--r--v3/shadows-play-services-3.0-SNAPSHOT.jarbin4105 -> 0 bytes
-rw-r--r--v3/shadows-play-services-3.1-SNAPSHOT.jarbin0 -> 4380 bytes
-rw-r--r--v3/shadows-support-v4-3.0-SNAPSHOT.jarbin15304 -> 0 bytes
-rw-r--r--v3/shadows-support-v4-3.1-SNAPSHOT.jarbin0 -> 15932 bytes
-rwxr-xr-x[-rw-r--r--]v3/update_robolectric.sh28
26 files changed, 16 insertions, 16 deletions
diff --git a/v3/README.txt b/v3/README.txt
index b345f97df..f5cf9b856 100644
--- a/v3/README.txt
+++ b/v3/README.txt
@@ -3,7 +3,7 @@ Robolectric source code is distributed at https://github.com/robolectric/robolec
#
# Jars built from source
#
-Robolectric commit sha1: 2c10ae67202575ca1534a2961c5afcaabe3a53fc
+Robolectric commit sha1: 919936c366f3877885ff2b4074373977abe741ef
Jars built from source:
robolectric-*-3.0-SNAPSHOT.jar
diff --git a/v3/build.gradle b/v3/build.gradle
index 4dbff890b..3d150220b 100644
--- a/v3/build.gradle
+++ b/v3/build.gradle
@@ -36,5 +36,5 @@ dependencies {
// runtime based on sdk version specified in test.
compile files("runtime/android-all-5.0.0_r2-robolectric-1.jar")
compile files("runtime/json-20080701.jar")
- compile files("runtime/shadows-core-3.0-SNAPSHOT-21.jar")
+ compile files("runtime/shadows-core-3.1-SNAPSHOT-21.jar")
}
diff --git a/v3/robolectric-3.0-SNAPSHOT.jar b/v3/robolectric-3.0-SNAPSHOT.jar
deleted file mode 100644
index 65ca8f847..000000000
--- a/v3/robolectric-3.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/v3/robolectric-3.1-SNAPSHOT.jar b/v3/robolectric-3.1-SNAPSHOT.jar
new file mode 100644
index 000000000..911b65767
--- /dev/null
+++ b/v3/robolectric-3.1-SNAPSHOT.jar
Binary files differ
diff --git a/v3/robolectric-annotations-3.0-SNAPSHOT.jar b/v3/robolectric-annotations-3.0-SNAPSHOT.jar
deleted file mode 100644
index a57159ae5..000000000
--- a/v3/robolectric-annotations-3.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/v3/robolectric-annotations-3.1-SNAPSHOT.jar b/v3/robolectric-annotations-3.1-SNAPSHOT.jar
new file mode 100644
index 000000000..470a24e7d
--- /dev/null
+++ b/v3/robolectric-annotations-3.1-SNAPSHOT.jar
Binary files differ
diff --git a/v3/robolectric-processor-3.0-SNAPSHOT.jar b/v3/robolectric-processor-3.0-SNAPSHOT.jar
deleted file mode 100644
index 9146f4471..000000000
--- a/v3/robolectric-processor-3.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/v3/robolectric-processor-3.1-SNAPSHOT.jar b/v3/robolectric-processor-3.1-SNAPSHOT.jar
new file mode 100644
index 000000000..60e88beee
--- /dev/null
+++ b/v3/robolectric-processor-3.1-SNAPSHOT.jar
Binary files differ
diff --git a/v3/robolectric-resources-3.0-SNAPSHOT.jar b/v3/robolectric-resources-3.0-SNAPSHOT.jar
deleted file mode 100644
index 566252d36..000000000
--- a/v3/robolectric-resources-3.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/v3/robolectric-resources-3.1-SNAPSHOT.jar b/v3/robolectric-resources-3.1-SNAPSHOT.jar
new file mode 100644
index 000000000..a3c30e523
--- /dev/null
+++ b/v3/robolectric-resources-3.1-SNAPSHOT.jar
Binary files differ
diff --git a/v3/robolectric-utils-3.0-SNAPSHOT.jar b/v3/robolectric-utils-3.0-SNAPSHOT.jar
deleted file mode 100644
index c3447446a..000000000
--- a/v3/robolectric-utils-3.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/v3/robolectric-utils-3.1-SNAPSHOT.jar b/v3/robolectric-utils-3.1-SNAPSHOT.jar
new file mode 100644
index 000000000..020593ccb
--- /dev/null
+++ b/v3/robolectric-utils-3.1-SNAPSHOT.jar
Binary files differ
diff --git a/v3/runtime/shadows-core-3.0-SNAPSHOT-16.jar b/v3/runtime/shadows-core-3.1-SNAPSHOT-16.jar
index 01d952ef8..a0902ba63 100644
--- a/v3/runtime/shadows-core-3.0-SNAPSHOT-16.jar
+++ b/v3/runtime/shadows-core-3.1-SNAPSHOT-16.jar
Binary files differ
diff --git a/v3/runtime/shadows-core-3.0-SNAPSHOT-17.jar b/v3/runtime/shadows-core-3.1-SNAPSHOT-17.jar
index 47b788413..a4baee963 100644
--- a/v3/runtime/shadows-core-3.0-SNAPSHOT-17.jar
+++ b/v3/runtime/shadows-core-3.1-SNAPSHOT-17.jar
Binary files differ
diff --git a/v3/runtime/shadows-core-3.0-SNAPSHOT-18.jar b/v3/runtime/shadows-core-3.1-SNAPSHOT-18.jar
index 999208dc3..47928fe9a 100644
--- a/v3/runtime/shadows-core-3.0-SNAPSHOT-18.jar
+++ b/v3/runtime/shadows-core-3.1-SNAPSHOT-18.jar
Binary files differ
diff --git a/v3/runtime/shadows-core-3.0-SNAPSHOT-19.jar b/v3/runtime/shadows-core-3.1-SNAPSHOT-19.jar
index 261170a76..ed11de44b 100644
--- a/v3/runtime/shadows-core-3.0-SNAPSHOT-19.jar
+++ b/v3/runtime/shadows-core-3.1-SNAPSHOT-19.jar
Binary files differ
diff --git a/v3/runtime/shadows-core-3.0-SNAPSHOT-21.jar b/v3/runtime/shadows-core-3.1-SNAPSHOT-21.jar
index 2b7ea1ce6..c37663434 100644
--- a/v3/runtime/shadows-core-3.0-SNAPSHOT-21.jar
+++ b/v3/runtime/shadows-core-3.1-SNAPSHOT-21.jar
Binary files differ
diff --git a/v3/shadows-httpclient-3.0-SNAPSHOT.jar b/v3/shadows-httpclient-3.0-SNAPSHOT.jar
deleted file mode 100644
index 08795fff7..000000000
--- a/v3/shadows-httpclient-3.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/v3/shadows-httpclient-3.1-SNAPSHOT.jar b/v3/shadows-httpclient-3.1-SNAPSHOT.jar
new file mode 100644
index 000000000..43f75e39f
--- /dev/null
+++ b/v3/shadows-httpclient-3.1-SNAPSHOT.jar
Binary files differ
diff --git a/v3/shadows-multidex-3.0-SNAPSHOT.jar b/v3/shadows-multidex-3.0-SNAPSHOT.jar
deleted file mode 100644
index 3ba04a2bd..000000000
--- a/v3/shadows-multidex-3.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/v3/shadows-multidex-3.1-SNAPSHOT.jar b/v3/shadows-multidex-3.1-SNAPSHOT.jar
new file mode 100644
index 000000000..8ba08c830
--- /dev/null
+++ b/v3/shadows-multidex-3.1-SNAPSHOT.jar
Binary files differ
diff --git a/v3/shadows-play-services-3.0-SNAPSHOT.jar b/v3/shadows-play-services-3.0-SNAPSHOT.jar
deleted file mode 100644
index a932d953f..000000000
--- a/v3/shadows-play-services-3.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/v3/shadows-play-services-3.1-SNAPSHOT.jar b/v3/shadows-play-services-3.1-SNAPSHOT.jar
new file mode 100644
index 000000000..d493db991
--- /dev/null
+++ b/v3/shadows-play-services-3.1-SNAPSHOT.jar
Binary files differ
diff --git a/v3/shadows-support-v4-3.0-SNAPSHOT.jar b/v3/shadows-support-v4-3.0-SNAPSHOT.jar
deleted file mode 100644
index 44ffa29c2..000000000
--- a/v3/shadows-support-v4-3.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/v3/shadows-support-v4-3.1-SNAPSHOT.jar b/v3/shadows-support-v4-3.1-SNAPSHOT.jar
new file mode 100644
index 000000000..2dd754501
--- /dev/null
+++ b/v3/shadows-support-v4-3.1-SNAPSHOT.jar
Binary files differ
diff --git a/v3/update_robolectric.sh b/v3/update_robolectric.sh
index 7c90ecb82..60ef01171 100644..100755
--- a/v3/update_robolectric.sh
+++ b/v3/update_robolectric.sh
@@ -11,21 +11,21 @@
MVN_ROOT=$HOME/.m2/repository
ROBOLECTRIC_DIR=external/robolectric/v3
-cp $MVN_ROOT/org/robolectric/robolectric/3.0-SNAPSHOT/robolectric-3.0-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
-cp $MVN_ROOT/org/robolectric/robolectric-annotations/3.0-SNAPSHOT/robolectric-annotations-3.0-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
-cp $MVN_ROOT/org/robolectric/robolectric-processor/3.0-SNAPSHOT/robolectric-processor-3.0-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
-cp $MVN_ROOT/org/robolectric/robolectric-resources/3.0-SNAPSHOT/robolectric-resources-3.0-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
-cp $MVN_ROOT/org/robolectric/robolectric-utils/3.0-SNAPSHOT/robolectric-utils-3.0-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
+cp $MVN_ROOT/org/robolectric/robolectric/3.1-SNAPSHOT/robolectric-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
+cp $MVN_ROOT/org/robolectric/robolectric-annotations/3.1-SNAPSHOT/robolectric-annotations-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
+cp $MVN_ROOT/org/robolectric/robolectric-processor/3.1-SNAPSHOT/robolectric-processor-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
+cp $MVN_ROOT/org/robolectric/robolectric-resources/3.1-SNAPSHOT/robolectric-resources-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
+cp $MVN_ROOT/org/robolectric/robolectric-utils/3.1-SNAPSHOT/robolectric-utils-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
-cp $MVN_ROOT/org/robolectric/shadows-httpclient/3.0-SNAPSHOT/shadows-httpclient-3.0-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
-cp $MVN_ROOT/org/robolectric/shadows-support-v4/3.0-SNAPSHOT/shadows-support-v4-3.0-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
-cp $MVN_ROOT/org/robolectric/shadows-multidex/3.0-SNAPSHOT/shadows-multidex-3.0-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
+cp $MVN_ROOT/org/robolectric/shadows-httpclient/3.1-SNAPSHOT/shadows-httpclient-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
+cp $MVN_ROOT/org/robolectric/shadows-support-v4/3.1-SNAPSHOT/shadows-support-v4-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
+cp $MVN_ROOT/org/robolectric/shadows-multidex/3.1-SNAPSHOT/shadows-multidex-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
-cp $MVN_ROOT/org/robolectric/shadows-play-services/3.0-SNAPSHOT/shadows-play-services-3.0-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
+cp $MVN_ROOT/org/robolectric/shadows-play-services/3.1-SNAPSHOT/shadows-play-services-3.1-SNAPSHOT.jar $ROBOLECTRIC_DIR/.
-cp $MVN_ROOT/org/robolectric/shadows-core/3.0-SNAPSHOT/shadows-core-3.0-SNAPSHOT-16.jar $ROBOLECTRIC_DIR/runtime/.
-cp $MVN_ROOT/org/robolectric/shadows-core/3.0-SNAPSHOT/shadows-core-3.0-SNAPSHOT-17.jar $ROBOLECTRIC_DIR/runtime/.
-cp $MVN_ROOT/org/robolectric/shadows-core/3.0-SNAPSHOT/shadows-core-3.0-SNAPSHOT-18.jar $ROBOLECTRIC_DIR/runtime/.
-cp $MVN_ROOT/org/robolectric/shadows-core/3.0-SNAPSHOT/shadows-core-3.0-SNAPSHOT-19.jar $ROBOLECTRIC_DIR/runtime/.
-cp $MVN_ROOT/org/robolectric/shadows-core/3.0-SNAPSHOT/shadows-core-3.0-SNAPSHOT-21.jar $ROBOLECTRIC_DIR/runtime/.
+cp $MVN_ROOT/org/robolectric/shadows-core/3.1-SNAPSHOT/shadows-core-3.1-SNAPSHOT-16.jar $ROBOLECTRIC_DIR/runtime/.
+cp $MVN_ROOT/org/robolectric/shadows-core/3.1-SNAPSHOT/shadows-core-3.1-SNAPSHOT-17.jar $ROBOLECTRIC_DIR/runtime/.
+cp $MVN_ROOT/org/robolectric/shadows-core/3.1-SNAPSHOT/shadows-core-3.1-SNAPSHOT-18.jar $ROBOLECTRIC_DIR/runtime/.
+cp $MVN_ROOT/org/robolectric/shadows-core/3.1-SNAPSHOT/shadows-core-3.1-SNAPSHOT-19.jar $ROBOLECTRIC_DIR/runtime/.
+cp $MVN_ROOT/org/robolectric/shadows-core/3.1-SNAPSHOT/shadows-core-3.1-SNAPSHOT-21.jar $ROBOLECTRIC_DIR/runtime/.