@@ -236,94 +234,42 @@ Use `--filter TOKEN` to control conformance level, test groups, output formats,
-`-TOKEN`: subtractive token. Removes matching tests from the final selection.
-`TOKEN*`: wildcard token. Matches all known tokens starting with the given prefix.
-`+TOKEN*`, `-TOKEN*`: wildcard token with add/remove behavior.
### LEVEL1, LEVEL2 and LEVEL3 behavior
For all levels, the default test-group baseline is `ENC` + `DEC`.
`REND`, `ISAR`, and `ISAR_ENC` are optional and are only included if explicitly selected as plain test-group tokens or added via `+REND`, `+ISAR` and `+ISAR_ENC`.
When `--filter LEVEL1` is specified, the following default tests are run:
- Encoder (`ENC`) tests: only tests with bitrate up to 80 kbps (inclusive).
- Decoder (`DEC`) tests:
-`EXT` output format: only bitrate up to 80 kbps (inclusive).
-`MONO` output format: all bitrates.
-`STEREO` output format: all bitrates.
- The default `LEVEL1` tests may be restricted by adding more tokens (acting as logical AND).
- Example: `--filter LEVEL1 DEC MONO` keeps only `MONO` tests from the LEVEL1-eligible DEC set.
- Example: `--filter LEVEL1 JBM` keeps all LEVEL1-eligible ENC tests but only JBM tests from the LEVEL1-eligible DEC tests.
-`+TOKEN` adds tests to the final LEVEL1 selection, even if they would otherwise be restricted.
- Example: `--filter LEVEL1 DEC JBM +BINAURAL*` runs JBM-matching LEVEL1 DEC tests and additionally includes DEC tests with `BINAURAL` output formats, i.e. `BINAURAL`, `BINAURAL_IR`, `BINAURAL_ROOM_IR`, `BINAURAL_REVERB`.
-`-TOKEN` removes matching tests from the final LEVEL1 selection (including tests added via `+TOKEN`).
- Example: `--filter LEVEL1 DEC +JBM -VOIP` adds JBM-matching tests to LEVEL1 DEC tests and excludes DEC `VOIP` tests.
- Renderer and ISAR tests are not run by default in `LEVEL1`.
- Add `+REND`, `+ISAR`, and/or `+ISAR_ENC` in `--filter` to include them.
- Use `+ISAR*` if you want wildcard expansion across all `ISAR*`-prefixed test-group tokens.
When `--filter LEVEL2` is specified, all selection rules above remain the same,
except the bitrate cap is set to 192 kbps:
- Encoder (`ENC`) tests: only tests with bitrate up to 192 kbps (inclusive).
- Decoder (`DEC`) tests:
-`EXT` output format: only bitrate up to 192 kbps (inclusive).
-`MONO` output format: all bitrates.
-`STEREO` output format: all bitrates.
When `--filter LEVEL3` is specified, there are no restrictions on the bitrate or output formats.
-**Note**: wildcards must be quoted in shell (e.g. `'ISAR*'`) to prevent the shell from expanding them as filename globs before the script receives them.
Examples (non-BE):
- Default behavior (same as LEVEL3 baseline): run only ENC and DEC test groups
- Default behavior: run all test groups (ENC, DEC, REND, ISAR, ISAR_ENC)
- LEVEL1 with additional case-insensitive command substring filtering
- Run only REND, ISAR, and ISAR_ENC test groups
```shell
PYTHONPATH=scripts python scripts/ivas_conformance/runConformance.py --testvecDir$PWD/testvec --ref_build_path=testvec/bin --analyse--filterLEVEL1 DEC voip