~nnstreamer/ssat/+git/trunk:release/1.2.0

Last commit made on 2021-02-22
Get this branch:
git clone -b release/1.2.0 https://git.launchpad.net/~nnstreamer/ssat/+git/trunk

Branch merges

Branch information

Name:
release/1.2.0
Repository:
lp:~nnstreamer/ssat/+git/trunk

Recent commits

7115287... by MyungJoo Ham

Release 1.2.0

Update version number.
Make version numbers consistent across files.

Signed-off-by: MyungJoo Ham <email address hidden>

28ac84b... by MyungJoo Ham

Update progress mode: use >&2 instead of /dev/stderr

It appears that some Linux distros (gbs-Tizen) does not give
permissions of /dev/stderr for build daemons.

Signed-off-by: MyungJoo Ham <email address hidden>

0d5b252... by Gichan Jang

Add progress log level

Changed to select the progress log level.

  - 0: deactivate the log
  - 1: print test group name
  - 9: print all logs

Signed-off-by: gichan-jang <email address hidden>

2de8bd0... by Yongjoo Ahn

[API/compareTest] Return result when files do not exist

- When the file does not exist, in BusyBox condition, the bufsize is null and results of `dd` are same error message. And unexpected PASS result follows.
- This patch prevents this unexpected behavior.

Signed-off-by: Yongjoo Ahn <email address hidden>

f7eb306... by MyungJoo Ham

Feature: write summary with negative cases

If -cn is active, the summary file needs to include
the number of negative test cases as well.

Signed-off-by: MyungJoo Ham <email address hidden>

74138de... by MyungJoo Ham

Feature: count negative test cases

The new option "-cn"/"--countnegative" allows to count
test cases with a specified postfix.

Signed-off-by: MyungJoo Ham <email address hidden>

103e4f8... by MyungJoo Ham

Typo fix: variable name typo.

The number of critical errors have been reported incorrectly.

Signed-off-by: MyungJoo Ham <email address hidden>

db596b6... by MyungJoo Ham

Add "--summary <filename>" option

Write a summary of test results to the given filename.

Signed-off-by: MyungJoo Ham <email address hidden>

b578225... by MyungJoo Ham

Failing ignorable case should not alarm administrators

If a case "ignorable" fails, count it seperatedly so that it does not alarm administrators.

Signed-off-by: MyungJoo Ham <email address hidden>

47b61d2... by MyungJoo Ham

Print results of each group as soon as it's available.

Dumping out the whole results at the end may confuse users.

Signed-off-by: MyungJoo Ham <email address hidden>