1. 084f7bf In an XFAIL line, treat "XFAIL: foo*bar" as a regular expression to be matched by Nick Lewycky · 15 years ago
  2. 802cd84 Re-commit r67334 and r67349 with fix. by Evan Cheng · 15 years ago
  3. faf880f Revert r67334 and r37349 which break "make check" on Linux. by Nick Lewycky · 15 years ago
  4. 23d8539 Fix typo's. by Evan Cheng · 15 years ago
  5. 817046e More makefile changes to allow dejagnu tests to pass when system tools default to a different target from the llvm configuration (e.g. 64-bit gcc and 32-bit llvm). by Evan Cheng · 15 years ago
  6. 922b2a2 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  7. 6748f04 Run dsymutil on darwin, when it is expected, before running gdb test. by Devang Patel · 16 years ago
  8. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  9. 2bdc07b add support for running the test suite with valgrind. to run it just type 'make VG=1', as in clang by Nuno Lopes · 16 years ago
  10. 96f9452 Actually run Obj-C++ tests if llvm-gcc supports. by Duncan Sands · 16 years ago
  11. c93346a Use correct compiler component names for objc and objc++. by Duncan Sands · 16 years ago
  12. 3921266 Regression test for PR2443. by Duncan Sands · 16 years ago
  13. 53ebe35 Turn off llvm-gcc warnings when running "make check". by Duncan Sands · 16 years ago
  14. c9e0043 Change llvm.exp so it no longer ignores some errors when executing dejagnu by Matthijs Kooijman · 16 years ago
  15. 488fe31 Fix tests due to llvm2cpp move to llc target by Anton Korobeynikov · 16 years ago
  16. 6f729d6 Byebye llvm-upgrade! by Tanya Lattner · 16 years ago
  17. 200d607 Fix error in testing for END. notation. Patch by Julien Lerouge. Thanks! by Tanya Lattner · 16 years ago
  18. aadbda8 Fix PR2120 by changing the replacement order to change compile_cxx by Chris Lattner · 16 years ago
  19. 684ed3d While hunting for two hanging tests, by Gabor Greif · 16 years ago
  20. 727842e Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. by Tanya Lattner · 17 years ago
  21. a57506e Implement the XTARGET feature for PR1778 by Tanya Lattner · 17 years ago
  22. 8ef426b Adding ocaml language bindings for the vmcore and bitwriter libraries. These are by Gordon Henriksen · 17 years ago
  23. 6c7ada4 The Ada f-e produces various auxiliary output files by Duncan Sands · 17 years ago
  24. 7d841a4 Fix typo. by Duncan Sands · 17 years ago
  25. 4f6e9ab Dan is right, using "string first" would produce false positives. So, by Reid Spencer · 17 years ago
  26. 3dc662c Fix the comparison of language names to accept any characters by using by Reid Spencer · 17 years ago
  27. 12d81f3 Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single by Reid Spencer · 17 years ago
  28. 7022d1f llvm-dg.exp is dead, remove it. by Reid Spencer · 17 years ago
  29. 40a4c61 Add the llvm_supports_target function. by Reid Spencer · 17 years ago
  30. 4e9471d Test if the compiler supports Ada, and enable Ada tests if so. While I was by Duncan Sands · 17 years ago
  31. 6cdf4a9 Always print the same "PR" information in the same location (just after by Reid Spencer · 17 years ago
  32. 1e55bf2 Put failure information on a separate line. Hopefully this unbreaks the by Reid Spencer · 17 years ago
  33. 9fe9907 Enable Objective-C tests. by Devang Patel · 17 years ago
  34. 3724df3 Spelling fix. by Duncan Sands · 17 years ago
  35. 25d50d6 Change ne into !=. by Duncan Sands · 17 years ago
  36. fb7653e Two changes: by Reid Spencer · 17 years ago
  37. 6b2e2be Some tests have really long RUN line sets. Read the first 4096 bytes instead by Reid Spencer · 17 years ago
  38. 601e845 Allow lines that have \ and end in \ to be recognized as ending in \ by Reid Spencer · 17 years ago
  39. 66959ce Two improvements: by Reid Spencer · 17 years ago
  40. b0feffa No, don't cancel all remaining tests, just the one that failed! by Reid Spencer · 17 years ago
  41. 0947df4 Abandone the entire test case on the first error. by Reid Spencer · 17 years ago
  42. 12ca929c Allow replacement of %% with % by Reid Spencer · 17 years ago
  43. 78fb2ac Changes to fix problems with "make check". Apparently you can redefine by Reid Spencer · 17 years ago
  44. 90016c7 For PR1319: by Reid Spencer · 17 years ago
  45. 9a03bda 1. Don't generate redundant copy of stderr by Reid Spencer · 17 years ago
  46. bcb8674 Print full errorInfo when a failure occurs. by Reid Spencer · 17 years ago
  47. 520b487 Add the line number where the script failed to the error output. by Reid Spencer · 17 years ago
  48. 316abe4 Initial version of a re-write of llvm-runtest that doesn't write the by Reid Spencer · 17 years ago
  49. 4e3e115 Make the shlibext and llvmlibsdir variables accessible. by Reid Spencer · 17 years ago
  50. 3d89bc5 Make new variables available: compile_c, compile_cxx, link to handle tests by Reid Spencer · 17 years ago
  51. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 17 years ago
  52. 0aac889 Update the way llvm2cpp tests are done: by Reid Spencer · 17 years ago
  53. ea60e20 No, libLLVMbzip2 does not have a .a suffix. by Reid Spencer · 18 years ago
  54. 42505f5 Fix gcc command line options after LLVMCore and LLVMbzip2 became archive by Reid Spencer · 18 years ago
  55. 226368f 1. No need to thwart this test with an environment variable. Turning it off by Reid Spencer · 18 years ago
  56. 0490c0f Fix a bug with diffing the wrong files. Make output more readable. by Reid Spencer · 18 years ago
  57. 492196c Fix a problem where dejagnu won't accept the value of global tcl variable by Reid Spencer · 18 years ago
  58. 15d4059 Provide an infrastructure for testing the llvm2cpp program (yet to be by Reid Spencer · 18 years ago
  59. 8b437e0 Improve error output. Use the third parameter of the "catch" command to by Reid Spencer · 18 years ago
  60. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 18 years ago
  61. 3726ff0 Automatically pass -emit-llvm to llvmgcc when using %llvmgcc by Chris Lattner · 18 years ago
  62. b761433 Adding timeout for a test. by Tanya Lattner · 20 years ago
  63. 9397204 Forgot to join srcdir and subdir for complete path for input files. by Tanya Lattner · 20 years ago
  64. f9e7943 Adding srcdir arg. Added ability to specify the path to an input file. This is needed for when srcdir != objdir. by Tanya Lattner · 20 years ago
  65. d85f0af setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure. by Tanya Lattner · 20 years ago
  66. c7185ac Run prcontext.tcl with tclsh and let it be found in the path. This should be found by configure. by Tanya Lattner · 20 years ago
  67. de942dc Changed to use tcl script. by Tanya Lattner · 20 years ago
  68. 00a7469 Now using path to python found by configure. by Tanya Lattner · 20 years ago
  69. 808fafa More srcdir != objdir changes. by Tanya Lattner · 20 years ago
  70. e243e2f Made changes to support objdir!=srcdir. by Tanya Lattner · 20 years ago
  71. 70053a5 With the changes to these files, the Regression test suite should be tested by dejagnu without anyproblem. by Tanya Lattner · 20 years ago
  72. 3bdb2f5 First crack at support to run tests using dejagnu. This file contains a procedure to run a test like TestRunner.sh does. by Tanya Lattner · 20 years ago