[keygenerator.htm] expected: if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] if (os == "android") and fission: [OK, TIMEOUT] [Keygenerator - starts at one, and increments by one] expected: if (processor == "x86") and not debug and (os == "linux"): [PASS, NOTRUN] if (processor == "x86") and not debug and (os == "win"): [PASS, NOTRUN] [Keygenerator - increments by one from last set key] expected: if (processor == "x86") and not debug and (os == "linux"): [PASS, NOTRUN] if (processor == "x86") and not debug and (os == "win"): [PASS, NOTRUN] [Keygenerator - don't increment when new key is not bigger than current] expected: if (processor == "x86") and not debug and (os == "linux"): [PASS, NOTRUN] if (processor == "x86") and not debug and (os == "win"): [PASS, NOTRUN]