tests: Move data files to a common directory
[babeltrace.git] / tests /
2019-06-21  Michael Jeansontests: Move data files to a common directory
2019-06-21  Simon Marchitest utils: add failfast option to our testrunner.py
2019-06-20  Michael Jeansonfix: test_trimmer on macOs and Solaris
2019-06-20  Philippe Proulxflt.lttng-utils.debug-info: use BT_COMP_LOG*() instead...
2019-06-20  Philippe Proulxflt.lttng-utils.debug-info: honor component's initial...
2019-06-20  Philippe Proulxtests: bt2: add query log level tests
2019-06-20  Philippe Proulxlib: pass log level to bt_query_executor_query()
2019-06-20  Philippe ProulxLogging: pass dynamic log level to common functions...
2019-06-20  Philippe Proulxcli: add component-specific `--log-level` option (run...
2019-06-20  Philippe Proulxtest_graph.py: add bt2.Graph.add_component() logging...
2019-06-20  Philippe Proulxtest_component.py: add `logging_level` property tests
2019-06-20  Philippe Proulxlib: set component's initial log level when adding...
2019-06-18  Philippe Proulxbt2: stream activity messages: create with unknown...
2019-06-17  Philippe ProulxPut `flt.lttng-utils.debug-info` tests into their own...
2019-06-17  Philippe ProulxRemove unused `tests/plugins/test_utils_muxer_complete.in`
2019-06-17  Philippe ProulxAdd facilities to test CLI and plugin regressions with...
2019-06-13  Michael Jeansontests: Move ctf-writer to it's own directory
2019-06-13  Michael Jeansontests: Move libtestcommon to utils
2019-06-13  Michael JeansonCleanup: remove private babeltrace.h
2019-06-12  Michael JeansonRe-organize sources
2019-06-11  Michael Jeansonctf-writer: externalize libbabeltrace2-ctf-writer
2019-06-08  Philippe Proulxbt2: add `_Trace.cls` property
2019-06-08  Philippe Proulxbt2: rename object's own BT class property to `cls`
2019-06-08  Philippe Proulxbt2: prepend `_` prefix to names of classes that the...
2019-06-08  Philippe ProulxRemove everything related to the `bt2.ctf_writer` Pytho...
2019-06-08  Philippe ProulxRemove everything related to the `babeltrace` Python...
2019-06-07  Simon Marchitests: clean up test_trimmer
2019-06-07  Francis Deslaurierssrc.ctf.fs: trace-info: omit stream `range-ns` field...
2019-06-07  Michael Jeansonlib: rename include dir to babeltrace2
2019-06-07  Michael Jeansonlib: Rename to libbabeltrace2
2019-06-07  Michael Jeansoncli: Rename to babeltrace2
2019-06-06  Simon MarchiFix: lib: expose bt_lib_log_level symbol
2019-06-06  Philippe ProulxRename "default beginning/end CS" -> "beginning/end...
2019-06-06  Philippe Proulxsrc.ctf.fs: support no packet beg/end CS and no discard...
2019-06-06  Philippe Proulxlib: make discarded events/packets support and clock...
2019-06-06  Michael Jeansontests: build system spring cleanup
2019-06-06  Michael Jeansontests: replace BT_ASSERT with exit in test_bin_info
2019-06-06  Michael Jeansontests: Add expected failure test to test_dwarf
2019-06-06  Michael Jeansontests: Add powerpc64le-linux-gnu debug-info artifacts
2019-06-06  Michael Jeansontests: Add powerpc-linux-gnu debug-info artifacts
2019-06-06  Michael Jeansontests: Add i386-linux-gnu debug-info artifacts
2019-06-06  Michael Jeansontests: Parametrize test_bin_info to handle multiarch...
2019-06-06  Michael Jeansontests: Build new x86_64-linux-gnu debug-info artifacts
2019-06-06  Michael Jeansontests: Add Makefile to build debug-info test artifacts
2019-06-06  Mathieu DesnoyersCleanup: test_bitfield: nr_bits should be unsigned
2019-06-06  Simon Marchibt2: change some bt2.CreationError usages to ValueError
2019-06-05  Simon Marchisrc.ctf.fs: add stream port name to trace-info query...
2019-06-05  Simon Marchicli: Fix exit code of ctf-metadata output
2019-06-05  Simon Marchibt2: Adapt test_trace_collection_message_iterator.py...
2019-06-05  Simon Marchibt2: let components attach "user data" to ports
2019-06-05  Simon Marchibt2: Adapt test_message_iterator.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_message.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_field.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_field_class.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_graph.py and make it pass
2019-06-05  Simon Marchilib: Make graph listeners return an error status
2019-06-05  Francis Deslaurierslib: remove unused _NO_SINK graph status
2019-06-05  Simon Marchibt2: Adapt test_packet.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_clock_class.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_event.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_event_class.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_stream.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_stream_class.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_trace.py and make it pass
2019-06-05  Simon Marchibt2: Add bindings for trace classes
2019-06-05  Simon Marchibt2: Adapt test_connection.py and make it pass
2019-06-05  Simon Marchibt2: Adapt test_port.py and make it pass
2019-05-29  Mathieu DesnoyersFix: test_bitfield: extend coverage by removing off...
2019-05-29  Mathieu DesnoyersFix: test_bitfield: extend coverage: 0-len signed write...
2019-05-21  Mathieu DesnoyersFix: test_bitfield: buffer overrun accesses
2019-05-21  Francis DeslauriersCleanup: tests: use underscores in filename
2019-05-17  Mathieu DesnoyersExtend test_bitfield coverage
2019-05-08  Simon Marchitests: Run test_bitfield
2019-05-06  Philippe Proulxlib: add unsigned and signed integer value API
2019-05-04  Simon Marchibt2: Make test_query_executor pass
2019-05-04  Philippe Proulxtests/plugins/ctf/Makefile.am: do not set `TESTS` in...
2019-05-03  Simon Marchisrc.ctf.fs: make trace-info query accept clock-class...
2019-05-03  Simon Marchitests: update EXTRA_DIST of Python bindings
2019-05-03  Simon Marchitests: remove non-existent files from EXTRA_DIST
2019-05-02  Simon Marchibt2: update bindings to make test_plugins pass
2019-05-02  Simon Marchibt2: update bindings to make test_component pass
2019-05-02  Simon Marchibt2: update bindings to make test_component_class pass
2019-05-02  Simon Marchibt2: update value.py, make test_value pass
2019-05-02  Simon Marchidebug info: Skip test that depends on Python bindings
2019-05-02  Simon Marchibabeltrace: Remove leftovers
2019-05-02  Simon Marchipython-plugin-provider: Make it build
2019-05-02  Simon MarchiRemove clock_class_priority_map.py
2019-05-02  Simon Marchibt2: Rename files to use singular form
2019-05-02  Simon Marchibt2: Mass clock_value -> clock_snapshot rename
2019-05-02  Simon Marchibt2: Mass field_types -> field_class rename
2019-05-02  Simon Marchibt2: Mass notification -> message rename
2019-05-02  Simon Marchitests/bindings/python: Mark all tests as skipped
2019-05-02  Simon MarchiAdd env wrapper to facilitate importing the in-tree...
2019-05-02  Philippe Proulxcli: put space after comma between array elements
2019-05-02  Philippe ProulxFix: test_convert_args: fix malformed test line
2019-05-02  Philippe Proulxtest_convert_args: test multiple leftover arguments
2019-05-02  Philippe ProulxFix: test_convert_args: fix expected arguments
2019-05-02  Simon Marchicli: Remove support for --key and --value arguments
2019-05-02  Philippe ProulxFix: tests/Makefile.am: do not run missing `flt.utils...
2019-05-02  Philippe ProulxFix: `tests/Makefile.am`: do not run missing tests
next
This page took 0.041893 seconds and 7 git commands to generate.