search for: ad65f46

Displaying 4 results from an estimated 4 matches for "ad65f46".

2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...uite(check-debuginfo "Running debug info integration tests" + ${CMAKE_CURRENT_BINARY_DIR} + DEPENDS ${DEBUGINFO_TEST_DEPS} + ) +set_target_properties(check-debuginfo PROPERTIES FOLDER "Debug info tests") diff --git a/lit.cfg.py b/lit.cfg.py new file mode 100644 index 0000000..ad65f46 --- /dev/null +++ b/lit.cfg.py @@ -0,0 +1,59 @@ +# -*- Python -*- + +import os +import platform +import re +import subprocess +import tempfile + +import lit.formats +import lit.util + +from lit.llvm import llvm_config +from lit.llvm.subst import ToolSubst +from lit.llvm.subst import FindTool + +# C...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...; + DEPENDS ${DEBUGINFO_TEST_DEPS} >> + ) >> +set_target_properties(check-debuginfo PROPERTIES FOLDER "Debug info tests") >> diff --git a/lit.cfg.py <http://lit.cfg.py/> b/lit.cfg.py <http://lit.cfg.py/> >> new file mode 100644 >> index 0000000..ad65f46 >> --- /dev/null >> +++ b/lit.cfg.py <http://lit.cfg.py/> >> @@ -0,0 +1,59 @@ >> +# -*- Python -*- >> + >> +import os >> +import platform >> +import re >> +import subprocess >> +import tempfile >> + >> +import lit.formats...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...RENT_BINARY_DIR} > + DEPENDS ${DEBUGINFO_TEST_DEPS} > + ) > +set_target_properties(check-debuginfo PROPERTIES FOLDER "Debug info tests") > diff --git a/lit.cfg.py <http://lit.cfg.py/> b/lit.cfg.py <http://lit.cfg.py/> > new file mode 100644 > index 0000000..ad65f46 > --- /dev/null > +++ b/lit.cfg.py <http://lit.cfg.py/> > @@ -0,0 +1,59 @@ > +# -*- Python -*- > + > +import os > +import platform > +import re > +import subprocess > +import tempfile > + > +import lit.formats > +import lit.util > + > +from lit.llv...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
I sorta enjoy debugging stuff like this, so if you don't mind, I'll dig into it once I get a chance -- traveling so, my access is a bit sketchy right now. I'll see if I can grab the logs and let you know if I find anything interesting. On Tue, Nov 21, 2017 at 7:04 PM, Zachary Turner <zturner at google.com> wrote: > That change was added specifically to workaround a failure