VirtualBox

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


Ignore:
Timestamp:
Sep 23, 2015 1:53:53 PM (9 years ago)
Author:
vboxsync
Message:

process-creation-posix.cpp: Hacked up support for RTPROC_FLAGS_PROFILE and RTPROC_FLAGS_ENV_CHANGE_RECORD. Works on my linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp

    r57843 r57869  
    9090
    9191    int cErrors = 0;
    92     char szValue[_1K];
     92    char szValue[_16K];
    9393
    9494    /*
     
    166166    }
    167167
    168 #if 0
     168#if 1
    169169    /* For manual testing. */
    170170    if (strcmp(argv[2],"noinherit-change-record") == 0)
     
    178178            {
    179179                char szVarNm[_1K];
    180                 char szValue[_16K];
    181180                rc = RTEnvGetByIndexEx(hEnv, i, szVarNm, sizeof(szVarNm), szValue, sizeof(szValue));
    182181                if (RT_SUCCESS(rc))
     
    707706    if (pszAsUser)
    708707        tstRTCreateProcEx5(pszAsUser, pszPassword);
    709 #ifdef RT_OS_WINDOWS
    710708    tstRTCreateProcEx6(pszAsUser, pszPassword);
    711 #endif
    712709
    713710    /** @todo Cover files, ++ */
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