summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/scheduler/post-task-delay.any.js.ini
blob: 56a76648b6545fc32c4b787a3c5084f19f8c7a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[post-task-delay.any.worker.html]
  prefs: [privacy.reduceTimerPrecision:false]
  [Tests basic scheduler.postTask with a delay]
    expected:
      if (os == "mac") and not debug: [PASS, FAIL]


[post-task-delay.any.sharedworker.html]
  prefs: [privacy.reduceTimerPrecision:false]
  [Tests basic scheduler.postTask with a delay]
    expected:
      if processor == "x86": [PASS, FAIL]


[post-task-delay.any.serviceworker.html]
  prefs: [privacy.reduceTimerPrecision:false]
  [Tests basic scheduler.postTask with a delay]
    expected:
      if (os == "linux") and not fission: [PASS, FAIL]
      if os == "win": [PASS, FAIL]


[post-task-delay.any.html]
  [Tests basic scheduler.postTask with a delay]
    expected:
      if (os == "win") and not debug and (processor == "x86_64"): PASS
      if (os == "win") and debug: PASS
      if (os == "android") and swgl: PASS
      [PASS, FAIL]