blob: 4c2180d0734621285dab3445146fd21dafef9795 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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]
|