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 2
2
3
3
// Test that a signal is not delivered when it is blocked.
4
4
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
+
5
9
#include " test.h"
6
10
#include < semaphore.h>
7
11
#include < signal.h>
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
2
2
// 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
+
3
8
#include < pthread.h>
4
9
#include < stdio.h>
5
10
#include < stdlib.h>
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx_tsan %s -o %t && %run %t 2>&1 | FileCheck %s
2
2
// UNSUPPORTED: darwin
3
3
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
5
6
// UNSUPPORTED: !compiler-rt-optimized && ppc
6
7
7
8
// Test case for https://github.com/google/sanitizers/issues/1540
You can’t perform that action at this time.
0 commit comments