VirtualBox

Changeset 46035 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
May 13, 2013 4:47:40 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85702
Message:

Remove L4 support from main tree.

Location:
trunk/src/VBox/Runtime/testcase
Files:
3 deleted
2 edited

Legend:

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

    r45512 r46035  
    150150PROGRAMS.solaris += \
    151151        tstRTCoreDump
    152 PROGRAMS.l4 += \
    153         tstIoCtl
    154152PROGRAMS.darwin += \
    155153        tstDarwinSched \
     
    296294tstRTHeapSimple_SOURCES = tstRTHeapSimple.cpp
    297295
    298 tstIoCtl_TEMPLATE = VBOXR3TSTEXE
    299 tstIoCtl_SOURCES = tstIoCtl.cpp
    300 
    301296tstRTInlineAsm_TEMPLATE = VBOXR3TSTEXE
    302297tstRTInlineAsm_SOURCES = tstRTInlineAsm.cpp
  • trunk/src/VBox/Runtime/testcase/tstTime-3.cpp

    r44528 r46035  
    3131# include <Windows.h>
    3232
    33 #elif defined RT_OS_L4
    34 
    3533#else /* posix */
    3634# include <sys/time.h>
     
    5149    GetSystemTimeAsFileTime((LPFILETIME)&u64);
    5250    return u64 * 100;
    53 
    54 #elif defined RT_OS_L4
    55     /** @todo fix a different timesource on l4. */
    56     return RTTimeNanoTS();
    5751
    5852#else /* posix */
Note: See TracChangeset for help on using the changeset viewer.

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