History log of /frameworks/rs/tests/lldb/tests/testcases/test_source_step.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a8b6960a8815bb1fff74c1d9dcf4c572a7a831d9 21-Dec-2016 Luke Drummond <luke.drummond@codeplay.com> Update tests to reflect recent changes in lldb upstream and librs

- Recent work in lldb upstream has changed the output format for printing
resolved breakpoints to not print the function address in case the name
is known, and to now return `None` instead of "" in case a command has
no output

- The recent addition of licence headers to the RenderScript sources in
the lldb testsuite has caused upset to tests of breakpoints involving
specified file/lines. The copyright headers were introduced in
5bbcc3861c44435f89481f80946ef5c9c49968f2 which broke these tests

Test: aosp_x86_64-eng (emulator) rs/tests/lldb
- required various other pending CLs

Bug: 23535482

Change-Id: Ib65889865ea3d6442e7ee5c909afafee2fe947a0
Signed-off-by: Luke Drummond <luke.drummond@codeplay.com>
(cherry picked from commit 506520732420b196f4f17d67596fd81004faf009)
/frameworks/rs/tests/lldb/tests/testcases/test_source_step.py
5bbcc3861c44435f89481f80946ef5c9c49968f2 11-Nov-2016 Luke Drummond <luke.drummond@codeplay.com> [NFC] Add missing copyright headers to lldb tests

Test: NFC

Change-Id: I94fb6b3965887f24188d9afdc7b115c370f42b3f
Signed-off-by: Luke Drummond <luke.drummond@codeplay.com>
/frameworks/rs/tests/lldb/tests/testcases/test_source_step.py
a3c6f62775506c95afd556e617f14d7a28839f01 20-Jun-2016 Luke Drummond <luke.drummond@codeplay.com> Bring lldb testsuite up to date with codeplay internal

- Make source python2/3 compatible (win32 lldb with debug symbols requires python3)
- Reduce testsuite footprint by merging duplicated tests across jni,
cpp, and java tests. This code reduction required the addition of
new app-type decorators in tests/harness/decorators. Separate
directories for each bundle type are no longer required.
- Improve wimpy test logic: @wimpy decorator added. `harness.TestBase`
now take wimpy argument which is an attribute on all test-cases
objects.
- Bundle type is now printed in the logs.
- Revise the test breakpoint coordinate test, and fix problem with
incorrectly numbered breakpoints in
`test_breakpoint_coordinate_3d_add_half_kernel()`
- Support better test descovery with multiple `test_*` methods per
`TestBase` object, and multiple TestBase objects per module.
- Added single source tests.
- Added `--fail-fast` command line switch to bail out after first failure.
- Added basic progress metering
- Deprecate running the emulator from the testsuite; this required the
addition of the `decorators.deprecated` decorator.
- Added `--app-type` command line argument to specify a subset of tests
to run.
- Clean up naming conventions in the tested apps.

Change-Id: Ifc34a9c2a2666152760a261333a20d585cfb3162
Signed-off-by: Luke Drummond <luke.drummond@codeplay.com>
/frameworks/rs/tests/lldb/tests/testcases/test_source_step.py