You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,22 +0,0 @@
|
||||
# Create an input file.
|
||||
RUN: echo "#" > %t.input
|
||||
RUN: echo "%t.dir1" >> %t.input
|
||||
RUN: echo "2,%t.dir2" >> %t.input
|
||||
|
||||
RUN: mkdir -p %t.dir1
|
||||
RUN: mkdir -p %t.dir2/subdir
|
||||
|
||||
RUN: echo ' ' > %t.dir1/bar
|
||||
RUN: echo ' ' > %t.dir1/foo
|
||||
RUN: echo ' ' > %t.dir2/bar
|
||||
RUN: echo ' ' > %t.dir2/foo
|
||||
RUN: echo ' ' > %t.dir2/subdir/baz
|
||||
|
||||
RUN: llvm-profdata merge -f %t.input -dump-input-file-list -o /dev/null | FileCheck %s
|
||||
RUN: llvm-profdata merge -weighted-input=2,%t.dir2 -dump-input-file-list -o /dev/null %t.dir1 | FileCheck %s
|
||||
|
||||
CHECK-DAG: 1,{{.*}}.dir1{{[/\\]}}bar
|
||||
CHECK-DAG: 1,{{.*}}.dir1{{[/\\]}}foo
|
||||
CHECK-DAG: 2,{{.*}}.dir2{{[/\\]}}bar
|
||||
CHECK-DAG: 2,{{.*}}.dir2{{[/\\]}}foo
|
||||
CHECK-DAG: 2,{{.*}}.dir2{{[/\\]}}subdir{{[/\\]}}baz
|
Reference in New Issue
Block a user