From a9b65b421e09cabdb5c383b69b32e2787fbeadc1 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 28 May 2021 20:54:15 +0300 Subject: Remove HFS workaround as everyone should use APFS by now. --- run_tests.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index 7d9a9e4a2..b55d3c8a9 100755 --- a/run_tests.py +++ b/run_tests.py @@ -245,13 +245,6 @@ def ensure_backend_detects_changes(backend): if backend is not Backend.ninja: return need_workaround = False - # We're not running on HFS+ which only stores dates in seconds: - # https://developer.apple.com/legacy/library/technotes/tn/tn1150.html#HFSPlusDates - # XXX: Upgrade Travis image to Apple FS when that becomes available - # TODO: Detect HFS+ vs APFS - if mesonlib.is_osx(): - mlog.warning('Running on HFS+, enabling timestamp resolution workaround', once=True) - need_workaround = True # We're using ninja >= 1.9 which has QuLogic's patch for sub-1s resolution # timestamps if not NINJA_1_9_OR_NEWER: -- cgit v1.2.3