Searched refs:RUN (Results 1 – 25 of 1321) sorted by relevance
12345678910>>...53
10 RUN apt-get update11 RUN apt-get upgrade -y12 RUN apt-get install -y bison flex g++ gcc git libgmp3-dev libmpc-dev libmpfr-dev libz-dev make wget15 RUN wget http://ftp.gnu.org/gnu/gcc/gcc-4.9.2/gcc-4.9.2.tar.gz16 RUN tar xvfz gcc-4.9.2.tar.gz18 RUN mkdir build 20 RUN ../configure --disable-checking --enable-languages=c,c++ --enable-multiarch --enable-shared --e…21 RUN make -j 8 22 RUN make install 25 RUN wget http://www.nasm.us/pub/nasm/releasebuilds/2.11.06/nasm-2.11.06.tar.gz[all …]
5 RUN apt-get update && apt-get install -y \29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \41 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz42 RUN cd /var/local \50 RUN curl -sS https://getcomposer.org/installer | php51 RUN mv composer.phar /usr/local/bin/composer54 RUN git clone https://github.com/php/php-src57 RUN cd php-src \60 RUN cd php-src \69 RUN cd php-src \[all …]
3 RUN: rm -rf %tmp/T1 %tmp/T24 RUN: mkdir -p %tmp/T1 %tmp/T25 RUN: echo F..... > %tmp/T1/16 RUN: echo .U.... > %tmp/T1/27 RUN: echo ..Z... > %tmp/T1/310 RUN: LLVMFuzzer-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-pr…14 RUN: echo ...Z.. > %tmp/T2/115 RUN: echo ....E. > %tmp/T2/216 RUN: echo .....R > %tmp/T2/317 RUN: echo F..... > %tmp/T2/a[all …]
1 RUN: rm -rf %tmp2 RUN: mkdir %tmp && cd %tmp4 RUN: rm -rf FuzzerJobsTestCORPUS5 RUN: mkdir FuzzerJobsTestCORPUS6 RUN: rm -f fuzz-{0,1}.log9 RUN: LLVMFuzzer-EmptyTest -max_total_time=4 -jobs=2 -workers=2 FuzzerJobsTestCORPUS > %t-fuzzer-job…12 RUN: sleep 215 RUN: ls fuzz-0.log16 RUN: ls fuzz-1.log21 RUN: while kill -0 ${FUZZER_PID}; do : ; done[all …]
4 RUN: LLVMFuzzer-SimpleTest 2>&1 | FileCheck %s7 RUN: LLVMFuzzer-SimpleTest -only_ascii=1 2>&19 RUN: LLVMFuzzer-SimpleCmpTest -max_total_time=1 -use_cmp=0 2>&1 | FileCheck %s --check-prefix=MaxTo…12 RUN: not LLVMFuzzer-NullDerefTest 2>&1 | FileCheck %s --check-prefix=NullDerefTest13 RUN: not LLVMFuzzer-NullDerefTest -close_fd_mask=3 2>&1 | FileCheck %s --check-prefix=NullDerefTest16 RUN: not LLVMFuzzer-NullDerefTest -artifact_prefix=ZZZ 2>&1 | FileCheck %s --check-prefix=NullDere…18 RUN: not LLVMFuzzer-NullDerefTest -artifact_prefix=ZZZ -exact_artifact_path=FOOBAR 2>&1 | FileChec…21 RUN: not LLVMFuzzer-NullDerefOnEmptyTest -print_final_stats=1 2>&1 | FileCheck %s --check-prefix=NU…26 RUN: not LLVMFuzzer-CounterTest -max_len=6 -seed=1 -timeout=15 2>&1 | FileCheck %s --check-prefix=…37 RUN: not LLVMFuzzer-UninstrumentedTest-NoCoverage 2>&1 | FileCheck %s --check-prefix=NO_COVERAGE[all …]
2 RUN: unset AFL_DRIVER_EXTRA_STATS_FILENAME3 RUN: AFLDriverTest6 RUN: ASAN_OPTIONS= AFL_DRIVER_EXTRA_STATS_FILENAME=%T not --crash AFLDriverTest13 RUN: rm -f %t14 RUN: AFL_DRIVER_EXTRA_STATS_FILENAME=%t AFLDriverTest15 RUN: [[ $(grep "peak_rss_mb\|slowest_unit_time_sec" %t | wc -l) -eq 2 ]]18 RUN: printf "peak_rss_mb : 0\nslowest_unit_time_sec: 0\n" > %t19 RUN: AFL_DRIVER_EXTRA_STATS_FILENAME=%t AFLDriverTest21 RUN: [[ $(grep "peak_rss_mb\|slowest_unit_time_sec" %t | wc -l) -eq 2 ]]26 RUN: printf "peak_rss_mb : 9999\nslowest_unit_time_sec: 9999\n" > %t[all …]
1 RUN: rm -rf %t/SUB12 RUN: mkdir -p %t/SUB1/SUB2/SUB33 RUN: echo a > %t/SUB1/a4 RUN: echo b > %t/SUB1/SUB2/b5 RUN: echo c > %t/SUB1/SUB2/SUB3/c6 RUN: LLVMFuzzer-SimpleTest %t/SUB1 -runs=0 2>&1 | FileCheck %s --check-prefix=SUBDIRS8 RUN: echo zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz…9 RUN: LLVMFuzzer-SimpleTest %t/SUB1 -runs=0 2>&1 | FileCheck %s --check-prefix=LONG11 RUN: rm -rf %t/SUB113 RUN: not LLVMFuzzer-SimpleTest NONEXISTENT_DIR 2>&1 | FileCheck %s --check-prefix=NONEXISTENT_DIR
2 RUN: not LLVMFuzzer-LeakTest -runs=100000 -detect_leaks=1 2>&1 | FileCheck %s --check-prefix=LEAK_D…10 RUN: not LLVMFuzzer-LeakTest -runs=0 -detect_leaks=1 %S 2>&1 | FileCheck %s --check-prefix=LEAK_IN_…14 RUN: not LLVMFuzzer-LeakTest -runs=100000000 %S/hi.txt 2>&1 | FileCheck %s --check-prefix=MULTI_RUN…18 RUN: not LLVMFuzzer-LeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=LEAK_A…19 RUN: not LLVMFuzzer-LeakTest -runs=100000 2>&1 | FileCheck %s --check-prefix=LEAK_D…20 RUN: not LLVMFuzzer-ThreadedLeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefi…21 RUN: not LLVMFuzzer-ThreadedLeakTest -runs=100000 2>&1 | FileCheck %s --check-prefi…25 RUN: not LLVMFuzzer-LeakTest -runs=100000 -max_len=1 2>&1 | FileCheck %s --check-prefix=MAX_LEN_128 RUN: not LLVMFuzzer-LeakTimeoutTest -timeout=1 2>&1 | FileCheck %s --check-prefix=LEAK_TIMEOUT32 RUN: LLVMFuzzer-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-…[all …]
8 RUN: not LLVMFuzzer-MemcmpTest -seed=4294967295 -runs=100000 2>&1 | FileCheck %s9 RUN: LLVMFuzzer-MemcmpTest -use_memcmp=0 -seed=4294967295 -runs=1000000 2>&1 | FileCheck %s --…11 RUN: not LLVMFuzzer-StrncmpTest -seed=2 -runs=100000 2>&1 | FileCheck %s12 RUN: LLVMFuzzer-StrncmpTest -use_memcmp=0 -seed=3 -runs=1000000 2>&1 | FileCheck %s --check-pr…14 RUN: not LLVMFuzzer-StrcmpTest -seed=4 -runs=200000 2>&1 | FileCheck %s15 RUN: LLVMFuzzer-StrcmpTest -use_memcmp=0 -seed=5 -runs=1000000 2>&1 | FileCheck %s --check-pre…17 RUN: not LLVMFuzzer-StrstrTest -seed=6 -runs=200000 2>&1 | FileCheck %s18 RUN: LLVMFuzzer-StrstrTest -use_memmem=0 -seed=7 -runs=1000000 2>&1 | FileCheck %s --check-pre…20 RUN: LLVMFuzzer-RepeatedMemcmp -seed=10 -runs=100000 2>&1 | FileCheck %s --check-prefix=RECOMMENDED…
1 RUN: not LLVMFuzzer-NullDerefTest %S/hi.txt 2>&1 | FileCheck %s --check-prefix=SingleInput4 RUN: rm -rf %tmp/SINGLE_INPUTS5 RUN: mkdir -p %tmp/SINGLE_INPUTS6 RUN: echo aaa > %tmp/SINGLE_INPUTS/aaa7 RUN: echo bbb > %tmp/SINGLE_INPUTS/bbb8 RUN: LLVMFuzzer-SimpleTest %tmp/SINGLE_INPUTS/aaa %tmp/SINGLE_INPUTS/bbb 2>&1 | FileChec…9 RUN: LLVMFuzzer-SimpleTest -max_len=2 %tmp/SINGLE_INPUTS/aaa %tmp/SINGLE_INPUTS/bbb 2>&1 | FileChec…10 RUN: rm -rf %tmp/SINGLE_INPUTS
1 RUN: DIR=%t_workdir2 RUN: BUILD_DIR=$(pwd)3 RUN: rm -rf $DIR && mkdir -p $DIR && cd $DIR4 RUN: not $BUILD_DIR/LLVMFuzzer-NullDerefTest -dump_coverage=1 2>&1 | FileCheck %s5 RUN: $BUILD_DIR/LLVMFuzzer-DSOTest -dump_coverage=1 -runs=0 2>&1 | FileCheck %s --check-prefix=DSO6 RUN: not $BUILD_DIR/LLVMFuzzer-NullDerefTest -dump_coverage=0 2>&1 | FileCheck %s --check-prefix=NO…7 RUN: rm -rf $DIR
5 RUN apt-get update && apt-get install -y \29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \42 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h43 RUN wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz -O /var/local/bison-2.6.4.tar.gz44 RUN cd /var/local \52 RUN curl -sS https://getcomposer.org/installer | php53 RUN mv composer.phar /usr/local/bin/composer56 RUN git clone https://github.com/php/php-src59 RUN cd php-src \62 RUN cd php-src \[all …]
13 RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d…18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \60 RUN wget http://am1.php.net/get/php-5.5.38.tar.bz2/from/this/mirror61 RUN mv mirror php-5.5.38.tar.bz262 RUN tar -xvf php-5.5.38.tar.bz263 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \65 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \68 RUN wget http://am1.php.net/get/php-5.6.30.tar.bz2/from/this/mirror69 RUN mv mirror php-5.6.30.tar.bz270 RUN tar -xvf php-5.6.30.tar.bz2[all …]
3 RUN sudo apt-get -y -qq update4 RUN sudo apt-get -y install software-properties-common5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test6 RUN sudo apt-get -y install cmake7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i3869 RUN sudo apt-get -y install clang clang-tools10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-611 RUN sudo apt-get -y install valgrind12 RUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnue…
3 RUN apt-get update4 RUN apt-get install libsecret-1-dev libx11-dev libxkbfile-dev -y5 RUN npm i -g yarn --force6 RUN git clone --depth 1 https://github.com/microsoft/vscode.git /vscode10 RUN yarn add typescript@/typescript.tgz12 RUN yarn add rimraf13 RUN yarn add typescript@/typescript.tgz15 RUN yarn add typescript@/typescript.tgz16 RUN yarn
5 RUN apt-get update && apt-get install -y \26 RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys \29 RUN \curl -sSL https://get.rvm.io | bash -s stable31 RUN /bin/bash -l -c "rvm install 2.3.8"32 RUN /bin/bash -l -c "rvm install 2.4.5"33 RUN /bin/bash -l -c "rvm install 2.5.1"34 RUN /bin/bash -l -c "rvm install 2.6.0"35 RUN /bin/bash -l -c "rvm install 2.7.0"37 RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"38 RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc"
5 RUN apt-get update && apt-get install -y \31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \44 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h45 RUN wget https://ftp.gnu.org/gnu/bison/bison-3.0.1.tar.gz -O /var/local/bison-3.0.1.tar.gz46 RUN cd /var/local \54 RUN curl -sS https://getcomposer.org/installer | php55 RUN mv composer.phar /usr/local/bin/composer58 RUN git clone https://github.com/php/php-src61 RUN cd php-src \64 RUN cd php-src \[all …]
3 RUN apt-get update && apt-get install -y cmake git g++4 RUN apt-get clean10 RUN ./autogen.sh --clean && ./autogen.sh11 RUN ./configure --disable-documentation --enable-tests --enable-examples --with-openssl && make ins…14 RUN git clone --depth 1 https://github.com/cabo/cn-cbor.git && cd cn-cbor && ./build.sh all doc ins…19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim22 RUN apt-get clean28 RUN echo "/usr/local/lib" >>/etc/ld.so.conf.d/usr_local.conf && ldconfig /usr/local/lib31 RUN adduser --disabled-password --gecos '' $user[all …]
20 [0;32m[ RUN ] [mADeathTest.ShouldRunFirst23 [0;32m[ RUN ] [mATypedDeathTest/0.ShouldRunFirst26 [0;32m[ RUN ] [mATypedDeathTest/1.ShouldRunFirst29 [0;32m[ RUN ] [mMy/ATypeParamDeathTest/0.ShouldRunFirst32 [0;32m[ RUN ] [mMy/ATypeParamDeathTest/1.ShouldRunFirst35 [0;32m[ RUN ] [mPassingTest.PassingTest137 [0;32m[ RUN ] [mPassingTest.PassingTest240 [0;32m[ RUN ] [mNonfatalFailureTest.EscapesStringOperands58 [0;32m[ RUN ] [mNonfatalFailureTest.DiffForLongStrings73 [0;32m[ RUN ] [mFatalFailureTest.FatalFailureInSubroutine[all …]
4 RUN apt-get update && apt-get upgrade -y && apt-get install -y \8 RUN cd /tmp \14 RUN mkdir -p /tmp/skia \20 RUN cd /tmp/skia/skia \26 RUN if [ -z "${HASH}" ] ; then echo "HASH must be specified as a --build-arg"; exit 1; fi28 RUN cd /tmp/skia/skia \34 RUN if [ ! -z "${PATCH_REF}" ] ; then cd /tmp/skia/skia \39 RUN cd /tmp/skia/skia \44 RUN /tmp/skia/skia/modules/pathkit/compile.sh47 RUN /tmp/skia/skia/modules/canvaskit/compile.sh[all …]
6 RUN echo -e "deltarpm=0\ninstall_weak_deps=0\ntsflags=nodocs" >> /etc/dnf/dnf.conf7 RUN rm -f /etc/yum.repos.d/*modular.repo8 RUN dnf -y update9 RUN dnf -y install \21 RUN autoreconf -vi22 RUN ./configure23 RUN make
2 RUN npm install -g @microsoft/rush3 RUN git clone --depth 1 https://github.com/Azure/azure-sdk-for-js.git /azure-sdk5 RUN rush update8 RUN rush add -p "typescript@3.5.1" --dev -m11 RUN rm -rf typescript13 RUN mkdir /typescript14 RUN tar -xzvf /typescript.tgz -C /typescript15 RUN ln -s /typescript/package ./typescript
3 RUN dpkg --add-architecture i3864 RUN apt-get update5 RUN apt-get install -y --no-install-recommends libc6-dev gcc6 RUN apt-get install -y --no-install-recommends \24 RUN sh /android/android-install-ndk.sh $ANDROID_ARCH25 RUN sh /android/android-install-sdk.sh $ANDROID_ARCH26 RUN mv /root/.android /tmp27 RUN chmod 777 -R /tmp/.android28 RUN chmod 755 /android/sdk/cmdline-tools/tools/* /android/sdk/emulator/qemu/linux-x86_64/*