HomeSort by: relevance | last modified time | path
    Searched refs:isWindows (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/cli-tests/common/
platform.sh 5 isWindows=false
13 isWindows=true
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
LitConfig.py 25 noExecute, debug, isWindows,
40 self.isWindows = bool(isWindows)
135 if self.isWindows and self.bashPath:
LitTestCase.py 54 isWindows=windows,
TestRunner.py 901 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows,
958 if litConfig.isWindows and result.exitCode < 0:
972 isWin32CMDEXE = (litConfig.isWindows and not bashPath)
980 if litConfig.isWindows and not isWin32CMDEXE:
main.py 38 isWindows=is_windows,
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
TestRunner.py 35 isWindows=(
  /src/external/bsd/zstd/dist/tests/
playTests.sh 110 isWindows=false
118 isWindows=true
180 println "\nStarting playTests.sh isWindows=$isWindows EXE_PREFIX='$EXE_PREFIX' ZSTD_BIN='$ZSTD_BIN' DATAGEN_BIN='$DATAGEN_BIN'"
333 if [ "$isWindows" = false ] && [ "$UNAME" != "AIX" ]; then
603 if [ "$isWindows" = false ] ; then
616 if [ "$isWindows" = false ] ; then
760 if [ "$isWindows" = false ] ; then
965 if [ "$isWindows" = false ] && [ "$UNAME" != 'SunOS' ] && [ "$UNAME" != "OpenBSD" ] && [ "$UNAME" != "AIX" ]; then
976 if [ "$isWindows" = false ] && [ "$UNAME" != 'SunOS' ] ; the
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
dsl.py 59 isWindows=platform.system() == 'Windows',

Completed in 30 milliseconds