[diffoscope] 02/04: Update exepcted javap output for OpenJDK 1.8
Jérémy Bobbio
lunar at moszumanska.debian.org
Wed Feb 17 19:00:06 CET 2016
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository diffoscope.
commit 2b435ee248376aabd84635166e6e0af535150f13
Author: Jérémy Bobbio <lunar at debian.org>
Date: Wed Feb 17 16:02:26 2016 +0000
Update exepcted javap output for OpenJDK 1.8
---
tests/data/class_expected_diff | 15 ++++++++-------
tests/data/dex_expected_diffs | 12 ++++++------
2 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/tests/data/class_expected_diff b/tests/data/class_expected_diff
index 3e9ed43..7b32d8f 100644
--- a/tests/data/class_expected_diff
+++ b/tests/data/class_expected_diff
@@ -1,15 +1,16 @@
-@@ -36,12 +36,12 @@
+@@ -31,13 +31,13 @@
+ line 1: 0
+
public static int main(java.lang.String[]);
- Signature: ([Ljava/lang/String;)I
+ descriptor: ([Ljava/lang/String;)I
flags: ACC_PUBLIC, ACC_STATIC
- LineNumberTable:
- line 3: 0
Code:
stack=1, locals=1, args_size=1
- 0: bipush 42
-- 2: ireturn
-+ 0: iconst_m1
-+ 1: ireturn
+- 2: ireturn
++ 0: iconst_m1
++ 1: ireturn
LineNumberTable:
line 3: 0
}
+ SourceFile: "Test.java"
diff --git a/tests/data/dex_expected_diffs b/tests/data/dex_expected_diffs
index 28090cc..32aafd7 100644
--- a/tests/data/dex_expected_diffs
+++ b/tests/data/dex_expected_diffs
@@ -16,21 +16,21 @@
disk number on which file begins: disk 1
apparent file type: binary
@@ -17,16 +17,16 @@
- #12 = Methodref #4.#11 // android/app/Activity.onCreate:(Landroid/os/Bundle;)V
+ #12 = Methodref #4.#11 // android/app/Activity.onCreate:(Landroid/os/Bundle;)V
#13 = Integer 2130903040
#14 = Float 1.7412887E38f
#15 = Utf8 setContentView
#16 = Utf8 (I)V
- #17 = NameAndType #15:#16 // setContentView:(I)V
- #18 = Methodref #2.#17 // com/example/MainActivity.setContentView:(I)V
+ #17 = NameAndType #15:#16 // setContentView:(I)V
+ #18 = Methodref #2.#17 // com/example/MainActivity.setContentView:(I)V
- #19 = Utf8 Sat Nov 21 14:20:33 CET 2015
-- #20 = String #19 // Sat Nov 21 14:20:33 CET 2015
+- #20 = String #19 // Sat Nov 21 14:20:33 CET 2015
+ #19 = Utf8 Thu Mar 17 11:54:42 CET 2016
-+ #20 = String #19 // Thu Mar 17 11:54:42 CET 2016
++ #20 = String #19 // Thu Mar 17 11:54:42 CET 2016
#21 = Utf8 Code
{
public com.example.MainActivity();
- Signature: ()V
+ descriptor: ()V
flags: ACC_PUBLIC
Code:
stack=300, locals=1, args_size=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list