Skip to content

Commit 71da1d8

Browse files
committed
Remove XFAIL marker from 2 tests
1 parent cfe2a93 commit 71da1d8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

compiler-rt/test/tsan/java_heap_init2.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
2-
// XFAIL: *
32

43
#include "java.h"
54
#include <errno.h>

compiler-rt/test/tsan/munmap_clear_shadow.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clang_tsan %s -o %t && %run %t | FileCheck %s
2-
// XFAIL: *
32

43
#include "test.h"
54
#include <assert.h>

0 commit comments

Comments
 (0)