Skip to content

Commit

Permalink
Add jacoco 0.8.8
Browse files Browse the repository at this point in the history
Related to bazelbuild#16412
  • Loading branch information
somethingvague committed Jan 31, 2023
1 parent c5e9f85 commit 92136db
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 57 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
From d49447aae32e1794dfc5d5e31c848d57e27d17a7 Mon Sep 17 00:00:00 2001
From: Liam Miller-Cushon <cushon@google.com>
Date: Thu, 28 Jan 2021 22:18:36 -0800
Subject: [PATCH 2/2] Partially revert 40c8fd89b0bc0c36e30e6a12f5b42d9da13aca86
From abad2f947ed3193b6e5d0450f534080d91a8fd9e Mon Sep 17 00:00:00 2001
From: something_vague <philip.regan@ln.email.gs.com>
Date: Mon, 30 Jan 2023 15:40:09 +0000
Subject: [PATCH] Partially revert 40c8fd89b0bc0c36e30e6a12f5b42d9da13

See b/177687001#comment5.
---
.../org/jacoco/agent/rt/internal/Agent.java | 9 +++----
.../org/jacoco/agent/rt/internal/Offline.java | 24 +++++++------------
2 files changed, 11 insertions(+), 22 deletions(-)

diff --git a/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/Agent.java b/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/Agent.java
index efb74846..bba5dd1d 100644
index 1f1696ff..cc5d37db 100644
--- a/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/Agent.java
+++ b/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/Agent.java
@@ -44,11 +44,8 @@ public class Agent implements IAgent {
Expand Down Expand Up @@ -46,7 +45,7 @@ index efb74846..bba5dd1d 100644
}

diff --git a/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/Offline.java b/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/Offline.java
index 476c4e2b..70bb4e8a 100644
index 60c56686..c425f7a1 100644
--- a/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/Offline.java
+++ b/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/Offline.java
@@ -23,25 +23,17 @@ import org.jacoco.core.runtime.RuntimeData;
Expand Down Expand Up @@ -92,5 +91,5 @@ index 476c4e2b..70bb4e8a 100644
.getProbes();
}
--
2.32.0.93.g670b81a890-goog
2.37.1 (Apple Git-137.1)

4 changes: 2 additions & 2 deletions third_party/java/jacoco/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ exports_files(["LICENSE"])

package(default_visibility = ["//visibility:public"])

LASTVERSION = "0.8.7"
LASTVERSION = "0.8.8"

VERSIONS = ("0.8.7",)
VERSIONS = ("0.8.7", "0.8.8")

filegroup(
name = "srcs",
Expand Down
Binary file added third_party/java/jacoco/jacocoagent-0.8.8.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added third_party/java/jacoco/org.jacoco.ant-0.8.8.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 92136db

Please sign in to comment.