File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 22
33// Test that a signal is not delivered when it is blocked.
44
5+ // FIXME: Very flaky on PPC with COMPILER_RT_DEBUG.
6+ // https://github.com/google/sanitizers/issues/1792
7+ // UNSUPPORTED: !compiler-rt-optimized && ppc
8+
59#include " test.h"
610#include < semaphore.h>
711#include < signal.h>
Original file line number Diff line number Diff line change 11// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
22// UNSUPPORTED: darwin
3+
4+ // FIXME: Very flaky on PPC with COMPILER_RT_DEBUG.
5+ // https://github.com/google/sanitizers/issues/1792
6+ // UNSUPPORTED: !compiler-rt-optimized && ppc
7+
38#include < pthread.h>
49#include < stdio.h>
510#include < stdlib.h>
Original file line number Diff line number Diff line change 11// RUN: %clangxx_tsan %s -o %t && %run %t 2>&1 | FileCheck %s
22// UNSUPPORTED: darwin
33
4- // It's very flaky on PPC with COMPILER_RT_DEBUG.
4+ // FIXME: Very flaky on PPC with COMPILER_RT_DEBUG.
5+ // https://github.com/google/sanitizers/issues/1792
56// UNSUPPORTED: !compiler-rt-optimized && ppc
67
78// Test case for https://github.com/google/sanitizers/issues/1540
You can’t perform that action at this time.
0 commit comments