- check in expected output from each program
This commit is contained in:
parent
837d985b19
commit
7fc1a8b2cf
@ -0,0 +1,4 @@
|
||||
start
|
||||
Module name is 'AddModule'
|
||||
operate(5,12) = 17
|
||||
stop
|
@ -0,0 +1,4 @@
|
||||
start
|
||||
Module name is 'AddModule'
|
||||
operate(5,12) = 17
|
||||
stop
|
@ -0,0 +1,7 @@
|
||||
start
|
||||
at first, n_operations = 0
|
||||
Module name is 'AddModule'
|
||||
module2: operation_occurred
|
||||
operate(5,12) = 17
|
||||
stop
|
||||
at end, n_operations = 1
|
@ -0,0 +1,7 @@
|
||||
start
|
||||
at first, n_operations = 0
|
||||
Module name is 'AddModule'
|
||||
module2: operation_occurred
|
||||
operate(5,12) = 17
|
||||
stop
|
||||
at end, n_operations = 1
|
@ -0,0 +1,10 @@
|
||||
start
|
||||
at first, n_operations = 0
|
||||
Module name is 'AddModule'
|
||||
register_module was called by module 'module2'
|
||||
module2: operation_occurred
|
||||
operate(5,12) = 17
|
||||
module2: operation_occurred
|
||||
operate(5,17) = 22
|
||||
stop
|
||||
at end, n_operations = 2
|
15
bochs-testing/plugin-test/test6-ltdlopen/uselib.out.expected
Normal file
15
bochs-testing/plugin-test/test6-ltdlopen/uselib.out.expected
Normal file
@ -0,0 +1,15 @@
|
||||
start
|
||||
loading module1
|
||||
loading module from libmodule1.la
|
||||
handle is VARIES{xxx}
|
||||
module_init function is at VARIES{xxx}
|
||||
Calling module_init
|
||||
module1 init for main version uselib-test6-1.0
|
||||
register_module was called by module 'module1'
|
||||
loading module from libmodule2.la
|
||||
handle is VARIES{xxx}
|
||||
module_init function is at VARIES{xxx}
|
||||
Calling module_init
|
||||
module2 init for main version uselib-test6-1.0
|
||||
register_module was called by module 'module2'
|
||||
stop
|
Loading…
Reference in New Issue
Block a user