VirtualBox

Changeset 18837 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 7, 2009 5:30:46 PM (16 years ago)
Author:
vboxsync
Message:

Disabled automatic execution of tstInstrEmul as it caused unsolavble trouble on darwin (abs VBoxREM.dylib ref).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r16350 r18837  
    5454  OTHERS += \
    5555        $(VBOX_VMM_TESTCASE_OUT_DIR)/tstAsmStructs.run \
    56         $(VBOX_VMM_TESTCASE_OUT_DIR)/tstVMStructSize.run \
    57         $(VBOX_VMM_TESTCASE_OUT_DIR)/tstInstrEmul.run
     56        $(VBOX_VMM_TESTCASE_OUT_DIR)/tstVMStructSize.run
    5857 endif
    5958endif
     
    225224include $(KBUILD_PATH)/subfooter.kmk
    226225
     226
     227#
     228# Run rule for tstInstrEmul.
     229#
     230$(VBOX_VMM_TESTCASE_OUT_DIR)/tstInstrEmul.run: $$(INSTARGET_tstInstrEmul) | $$(dir $$@)
     231        $(QUIET)$(RM) -f $@
     232        $(QUIET)$(REDIRECT) -E 'VBOX_LOG_FLAGS=disabled' -E 'VBOX_LOG_DEST=nofile' \
     233                $(if $(eq $(KBUILD_TARGET),darwin), -E 'DYLD_FALLBACK_LIBRARY_PATH=$(dir $(LIB_RUNTIME))') \
     234                -- \
     235                $(INSTARGET_tstInstrEmul)
     236        $(QUIET)$(APPEND) "$@" "done"
    227237
    228238
     
    342352
    343353
    344 #
    345 # Run rule for tstInstrEmul.
    346 #
    347 $(VBOX_VMM_TESTCASE_OUT_DIR)/tstInstrEmul.run: $$(INSTARGET_tstInstrEmul) | $$(dir $$@)
    348         $(QUIET)$(RM) -f $@
    349         $(QUIET)$(REDIRECT) -E 'VBOX_LOG_FLAGS=disabled' -E 'VBOX_LOG_DEST=nofile' \
    350                 $(if $(eq $(KBUILD_TARGET),darwin), -E 'DYLD_FALLBACK_LIBRARY_PATH=$(dir $(LIB_RUNTIME))') \
    351                 -- \
    352                 $(INSTARGET_tstInstrEmul)
    353         $(QUIET)$(APPEND) "$@" "done"
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