Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
173
Issue boards
Milestones
Wiki
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
diffoscope
Commits
77bc7d53
Commit
77bc7d53
authored
4 years ago
by
Jean-Romain Garnier
Committed by
Chris Lamb
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix tests using javap tools
Excepted output was missing checksum values
parent
e30e18e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/data/dex_expected_diffs
+11
-1
11 additions, 1 deletion
tests/data/dex_expected_diffs
tests/data/javap_class_expected_diff
+11
-1
11 additions, 1 deletion
tests/data/javap_class_expected_diff
with
22 additions
and
2 deletions
tests/data/dex_expected_diffs
+
11
−
1
View file @
77bc7d53
...
...
@@ -15,7 +15,17 @@
length of file comment: 0 characters
disk number on which file begins: disk 1
apparent file type: binary
@@ -20,16 +20,16 @@
@@ -1,8 +1,8 @@
- SHA-256 checksum ca6bb78f123647bf5fe7d869a959a63d0ef869fb1044e4271bb61b61fe30a69e
+ SHA-256 checksum eeb197e12d3a700cdaad1ba86cd87b18c1e83106749ce96facc5adefbf501a44
public class com.example.MainActivity extends android.app.Activity
minor version: 0
major version: 49
flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: #2 // com/example/MainActivity
super_class: #4 // android/app/Activity
interfaces: 0, fields: 0, methods: 2, attributes: 0
@@ -21,16 +21,16 @@
#12 = Methodref #4.#11 // android/app/Activity.onCreate:(Landroid/os/Bundle;)V
#13 = Integer 2130903040
#14 = Float 1.7412887E38f
...
...
This diff is collapsed.
Click to expand it.
tests/data/javap_class_expected_diff
+
11
−
1
View file @
77bc7d53
@@ -34,13 +34,13 @@
@@ -1,8 +1,8 @@
- SHA-256 checksum 1320bc60b3c655240463c7e8be150ddcacdd52c22bc618527198d9185f74fa37
+ SHA-256 checksum 5b5ebbd1e4ffb6d650a3e8789564f45b0e6f6f70abf147a0f38dec7e8acb1d33
Compiled from "Test.java"
class Test
minor version: 0
major version: 50
flags: (0x0020) ACC_SUPER
this_class: #2 // Test
super_class: #3 // java/lang/Object
@@ -35,13 +35,13 @@
line 1: 0
public static int main(java.lang.String[]);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment