14 lines
556 B
INI
14 lines
556 B
INI
[event-dispatch-active-flag.html]
|
|
expected:
|
|
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
|
|
[Transactions are active during error handlers]
|
|
expected:
|
|
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|
|
|
|
[Transactions are active during error listeners]
|
|
expected:
|
|
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|
|
|
|
[Transactions are active during success listeners]
|
|
expected:
|
|
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|