[Lldb-commits] [PATCH] D25947: Merge Linux and FreeBSD arm64 register contexts
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 24 09:49:42 PST 2016
emaste added a comment.
The tests are not in great shape on FreeBSD/arm64 today, but look roughly equivalent with and without this patch.
At https://reviews.llvm.org/rL287887:
===================
Test Result Summary
===================
Test Methods: 1148
Reruns: 16
Success: 302
Expected Failure: 35
Failure: 80
Error: 26
Exceptional Exit: 98
Unexpected Success: 1
Skip: 600
Timeout: 6
Expected Timeout: 0
With the patch applied:
===================
Test Result Summary
===================
Test Methods: 1147
Reruns: 16
Success: 299
Expected Failure: 35
Failure: 80
Error: 26
Exceptional Exit: 100
Unexpected Success: 1
Skip: 600
Timeout: 6
Expected Timeout: 0
https://reviews.llvm.org/D25947
More information about the lldb-commits
mailing list