8 lines
451 B
INI
8 lines
451 B
INI
[abort-in-initial-upgradeneeded.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
|
|
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
|
|
[Test that an abort in the initial upgradeneeded sets version back to 0]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
|
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
|