You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| testdata | 2 years ago | |
| Android.bp | 2 years ago | |
| AndroidTest.xml | 2 years ago | |
| TransactionTraceTestSuite.cpp | 2 years ago | |
| readme.md | 2 years ago | |
readme.md
TransactionTrace Testsuite
Hassle free way to test and validate whether a sequence of transactions will produce the expected front end state(s). Test runs through all testdata/transactions_trace_*.winscope files, generates layer states and checks if the states match the corresponding layer trace in testdata.
Run Test
atest transactiontrace_testsuite
Workflow
Add transaction traces that resulted in front end bugs along with the layer trace after fixing the issue. The layer trace can be generated by using the layertracegenerator tool. Use the --last-entry-only flag to generate only the last entry in the trace. This will keep the test data to a manageable size. The main goal of this test suite is to add regression tests with minimal effort.