Home
last modified time | relevance | path

Searched refs:filecheck (Results 1 – 19 of 19) sorted by relevance

/frameworks/compile/slang/lit-tests/
Dscriptc-filecheck-wrapper.sh24 --filecheck*)
25 filecheck="${arg#*=}"
46 if [[ (-z $outdir) || (-z $filecheck) || (-z $rsfile) ]]
83 if [[ ! -f $filecheck ]]
85 echo "No file at supplied FileCheck path $filecheck"
95 "$filecheck" -input-file "$outdir"/$filecheck_inputfile ${check_prefix} "$rsfile"
Dlit.cfg50 config.filecheck = inferTool('FileCheck', 'FILECHECK', config.environment['PATH'])
51 config.rs_filecheck_wrapper = inferTool('rs-filecheck-wrapper.sh', 'RS_FILECHECK_WRAPPER', os.path.…
52 config.scriptc_filecheck_wrapper = inferTool('scriptc-filecheck-wrapper.sh', 'SCRIPTC_FILECHECK_WRA…
65 lit_config.note('using FileCheck: %r' % config.filecheck)
66 lit_config.note('using rs-filecheck-wrapper.sh: %r' % config.rs_filecheck_wrapper)
72 …tutions.append( ('%rs-filecheck-wrapper', ' ' + config.rs_filecheck_wrapper + ' ' + config.test_ex…
73 …%scriptc-filecheck-wrapper', ' ' + config.scriptc_filecheck_wrapper + ' --output=' + config.test_e…
DREADME26 and the helper shell-script rs-filecheck-wrapper.sh, it should be possible to
/frameworks/compile/slang/lit-tests/padding/
Dsmall_struct.rscript3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-LL
15 // RUN: %scriptc-filecheck-wrapper --lang=Java --type=small_struct --check-prefix=CHECK-JAVA-STRUCT…
24 // RUN: %scriptc-filecheck-wrapper --lang=Java --check-prefix=CHECK-JAVA-INVOKE %s
Dsmall_struct_2.rscript3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-LL
15 // RUN: %scriptc-filecheck-wrapper --lang=Java --type=small_struct_2 --check-prefix=CHECK-JAVA-STRU…
24 // RUN: %scriptc-filecheck-wrapper --lang=Java --check-prefix=CHECK-JAVA-INVOKE %s
Dmore_structs.rscript3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-LL
33 // RUN: %scriptc-filecheck-wrapper --lang=Java --type=char_struct --check-prefix=CHECK-JAVA-CHAR-ST…
43 // RUN: %scriptc-filecheck-wrapper --lang=Java --type=five_struct --check-prefix=CHECK-JAVA-FIVE-ST…
61 // RUN: %scriptc-filecheck-wrapper --lang=Java --check-prefix=CHECK-JAVA-INVOKE %s
Dbitfield.rscript3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-LL
11 // RUN: %scriptc-filecheck-wrapper --lang=Java --type=NoBitfield --check-prefix=CHECK-JAVA-STRUCT %s
/frameworks/compile/libbcc/tests/debuginfo/
Dlit.site.cfg52 config.filecheck = inferTool(lit, 'FileCheck', 'FILECHECK', \
92 + ' ' + config.filecheck + ' ' ) )
101 lit.note('using FileCheck: %r' % config.filecheck)
/frameworks/compile/slang/lit-tests/P_alloc_in_struct/
Dalloc_in_struct.rscript2 // RUN: %rs-filecheck-wrapper %s
/frameworks/compile/slang/lit-tests/debug/
Ddebug_enabled.rscript2 // RUN: %rs-filecheck-wrapper %s
Ddebug_disabled.rscript2 // RUN: %rs-filecheck-wrapper %s
/frameworks/compile/slang/lit-tests/P_compute/
Dcompute.rscript2 // RUN: %rs-filecheck-wrapper %s
/frameworks/compile/slang/lit-tests/P_ref_count/
Dref_count2.rscript2 // RUN: %rs-filecheck-wrapper %s
Dfunc_params.rscript3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-SET
19 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-CLR
Dref_count.rscript2 // RUN: %rs-filecheck-wrapper %s
/frameworks/compile/slang/lit-tests/opt/
Dlocals_opt_0.rscript2 // RUN: %rs-filecheck-wrapper %s
Dlocals_opt_3.rscript2 // RUN: %rs-filecheck-wrapper %s
Dlocals_opt_default.rscript2 // RUN: %rs-filecheck-wrapper %s
/frameworks/compile/slang/lit-tests/P_array_init/
Darray_init.rscript2 // RUN: %rs-filecheck-wrapper %s