root icon indicating copy to clipboard operation
root copied to clipboard

Clad issues with `MacOSX15.0.sdk`

Open hahnjo opened this issue 1 year ago • 0 comments

After https://github.com/root-project/root/pull/15900, there should be four failing tests due to Clad:

The following tests FAILED:
        206 - gtest-math-mathcore-test-CladDerivatorTests (Failed)
        232 - gtest-roofit-histfactory-test-testHistFactory (Failed)
        235 - gtest-roofit-hs3-test-testRooFitHS3 (Failed)
        267 - gtest-roofit-roofitcore-test-testRooFuncWrapper (Failed)

They seem somehow related to __builtin_pow. For this reason, to keep green builds, clad was disabled for mac-beta in https://github.com/root-project/root/pull/15910.

Reproducer

Install MacOSX15.0.sdk, build ROOT and try to run all tests.

ROOT version

master

Installation method

build from source

Operating system

macOS

hahnjo avatar Jun 24 '24 08:06 hahnjo