Skip to content

Commit

Permalink
Enable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Aug 18, 2024
1 parent 401e019 commit 194239f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion test/exception-multiple-ehframe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ nm mold | grep -q '__tsan_init' && skip

command -v perl > /dev/null || skip

[ $MACHINE = m68k ] && skip
[ $MACHINE = sh4 ] && skip

cat <<EOF | $CXX -o $t/a.o -c -xc++ -
Expand Down
3 changes: 0 additions & 3 deletions test/exception.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
. $(dirname $0)/common.inc

[ $MACHINE = m68k ] && skip
[ $MACHINE = sh4 ] && skip

static=
test_cxxflags -static && static=-static

Expand Down
3 changes: 0 additions & 3 deletions test/issue646.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
. $(dirname $0)/common.inc

[ $MACHINE = m68k ] && skip
[ $MACHINE = sh4 ] && skip

cat <<EOF | $CXX -o $t/a.o -c -xc++ -
#include <iostream>
#include <stdexcept>
Expand Down
4 changes: 0 additions & 4 deletions test/relocatable-c++.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
# OneTBB isn't tsan-clean
nm mold | grep -q '__tsan_init' && skip

# Ubuntu 22.04 GCC is broken
[ $MACHINE = m68k ] && skip
[ $MACHINE = sh4 ] && skip

cat <<EOF | $CXX -c -o $t/a.o -xc++ -
void hello();
void world();
Expand Down

0 comments on commit 194239f

Please sign in to comment.