diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-03-02 10:38:11 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-03-02 10:38:11 +0000 |
commit | 3a9d43138607e4598d1ce9b24b85b323864f4e68 (patch) | |
tree | 0501e12633274114737da3d9adc6522124da616d /lldb/packages/Python/lldbsuite/test/sample_test | |
parent | 2373516cad08ec38d3c10fafd7d62937893ede10 (diff) | |
download | bcm5719-llvm-3a9d43138607e4598d1ce9b24b85b323864f4e68.tar.gz bcm5719-llvm-3a9d43138607e4598d1ce9b24b85b323864f4e68.zip |
[testsuite] Remove workaround for categories and inline tests.
Adding categories to inline tests does not work because the attribute
is set at the function level. For methods, this means it applies to all
instances of that particular class. While this is what we want in most
cases, it's not for inline tests, where different instances correspond
to different tests.
With the workaround in place, assigning a category to one test resulted
in the category applied to *all* inline tests.
This patch removes the workaround and throws an exception with an
informative error message, to prevent this from happening in the future.
llvm-svn: 326552
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/sample_test')
0 files changed, 0 insertions, 0 deletions