tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

webidl.yml (763B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 ---
      5 test:
      6    description: WebIDL parser tests
      7    platform: lint/opt
      8    treeherder:
      9        symbol: Wp
     10        kind: test
     11        tier: 1
     12    worker-type: t-linux-docker-amd
     13    worker:
     14        docker-image: {in-tree: "lint"}
     15        max-run-time: 1800
     16    run-on-repo-type: [hg]
     17    run:
     18        using: mach
     19        mach: webidl-parser-test --verbose
     20    when:
     21        files-changed:
     22            - 'dom/bindings/parser/runtests.py'
     23            - 'dom/bindings/parser/WebIDL.py'
     24            - 'dom/bindings/parser/tests/**'
     25            - 'other-licenses/ply/**'