forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ ClassProbesMapper fix to initialize the className correctly Related to bazelbuild#16412 Partial commit for third_party/*, see bazelbuild#17514. Signed-off-by: kshyanashree <[email protected]>
- Loading branch information
1 parent
1783aca
commit c95b6f1
Showing
34 changed files
with
21 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
47 changes: 0 additions & 47 deletions
47
third_party/java/jacoco/0001-Disable-use-of-constant-dynamic-bytecode.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From d49447aae32e1794dfc5d5e31c848d57e27d17a7 Mon Sep 17 00:00:00 2001 | ||
From c3d5e0ff638caf0038ce46054b906d51d59623e6 Mon Sep 17 00:00:00 2001 | ||
From: Liam Miller-Cushon <[email protected]> | ||
Date: Thu, 28 Jan 2021 22:18:36 -0800 | ||
Subject: [PATCH 2/2] Partially revert 40c8fd89b0bc0c36e30e6a12f5b42d9da13aca86 | ||
Subject: [PATCH] Partially revert 40c8fd89b0bc0c36e30e6a12f5b42d9da13aca86 | ||
|
||
See b/177687001#comment5. | ||
--- | ||
|
@@ -10,7 +10,7 @@ See b/177687001#comment5. | |
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 { | ||
|
@@ -46,7 +46,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; | ||
|
@@ -92,5 +92,5 @@ index 476c4e2b..70bb4e8a 100644 | |
.getProbes(); | ||
} | ||
-- | ||
2.32.0.93.g670b81a890-goog | ||
2.37.1 (Apple Git-137.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.