Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903524

Permit more segments in jtreg tags

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • jtreg7.4
    • None
    • tools
    • None

      jtreg-7.3.1+1 is not allowed due to last `?` resolving to [0..1] occurances.

          jtreg(?:4\.1-b[0-9]{2}|5\.[01]-b[0-9]{2}|6|-[6789](?:\.[0-9]+)?\+[0-9]+)

      The `?` should be changed to `*` to allow [0..n] occurances:

          jtreg(?:4\.1-b[0-9]{2}|5\.[01]-b[0-9]{2}|6|-[6789](?:\.[0-9]+)*\+[0-9]+)

            cstein Christian Stein
            cstein Christian Stein
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: