Changeset 46035 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- May 13, 2013 4:47:40 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85702
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r45512 r46035 150 150 PROGRAMS.solaris += \ 151 151 tstRTCoreDump 152 PROGRAMS.l4 += \153 tstIoCtl154 152 PROGRAMS.darwin += \ 155 153 tstDarwinSched \ … … 296 294 tstRTHeapSimple_SOURCES = tstRTHeapSimple.cpp 297 295 298 tstIoCtl_TEMPLATE = VBOXR3TSTEXE299 tstIoCtl_SOURCES = tstIoCtl.cpp300 301 296 tstRTInlineAsm_TEMPLATE = VBOXR3TSTEXE 302 297 tstRTInlineAsm_SOURCES = tstRTInlineAsm.cpp -
trunk/src/VBox/Runtime/testcase/tstTime-3.cpp
r44528 r46035 31 31 # include <Windows.h> 32 32 33 #elif defined RT_OS_L434 35 33 #else /* posix */ 36 34 # include <sys/time.h> … … 51 49 GetSystemTimeAsFileTime((LPFILETIME)&u64); 52 50 return u64 * 100; 53 54 #elif defined RT_OS_L455 /** @todo fix a different timesource on l4. */56 return RTTimeNanoTS();57 51 58 52 #else /* posix */
Note:
See TracChangeset
for help on using the changeset viewer.