[text-transform-upperlower-108.html]
expected:
if (os == "linux") and swgl and debug and not fission: [FAIL, PASS]
if (os == "win") and debug: [FAIL, PASS]
if os == "mac": [FAIL, PASS]
if (os == "linux") and fission and debug and not swgl and useDrawSnapshot: [FAIL, PASS]
if (os == "linux") and fission and debug and not swgl and not useDrawSnapshot: [FAIL, PASS]
if os == "android": PASS
FAIL