7 lines
385 B
INI
7 lines
385 B
INI
[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]
|