summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-03-18 13:55:26 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-03-18 13:55:26 +0000
commit794f9de88e47506390237a2b45d0a859be0244f1 (patch)
tree84a9208b1eaff7b6ccf250d798e4d9db93bac14e
parent56dee36adb2557593b47a54a882006523a65a170 (diff)
parente365b8e5876325ad6b00ad899349d071eeec605b (diff)
Merge "Revert "Temporarily disable test_compare_to_golden"" into main
-rwxr-xr-xtools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py b/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py
index 1dec6ab092cb..cee29dcd1d59 100755
--- a/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py
+++ b/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py
@@ -46,7 +46,6 @@ def check_one_file(filename):
class TestWithGoldenOutput(unittest.TestCase):
# Test to check the generated jar files to the golden output.
- @unittest.skip("Disabled until JDK 21 is merged and the golden files updated")
def test_compare_to_golden(self):
files = os.listdir(GOLDEN_DIR)
files.sort()