Searched refs:filecheck (Results 1 – 19 of 19) sorted by relevance
/frameworks/compile/slang/lit-tests/ |
D | scriptc-filecheck-wrapper.sh | 24 --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"
|
D | lit.cfg | 50 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…
|
D | README | 26 and the helper shell-script rs-filecheck-wrapper.sh, it should be possible to
|
/frameworks/compile/slang/lit-tests/padding/ |
D | small_struct.rscript | 3 // 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
|
D | small_struct_2.rscript | 3 // 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
|
D | more_structs.rscript | 3 // 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
|
D | bitfield.rscript | 3 // 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/ |
D | lit.site.cfg | 52 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/ |
D | alloc_in_struct.rscript | 2 // RUN: %rs-filecheck-wrapper %s
|
/frameworks/compile/slang/lit-tests/debug/ |
D | debug_enabled.rscript | 2 // RUN: %rs-filecheck-wrapper %s
|
D | debug_disabled.rscript | 2 // RUN: %rs-filecheck-wrapper %s
|
/frameworks/compile/slang/lit-tests/P_compute/ |
D | compute.rscript | 2 // RUN: %rs-filecheck-wrapper %s
|
/frameworks/compile/slang/lit-tests/P_ref_count/ |
D | ref_count2.rscript | 2 // RUN: %rs-filecheck-wrapper %s
|
D | func_params.rscript | 3 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-SET 19 // RUN: %rs-filecheck-wrapper %s --check-prefix=CHECK-CLR
|
D | ref_count.rscript | 2 // RUN: %rs-filecheck-wrapper %s
|
/frameworks/compile/slang/lit-tests/opt/ |
D | locals_opt_0.rscript | 2 // RUN: %rs-filecheck-wrapper %s
|
D | locals_opt_3.rscript | 2 // RUN: %rs-filecheck-wrapper %s
|
D | locals_opt_default.rscript | 2 // RUN: %rs-filecheck-wrapper %s
|
/frameworks/compile/slang/lit-tests/P_array_init/ |
D | array_init.rscript | 2 // RUN: %rs-filecheck-wrapper %s
|