VirtualBox

Changeset 40511 in vbox for trunk


Ignore:
Timestamp:
Mar 16, 2012 11:47:47 PM (13 years ago)
Author:
vboxsync
Message:

Disabled tstVBoxGuest on solaris as it fails with RTR0AssertPanicSystem here (Solaris 11 / gcc 4.5.2).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk

    r40430 r40511  
    208208endif
    209209
     210
    210211if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
    211  ifneq ($(KBUILD_TARGET),win)  # No variadic macros in Visual C++ 2002
     212 ifn1of ($(KBUILD_TARGET), solaris win)  # No variadic macros in Visual C++ 2002; Unresolved RTR0AssertPanicSystem on Solaris 11 / gcc 4.5.2.
    212213  PROGRAMS += tstVBoxGuest-solaris
     214  tstVBoxGuest-solaris_TEMPLATE = VBOXR3TSTEXE
     215  tstVBoxGuest-solaris_SOURCES  = \
     216        VBoxGuest-solaris-streams.c \
     217        testcase/tstVBoxGuest-solaris.cpp
     218  tstVBoxGuest-solaris_DEFS     = TESTCASE
     219  tstVBoxGuest-solaris_LIBS     = $(LIB_RUNTIME)
    213220 endif
    214221endif
    215 tstVBoxGuest-solaris_TEMPLATE = VBOXR3TSTEXE
    216 tstVBoxGuest-solaris_SOURCES  = \
    217     VBoxGuest-solaris-streams.c \
    218     testcase/tstVBoxGuest-solaris.cpp
    219 tstVBoxGuest-solaris_DEFS     = TESTCASE
    220 tstVBoxGuest-solaris_LIBS     = $(LIB_RUNTIME)
    221222
    222223include $(KBUILD_PATH)/subfooter.kmk
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette