History log of /external/bart/tests/test_signal.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e3bde0ccaef4702599d968f10fbdc60a77371f8c 27-Jan-2016 Javi Merino <javi.merino@arm.com> tests: make test_signal use the simplified BareTrace from trappy

The signal tests all use dataframes for their tests that are manually
added to the trace object. trappy has a new API to do that. You can
create your trace as a BareTrace and then call add_parsed_event() to add
dataframes to it.
/external/bart/tests/test_signal.py
7881a53f3898b121e04de245a80f24976ae198b6 27-Jan-2016 Javi Merino <javi.merino@arm.com> bart: Use trappy.FTrace instead of trappy.Run

As of c26a32321053 ("ftrace: rename Run to FTrace"), trappy deprecated
trappy.Run in favour of trappy.FTrace. Move bart to use the new interface.
/external/bart/tests/test_signal.py
c8b7cb8b69d7563b06e72a1abe9b91ee8e51711a 05-Jan-2016 Javi Merino <javi.merino@arm.com> bart: update copyright to 2016
/external/bart/tests/test_signal.py
cf6db4e4c2979cc684248b24eae98b2f06c9294c 02-Dec-2015 Kapileshwar Singh <kapileshwar.singh@arm.com> tests: Add tests for conditional_comparison special cases

Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
/external/bart/tests/test_signal.py
6f612cba3ef9ee574401bfca02625b6f2c3c5824 02-Dec-2015 Kapileshwar Singh <kapileshwar.singh@arm.com> common: Add specialized signal comparison functions

Two functions added:

* Compare overshooting of A w.r.t B
* Compare undershooting of A w.r.t B

Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
/external/bart/tests/test_signal.py
d3c6845e83514f59f421d042cab9cf8fa817e33c 02-Dec-2015 Kapileshwar Singh <kapileshwar.singh@arm.com> tests: Add tests for common.signal.SignalCompare

Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
/external/bart/tests/test_signal.py