Source code

Revision control

Copy as Markdown

Other Tools

[partitioned-cookies-a-b-a-embed.tentative.https.html]
expected:
if (os == "linux") and (processor == "x86_64") and debug and fission: [ERROR, OK]
if (os == "linux") and (processor == "x86_64") and not debug and not asan: [OK, ERROR]
if (os == "mac") and not debug: [OK, ERROR]
if (os == "linux") and (processor == "x86"): [OK, ERROR]
if os == "win": [OK, ERROR]