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

--verify-exclude existence check misses tests with failing requires

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • tools
    • None

      The current implementation relies on
        getResultsIterator
      which in turn calls into
        TestResultTable.getIterator(filters)
      passing into jtharness. That seems to currently filter out tests that don't meet the local "requires" criteria. Thus we fail to collect all "existing" tests in to a set to compare with.

      The fix seems to be to explicitly pass an empty list of filters into
        TestResultTable.getIterator(filters)
      as this will make
        TRT_Iterator.wouldAccept()
      accept every test.

            lujaniuk Ludvig Janiuk
            lujaniuk Ludvig Janiuk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: