VirtualBox

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


Ignore:
Timestamp:
Jul 28, 2008 2:53:45 PM (17 years ago)
Author:
vboxsync
Message:

tstVMM-HwAccm: disabled testcase becaused it panics here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp

    r8155 r10917  
    5151    PCFGMNODE pRoot = CFGMR3GetRoot(pVM);
    5252    int rc = CFGMR3InsertInteger(pRoot, "RamSize", 32*1024*1024);
     53    AssertRC(rc);
     54
     55    /* rc = CFGMR3InsertInteger(pRoot, "EnableNestedPaging", false);
     56    AssertRC(rc); */
    5357
    5458    PCFGMNODE pHWVirtExt;
     
    6670
    6771    RTR3Init();
     72
     73    /*
     74     * Doesn't work and I'm sick of rebooting the machine to try figure out
     75     * what the heck is going wrong. (Linux sucks at this)
     76     */
     77    RTPrintf(TESTCASE ": This testcase hits a bunch of breakpoint assertions which\n"
     78             TESTCASE ": causes kernel panics on linux regardless of what\n"
     79             TESTCASE ": RTAssertDoBreakpoint returns. Only checked AMD-V on linux.\n");
     80    /** @todo Make tstVMM-HwAccm to cause kernel panics. */
     81    return 1;
    6882
    6983    /*
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