Searched full:run (Results 1 – 25 of 23918) sorted by relevance
12345678910>>...957
36 [ run core/custom_terminal.cpp ]37 [ run core/intel_test.cpp ]38 [ run core/primitives_tests.cpp ]42 [ run stdlib/cmath.cpp ]46 [ run operator/arithmetic_tests.cpp ]47 [ run operator/bitwise_tests.cpp ]48 [ run operator/comparison_tests.cpp ]49 [ run operator/if_else_tests.cpp ]50 [ run operator/io_tests.cpp ]51 [ run operator/logical_tests.cpp ][all …]
28 [ run algorithm/all.cpp ]29 [ run algorithm/any.cpp ]30 [ run algorithm/clear.cpp ]31 [ run algorithm/copy.cpp ]32 [ run algorithm/count.cpp ]33 [ run algorithm/count_if.cpp ]34 [ run algorithm/erase.cpp ]35 [ run algorithm/erase_key.cpp ]36 [ run algorithm/filter.cpp ]37 [ run algorithm/filter_if.cpp ][all …]
20 run quick.cpp ;23 run smart_ptr_test.cpp ;24 run shared_ptr_basic_test.cpp ;25 run shared_ptr_test.cpp ;26 run weak_ptr_test.cpp ;27 run weak_ptr_move_test.cpp ;28 run shared_from_this_test.cpp ;29 run get_deleter_test.cpp ;30 run intrusive_ptr_test.cpp ;31 run intrusive_ptr_move_test.cpp ;[all …]
13 run quick.cpp ;16 run addressof_test.cpp ;17 run addressof_test2.cpp ;18 run addressof_np_test.cpp ;19 run addressof_fn_test.cpp ;23 run checked_delete_test.cpp ;28 run ref_test.cpp ;29 run ref_ref_test.cpp ;30 run ref_fn_test.cpp ;40 run ref_cv_test.cpp ;[all …]
107 TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \108 run-ar-N.sh \110 run-show-die-info.sh run-get-files.sh run-get-lines.sh \111 run-next-files.sh run-next-lines.sh \112 run-get-pubnames.sh run-get-aranges.sh run-allfcts.sh \113 run-show-abbrev.sh run-line2addr.sh hash \114 run-large-elf-file.sh \115 newscn run-strip-test.sh run-strip-test2.sh \116 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \117 run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \[all …]
13 run quick.cpp ;16 run bind_test.cpp ;17 run bind_dm_test.cpp ;18 run bind_eq_test.cpp ;19 run bind_const_test.cpp ;20 run bind_cv_test.cpp ;21 run bind_stateful_test.cpp ;22 run bind_dm2_test.cpp ;23 run bind_not_test.cpp ;24 run bind_rel_test.cpp ;[all …]
5 ! RUN: %clang -no-canonical-prefixes -target i386-linux -### %s -o %t 2>&1 \6 ! RUN: -Aquestion=answer \7 ! RUN: -A-question=answer \8 ! RUN: -C \9 ! RUN: -CC \10 ! RUN: -Dmacro \11 ! RUN: -Dmacro=value \12 ! RUN: -H \13 ! RUN: -Isome/directory \14 ! RUN: -Jsome/other/directory \[all …]
7 // RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=c %s10 // RUN: %clang_cl /C -### -- %s 2>&1 | FileCheck -check-prefix=C %s13 // RUN: %clang_cl /C /P -### -- %s 2>&1 | FileCheck -check-prefix=C_P %s17 // RUN: %clang_cl /Dfoo=bar /D bar=baz /DMYDEF#value /DMYDEF2=foo#bar /DMYDEF3#a=b /DMYDEF4# \18 // RUN: -### -- %s 2>&1 | FileCheck -check-prefix=D %s26 // RUN: %clang_cl /E -### -- %s 2>&1 | FileCheck -check-prefix=E %s30 // RUN: %clang_cl /EP -### -- %s 2>&1 | FileCheck -check-prefix=EP %s35 // RUN: %clang_cl /fp:fast /fp:except -### -- %s 2>&1 | FileCheck -check-prefix=fpexcept %s38 // RUN: %clang_cl /fp:fast /fp:except /fp:except- -### -- %s 2>&1 | FileCheck -check-prefix=fpexcep…41 // RUN: %clang_cl /fp:precise /fp:fast -### -- %s 2>&1 | FileCheck -check-prefix=fpfast %s[all …]
48 // RUN: %clang -c %s -target i386-unknown-unknown -### 2>&1 \49 // RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC50 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -### 2>&1 \51 // RUN: | FileCheck %s --check-prefix=CHECK-PIC152 // RUN: %clang -c %s -target i386-unknown-unknown -fPIC -### 2>&1 \53 // RUN: | FileCheck %s --check-prefix=CHECK-PIC254 // RUN: %clang -c %s -target i386-unknown-unknown -fpie -### 2>&1 \55 // RUN: | FileCheck %s --check-prefix=CHECK-PIE156 // RUN: %clang -c %s -target i386-unknown-unknown -fPIE -### 2>&1 \57 // RUN: | FileCheck %s --check-prefix=CHECK-PIE2[all …]
3 // RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-bloc…4 // RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-asm …19 // RUN: %clang -### -S -Wwrite-strings %s 2>&1 | FileCheck -check-prefix=WRITE-STRINGS1 %s21 // RUN: %clang -### -S -Wwrite-strings -Wno-write-strings %s 2>&1 | FileCheck -check-prefix=WRITE-S…23 // RUN: %clang -### -S -Wwrite-strings -w %s 2>&1 | FileCheck -check-prefix=WRITE-STRINGS3 %s26 // RUN: %clang -### -x c++ -c %s 2>&1 | FileCheck -check-prefix=DEPRECATED-ON-CHECK %s27 // RUN: %clang -### -x c++ -c -Wdeprecated %s 2>&1 | FileCheck -check-prefix=DEPRECATED-ON-CHECK %s28 // RUN: %clang -### -x c++ -c -Wno-deprecated %s 2>&1 | FileCheck -check-prefix=DEPRECATED-OFF-CHEC…29 // RUN: %clang -### -x c++ -c -Wno-deprecated -Wdeprecated %s 2>&1 | FileCheck -check-prefix=DEPREC…30 // RUN: %clang -### -x c++ -c -w %s 2>&1 | FileCheck -check-prefix=DEPRECATED-ON-CHECK %s[all …]
7 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \8 // RUN: -target i386-unknown-linux \9 // RUN: --sysroot=%S/Inputs/fake_install_tree \10 // RUN: --gcc-toolchain="" \11 // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s13 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \14 // RUN: -fno-use-init-array \15 // RUN: -target i386-unknown-linux \16 // RUN: --sysroot=%S/Inputs/fake_install_tree \17 // RUN: --gcc-toolchain="" \[all …]
1 // RUN: rm -rf %t2 // RUN: cd %S4 // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 \5 // RUN: -I Inputs/stress1 \6 // RUN: -fno-implicit-modules \7 // RUN: -fmodules-cache-path=%t \8 // RUN: -fmodule-map-file-home-is-cwd \9 // RUN: -emit-module -fmodule-name=m00 -o %t/m00.pcm \10 // RUN: Inputs/stress1/module.modulemap12 // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 \[all …]
32 rule run ( sources + : args * : input-files *36 return [ testing.run $(sources) : $(args) : $(input-files)58 run actions.cpp : : : <pch>off ; # Enable PCH when boostorg/proto#13 is merged.59 run actions2.cpp : : : <pch>off ;60 run alternative.cpp ;61 run attr.cpp ;62 run attribute1.cpp ;63 run attribute2.cpp ;64 run and_predicate.cpp ;65 run auto.cpp ;[all …]
32 rule run ( sources + : args * : input-files *36 return [ testing.run $(sources) : $(args) : $(input-files)58 run actions.cpp ;59 run alternative1.cpp ;60 run alternative2.cpp ;61 run and_predicate.cpp ;62 run attribute.cpp ;63 run auto1.cpp ;64 run auto2.cpp ;65 run auto3.cpp ;[all …]
44 [ run can_prefer_free_prefer.cpp ]45 [ run can_prefer_free_require.cpp ]46 [ run can_prefer_member_prefer.cpp ]47 [ run can_prefer_member_require.cpp ]48 [ run can_prefer_not_applicable_free_prefer.cpp ]49 [ run can_prefer_not_applicable_free_require.cpp ]50 [ run can_prefer_not_applicable_member_prefer.cpp ]51 [ run can_prefer_not_applicable_member_require.cpp ]52 [ run can_prefer_not_applicable_static.cpp ]53 [ run can_prefer_not_applicable_unsupported.cpp ][all …]
17 run ../config_info.cpp : : : <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<l…18 run ../config_info.cpp : : : <threading>multi : config_info_threaded ;19 run ../math_info.cpp : : : <toolset>borland:<runtime-link>static <toolset>borland:<link>static ;20 run ../config_test.cpp : : : <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<li…21 run ../config_test.cpp : : : <threading>multi : config_test_threaded ;22 run ../limits_test.cpp ../../../test/build//boost_test_exec_monitor ;23 run ../abi/abi_test.cpp ../abi/main.cpp ;26 [ run ../has_2arg_use_facet_pass.cpp ]29 [ run ../has_bethreads_pass.cpp ]32 [ run ../has_clock_gettime_pass.cpp ][all …]
1 ; RUN: opt -disable-output -debug-pass-manager \2 ; RUN: -passes=no-op-module,no-op-module %s 2>&1 \3 ; RUN: | FileCheck %s --check-prefix=CHECK-TWO-NOOP-MP4 ; CHECK-TWO-NOOP-MP: Starting llvm::Module pass manager run7 ; CHECK-TWO-NOOP-MP: Finished llvm::Module pass manager run9 ; RUN: opt -disable-output -debug-pass-manager \10 ; RUN: -passes='module(no-op-module,no-op-module)' %s 2>&1 \11 ; RUN: | FileCheck %s --check-prefix=CHECK-NESTED-TWO-NOOP-MP12 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run13 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run[all …]
8 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \9 ; RUN: -passes=no-op-module %s 2>&1 \10 ; RUN: | FileCheck %s --check-prefix=CHECK-MODULE-PASS11 ; CHECK-MODULE-PASS: Starting llvm::Module pass manager run13 ; CHECK-MODULE-PASS-NEXT: Finished llvm::Module pass manager run15 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \16 ; RUN: -passes=no-op-cgscc %s 2>&1 \17 ; RUN: | FileCheck %s --check-prefix=CHECK-CGSCC-PASS18 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \19 ; RUN: -passes='cgscc(no-op-cgscc)' %s 2>&1 \[all …]
32 [ run euler_stepper.cpp ]33 [ run runge_kutta_concepts.cpp ]34 [ run runge_kutta_error_concepts.cpp ]35 [ run runge_kutta_controlled_concepts.cpp ]36 [ run resizing.cpp ]37 [ run default_operations.cpp ]38 [ run range_algebra.cpp ]39 [ run implicit_euler.cpp ]41 [ run fusion_algebra.cpp : : : <toolset>clang:<build>no ]42 [ run stepper_with_units.cpp : : : <toolset>clang:<build>no ][all …]
4 // RUN: %clangxx_asan -fsanitize-coverage=func -DSHARED %s -shared -o %T/libcoverage_android_test_1…5 // RUN: %clangxx_asan -fsanitize-coverage=func -DSO_DIR=\"%device\" %s -o %t7 // RUN: adb shell rm -rf %device/coverage-android8 // RUN: rm -rf %T/coverage-android10 // RUN: adb shell mkdir -p %device/coverage-android/direct11 // RUN: mkdir -p %T/coverage-android/direct12 // RUN: %env_asan_opts=coverage=1:coverage_direct=1:coverage_dir=%device/coverage-android/direct:ve…13 // RUN: adb pull %device/coverage-android/direct %T/coverage-android/direct14 // RUN: ls; pwd15 // RUN: cd %T/coverage-android/direct[all …]
3 // RUN: %clang_asan -O2 %s -o %t.exe4 // RUN: nm -D %t.exe | grep " T " | sed "s/.* T //" \5 // RUN: | grep "__asan_" | sed "s/___asan_/__asan_/" \6 // RUN: | sed -E "s/__asan_version_mismatch_check_v[0-9]+/__asan_version_mismatch_check/" \7 // RUN: | grep -v "__asan_default_options" \8 // RUN: | grep -v "__asan_stack_" \9 // RUN: | grep -v "__asan_on_error" > %t.symbols10 // RUN: cat %p/../../../../lib/asan/asan_interface_internal.h \11 // RUN: | sed "s/\/\/.*//" | sed "s/typedef.*//" \12 // RUN: | grep -v "OPTIONAL" \[all …]
31 local rule run-ni ( sources + )33 return [ run $(sources) : : : <define>BOOST_ENDIAN_NO_INTRINSICS : $(sources[1]:B)_ni ] ;36 run buffer_test.cpp ;37 run-ni buffer_test.cpp ;39 run endian_test.cpp ;40 run-ni endian_test.cpp ;42 run endian_operations_test.cpp ;43 run-ni endian_operations_test.cpp ;45 run endian_in_union_test.cpp ;47 run conversion_test.cpp ;[all …]
5 // RUN: %clang_asan -dead_strip -O2 %s -o %t.exe6 // RUN: rm -f %t.symbols %t.interface8 // RUN: nm -g `%clang_asan %s -fsanitize=address -### 2>&1 | grep "libclang_rt.asan_osx_dynamic.dyl…9 // RUN: | grep " T " | sed "s/.* T //" \10 // RUN: | grep "__asan_" | sed "s/___asan_/__asan_/" \11 // RUN: | sed -E "s/__asan_version_mismatch_check_v[0-9]+/__asan_version_mismatch_check/" \12 // RUN: | grep -v "__asan_default_options" \13 // RUN: | grep -v "__asan_on_error" > %t.symbols15 // RUN: cat %p/../../../../lib/asan/asan_interface_internal.h \16 // RUN: | sed "s/\/\/.*//" | sed "s/typedef.*//" \[all …]