[PATCH] D21982: WIP: Implement a per-thread inmemory log
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 07:37:54 PDT 2016
dberris updated this revision to Diff 65345.
dberris added a comment.
Herald added subscribers: srhines, danalbert, tberghammer.
- WIP: Adding one test, but still failing
I'm currently getting the following error:
lit.py: /usr/local/google/home/dberris/xray/llvm/utils/lit/lit/TestingConfig.py:115: fatal: unable to parse config file '/usr/local/google/home/dberris/xray/llvm/projects/compiler-rt/test/xray/lit.cfg', traceback: Traceback (most recent call last):
File "/usr/local/google/home/dberris/xray/llvm/utils/lit/lit/TestingConfig.py", line 102, in load_from_path
exec(compile(data, path, 'exec'), cfg_globals, None)
File "/usr/local/google/home/dberris/xray/llvm/projects/compiler-rt/test/xray/lit.cfg", line 6, in <module>
config.name = 'XRay' + config.name_suffix
AttributeError: TestingConfig instance has no attribute 'name_suffix'
I'm not seeing what the difference is though with other testing set-ups for other compiler-rt tests.
https://reviews.llvm.org/D21982
Files:
CMakeLists.txt
include/xray/xray_records.h
lib/xray/CMakeLists.txt
lib/xray/xray_flags.inc
lib/xray/xray_inmemory_log.cc
test/CMakeLists.txt
test/lit.common.cfg
test/xray/CMakeLists.txt
test/xray/TestCases/Linux/fixedsize-logging.cc
test/xray/lit.cfg
test/xray/lit.site.cfg.in
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21982.65345.patch
Type: text/x-patch
Size: 15850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160725/f1f24598/attachment.bin>
More information about the llvm-commits
mailing list