22 lines
792 B
INI
22 lines
792 B
INI
[getnotifications-across-processes.https.window.html]
|
|
[Get notification created from window]
|
|
expected:
|
|
if fission and (processor == "x86") and (os == "linux"): [PASS, FAIL]
|
|
if not fission and not debug: [PASS, FAIL]
|
|
|
|
|
|
[shownotification.https.window.html]
|
|
expected:
|
|
if (os == "win") and (processor == "x86_64"): [OK, CRASH]
|
|
[fetching multiple notifications]
|
|
expected:
|
|
if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
|
|
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]
|
|
|
|
[fetching a notification with custom data]
|
|
expected:
|
|
if asan and not fission: [PASS, FAIL]
|
|
|
|
[fetching only persistent notifications]
|
|
expected:
|
|
if debug and (os == "linux") and not fission: [PASS, FAIL]
|