[all-commits] [llvm/llvm-project] 34208e: [ObjectYAML] Avoid comparison of compressed data (...

Michael Jones via All-commits all-commits at lists.llvm.org
Mon Jun 8 14:13:44 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34208eb1a7fc4088da22099872f09f62c6497154
      https://github.com/llvm/llvm-project/commit/34208eb1a7fc4088da22099872f09f62c6497154
  Author: Michael Jones <michaelrj at google.com>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M llvm/unittests/ObjectYAML/DXContainerYAMLTest.cpp

  Log Message:
  -----------
  [ObjectYAML] Avoid comparison of compressed data (#202413)

The result of zlib compression isn't consistent across versions.
Downstream this test was failing due to our version giving slightly
different results. This version passes both upstream and downstream.

Assisted-by: Automated tooling, human reviewed.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list