Skip to content

Commit

Permalink
Fix tests that fail on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
wg committed Feb 15, 2015
1 parent b63cee4 commit 42f5ac5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Expand Up @@ -13,6 +13,7 @@
// gdb-pretty-struct-and-enums.rs

// ignore-windows failing on win32 bot
// ignore-freebsd: gdb package too new
// ignore-tidy-linelength
// ignore-lldb
// ignore-android: FIXME(#10381)
Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/gdb-pretty-struct-and-enums.rs
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

// ignore-windows failing on win32 bot
// ignore-freebsd: output doesn't match
// ignore-tidy-linelength
// ignore-lldb
// ignore-android: FIXME(#10381)
Expand Down
4 changes: 2 additions & 2 deletions src/test/run-make/use-extern-for-plugins/Makefile
@@ -1,6 +1,6 @@
-include ../tools.mk

ifneq ($(UNAME),OpenBSD)
ifneq ($(findstring BSD,$(UNAME)),BSD)
HOST := $(shell $(RUSTC) -vV | grep 'host:' | sed 's/host: //')
ifeq ($(findstring i686,$(HOST)),i686)
TARGET := $(subst i686,x86_64,$(HOST))
Expand All @@ -13,6 +13,6 @@ all:
$(RUSTC) bar.rs -C extra-filename=-targ --target $(TARGET)
$(RUSTC) baz.rs --extern a=$(TMPDIR)/liba-targ.rlib --target $(TARGET)
else
# OpenBSD support only x86_64 architecture for now
# FreeBSD & OpenBSD support only x86_64 architecture for now
all:
endif

0 comments on commit 42f5ac5

Please sign in to comment.