summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/microtasks/basic.any.js.ini
blob: a58ff3fb4446cfc8d4ea26a46c834eef043c6373 (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
[basic.any.html]
  expected:
    if debug and (os == "linux"): [OK, TIMEOUT]
    if not debug and not tsan: [OK, TIMEOUT]
    [TIMEOUT, OK]
  [import() should not drain the microtask queue when loading an already loaded module]
    expected: FAIL


[basic.any.sharedworker.html]
  expected:
    if tsan: TIMEOUT
    if os == "android": TIMEOUT
  [import() should drain the microtask queue when fetching a new module]
    expected:
      if tsan: TIMEOUT
      if os == "android": TIMEOUT


[basic.any.worker.html]
  expected:
    if tsan: [TIMEOUT, OK]
    [OK, TIMEOUT]
  [import() should drain the microtask queue when fetching a new module]
    expected:
      if tsan: TIMEOUT
      if os == "android": TIMEOUT