blob: 8e3d04505884df338c1a452226f35b89993e0608 (
plain)
1
2
3
4
5
6
7
8
|
[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]
|