Skip to content

Commit

Permalink
Merge pull request #6903 from knn-k/disableThrCputimeTest
Browse files Browse the repository at this point in the history
Temporarily disable TestOtherThreadCputime on AArch64 macOS
  • Loading branch information
0xdaryl authored Feb 27, 2023
2 parents 4d9ca41 + bf20259 commit 084e87a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fvtest/threadextendedtest/threadCpuTimeTest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2014, 2020 IBM Corp. and others
* Copyright (c) 2014, 2023 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand All @@ -23,6 +23,11 @@
#include "thread_api.h"
#include "threadExtendedTestHelpers.hpp"

#if defined(OSX) && defined(OMR_ARCH_AARCH64)
/* See OMR Issue #6774 */
#define TestOtherThreadCputime DISABLED_TestOtherThreadCputime
#endif /* defined(OSX) && defined(OMR_ARCH_AARCH64) */

#define NUM_ITERATIONS 50

#define LONG_MILLI_TIMEOUT 900000
Expand Down

0 comments on commit 084e87a

Please sign in to comment.