15 lines
652 B
INI
15 lines
652 B
INI
[max-age.html]
|
|
expected:
|
|
if (os == "linux") and debug and not fission: [OK, CRASH]
|
|
[Set multiple cookies with max-age attribute]
|
|
expected:
|
|
if (os == "linux") and not fission and not debug: [PASS, FAIL]
|
|
if (os == "win") and (processor == "x86"): [PASS, FAIL]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[Set mulitiple cookies with valid max-age values]
|
|
expected:
|
|
if (os == "linux") and not tsan and asan and fission: [PASS, FAIL]
|
|
if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
|
|
if (os == "linux") and tsan: [PASS, FAIL]
|
|
if (os == "android") and not debug: [PASS, FAIL]
|