VirtualBox

Ignore:
Timestamp:
Aug 7, 2009 4:01:57 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50824
Message:

HostDrivers/Support: header and svn props cleanup.

Location:
trunk/src/VBox/HostDrivers/Support/testcase
Files:
10 edited

Legend:

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

    • Property svn:keywords changed from Id to Author Date Id Revision
  • trunk/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp

    r20864 r22077  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox host drivers - Ring-0 support drivers - Testcases:
    4  * Testcase for driver install
     3 * SUPInstall - Driver Install
    54 */
    65
     
    3736#include <VBox/err.h>
    3837#include <iprt/initterm.h>
    39 #include <stdio.h>
     38#include <iprt/stream.h>
     39
    4040
    4141int main(int argc, char **argv)
     
    4545    if (RT_SUCCESS(rc))
    4646    {
    47         printf("installed successfully\n");
     47        RTPrintf("installed successfully\n");
    4848        return 0;
    4949    }
    50     printf("installation failed. rc=%d\n", rc);
    51 
     50    RTPrintf("installation failed. rc=%Rrc\n", rc);
    5251    return 1;
    5352}
     53
  • trunk/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp

    r20864 r22077  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox host drivers - Ring-0 support drivers - Testcases:
    4  * Testcase for driver uninstall
     3 * SUPUninstall - Driver Uninstall.
    54 */
    65
     
    3736#include <VBox/err.h>
    3837#include <iprt/initterm.h>
    39 #include <stdio.h>
     38#include <iprt/stream.h>
     39
    4040
    4141int main(int argc, char **argv)
     
    4545    if (RT_SUCCESS(rc))
    4646    {
    47         printf("uninstalled successfully\n");
     47        RTPrintf("uninstalled successfully\n");
    4848        return 0;
    4949    }
    50     printf("uninstallation failed. rc=%d\n", rc);
    51 
     50    RTPrintf("uninstallation failed. rc=%Rrc\n", rc);
    5251    return 1;
    5352}
     53
  • trunk/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp

    r20864 r22077  
    11/* $Id$ */
    22/** @file
    3  * VBox Support Driver - Contiguous Memory Testcase (ring-3).
     3 * SUP Testcase - Contiguous Memory Interface (ring-3).
    44 */
    55
  • trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp

    r20864 r22077  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox host drivers - Ring-0 support drivers - Testcases:
    4  * Test the Global Info Page interface
     3 * SUP Testcase - Global Info Page interface (ring 3).
    54 */
    65
  • trunk/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp

    r20864 r22077  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox host drivers - Ring-0 support drivers - Testcases:
    4  * Test the interface for querying host paging mode
     3 * SUP Testcase - Host paging mode interface (ring 3).
    54 */
    65
  • trunk/src/VBox/HostDrivers/Support/testcase/tstInit.cpp

    r20864 r22077  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox host drivers - Ring-0 support drivers - Testcases:
    4  * Tests init and term of the support library
     3 * SUP Testcase - Support Library initialization and termination.
    54 */
    65
     
    5453    return rc;
    5554}
     55
  • trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp

    r20864 r22077  
    1 /** $Id$ */
     1/* $Id$ */
    22/** @file
    3  * Testcase: Test the interrupt gate feature of the support library.
     3 * SUP Testcase - Test the interrupt gate feature of the support library.
    44 */
    55
  • trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp

    r20864 r22077  
     1/* $Id$  */
    12/** @file
    2  *
    3  * VBox host drivers - Ring-0 support drivers - Testcases:
    4  * Test allocating physical memory below 4G
     3 * SUP Testcase - Low (<4GB) Memory Allocate interface (ring 3).
    54 */
    65
     
    3938#include <iprt/initterm.h>
    4039#include <iprt/stream.h>
     40#include <iprt/string.h>
    4141
    42 #include <string.h>
    4342
    4443int main(int argc, char **argv)
  • trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp

    r20864 r22077  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox host drivers - Ring-0 support drivers - Testcases:
    4  * Test the memory locking interface
     3 * SUP Testcase - Memory locking interface (ring 3).
    54 */
    65
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