summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/url_patterns.py.ini
blob: 7a54f7734aadc7896a124acd0abc312ad1587f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[url_patterns.py]
  expected:
    if (os == "android") and not debug: [OK, TIMEOUT]
  [test_string_patterns_not_matching[https://{wpt_host}/-https://some.other.host/\]]
    expected:
      if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, FAIL]
      if (os == "win") and swgl: [PASS, FAIL]

  [test_string_patterns_not_matching[https://{wpt_host}/-https://{wpt_host}:5678/\]]
    expected:
      if (processor == "x86") and debug: [PASS, FAIL]

  [test_string_patterns_not_matching[https://{wpt_host}/path-https://{wpt_host}/path/continued\]]
    expected:
      if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, FAIL]

  [test_string_patterns_not_matching[https://{wpt_host}/path-https://{wpt_host}/other/path\]]
    expected:
      if (processor == "x86") and debug: [PASS, FAIL]