miasm
Reverse engineering framework
test_all.QEMUTest Class Reference

QEMU regression tests. More...

Inheritance diagram for test_all.QEMUTest:
Collaboration diagram for test_all.QEMUTest:

Public Member Functions

def __init__ (self, name, jitter, *args, **kwargs)
 
- Public Member Functions inherited from test_all.RegressionTest
def __init__ (self, *args, **kwargs)
 
def get_sample (cls, sample_name)
 
- Public Member Functions inherited from utils.test.Test
def __init__ (self, command_line, base_dir="", depends=None, products=None, tags=None, executable=None)
 
def __repr__ (self)
 
def __eq__ (self, test)
 

Public Attributes

 base_dir
 
- Public Attributes inherited from test_all.RegressionTest
 base_dir
 
- Public Attributes inherited from utils.test.Test
 command_line
 
 base_dir
 
 depends
 
 products
 
 tags
 
 executable
 

Static Public Attributes

string SCRIPT_NAME = "testqemu.py"
 
string SAMPLE_NAME = "test-i386"
 
string EXPECTED_PATH = "expected"
 
list jitter_engines = ["llvm", "python", "gcc"]
 
- Static Public Attributes inherited from test_all.RegressionTest
 sample_dir = os.path.join("..", "samples")
 

Detailed Description

QEMU regression tests.

Test against QEMU regression tests
An expected output is provided, computed on a x86 host

Constructor & Destructor Documentation

◆ __init__()

def test_all.QEMUTest.__init__ (   self,
  name,
  jitter,
args,
**  kwargs 
)

Member Data Documentation

◆ base_dir

test_all.QEMUTest.base_dir

◆ EXPECTED_PATH

string test_all.QEMUTest.EXPECTED_PATH = "expected"
static

◆ jitter_engines

list test_all.QEMUTest.jitter_engines = ["llvm", "python", "gcc"]
static

◆ SAMPLE_NAME

string test_all.QEMUTest.SAMPLE_NAME = "test-i386"
static

◆ SCRIPT_NAME

string test_all.QEMUTest.SCRIPT_NAME = "testqemu.py"
static

The documentation for this class was generated from the following file: