summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/url_patterns.py.ini
blob: 46dda42c43d8f889b7b10994658363a858e8ccfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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 (processor == "x86") and debug: [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"): [PASS, FAIL]

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