blob: 532f7b2b0946edf9ceafbdba4df28aa92fcfac1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[spv-only-sent-to-initiator.sub.html]
expected:
if (os == "linux") and fission and debug and not swgl: [TIMEOUT, OK]
if (os == "mac") and not debug: [TIMEOUT, OK]
[OK, TIMEOUT]
[Test that no spv event is raised]
expected:
if (os == "linux") and fission and debug and not swgl: [NOTRUN, FAIL]
if (os == "mac") and not debug: [NOTRUN, FAIL]
[FAIL, NOTRUN]
[Violation report status OK.]
expected: FAIL
|