Hello Enrico,

> RE: I assume that the lack of this build logic was causing the test case to 
> fail on your machine. Correct?


Correct. But tests had failed on my side because argdumper not found. I use 
cmake to build lldb.

Log:

  1: test_with_dsym (TestLaunchWithGlob.LaunchWithGlobTestCase) ...
  os command: make clean ; make MAKE_DSYM=YES ARCH=x86_64 CC="clang"
  with pid: 94168
  stdout: rm -f "a.out"  main.o main.d main.d.tmp
  rm -f -r "a.out.dSYM"
  clang++ -std=c++11 -g -O0 -arch x86_64   
-I/Users/IliaK/p/llvm/tools/lldb/test/make/../../include   -c -o main.o main.cpp
  clang++  main.o -g -O0 -arch x86_64   
-I/Users/IliaK/p/llvm/tools/lldb/test/make/../../include   -o "a.out"
  
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil"
  -o "a.out.dSYM" "a.out"
  
  stderr:
  retcode: 0
  
  
  runCmd: file 
/Users/IliaK/p/llvm/tools/lldb/test/functionalities/launch_with_glob/a.out
  output: Current executable set to 
'/Users/IliaK/p/llvm/tools/lldb/test/functionalities/launch_with_glob/a.out' 
(x86_64).
  
  
  /Users/IliaK/p/llvm/build_ninja/lib/python2.7/site-packages/lldb
  runCmd: process launch -G true -w 
/Users/IliaK/p/llvm/tools/lldb/test/functionalities/launch_with_glob -- fi*.tx?
  runCmd failed!
  error: could not find argdumper tool
  
  
  Command 'process launch -G true -w 
/Users/IliaK/p/llvm/tools/lldb/test/functionalities/launch_with_glob -- 
fi*.tx?' failed!
  
  /Users/IliaK/p/llvm/build_ninja/lib/python2.7/site-packages/lldb
  runCmd: process launch -G true -w 
/Users/IliaK/p/llvm/tools/lldb/test/functionalities/launch_with_glob -- fi*.tx?
  runCmd failed!
  error: could not find argdumper tool
  
  
  Command 'process launch -G true -w 
/Users/IliaK/p/llvm/tools/lldb/test/functionalities/launch_with_glob -- 
fi*.tx?' failed!
  
  /Users/IliaK/p/llvm/build_ninja/lib/python2.7/site-packages/lldb
  runCmd: process launch -G true -w 
/Users/IliaK/p/llvm/tools/lldb/test/functionalities/launch_with_glob -- fi*.tx?
  runCmd failed!
  error: could not find argdumper tool
  
  
  Command 'process launch -G true -w 
/Users/IliaK/p/llvm/tools/lldb/test/functionalities/launch_with_glob -- 
fi*.tx?' failed!
  
  FAILURE


http://reviews.llvm.org/D7550

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to