brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.0 KiB · 5bd7e13 Raw
21 lines · plain
1RUN: %llvm-original-di-preservation %p/Inputs/sample.json --report-html-file %t.html | FileCheck %s2RUN: diff -w %p/Inputs/expected-sample.html %t.html3CHECK: The {{.+}}.html generated.4CHECK-NOT: Skipped lines:5 6RUN: %llvm-original-di-preservation %p/Inputs/corrupted.json --report-html-file %t2.html | FileCheck %s -check-prefix=CORRUPTED7RUN: diff -w %p/Inputs/expected-skipped.html %t2.html8CORRUPTED: Skipped lines: 39CORRUPTED: Skipped bugs: 110 11RUN: %llvm-original-di-preservation --reduce %p/Inputs/sample.json --report-html-file %t3.html | FileCheck %s -check-prefix=REDUCE12RUN: diff -w %p/Inputs/expected-compressed.html %t3.html13REDUCE: The {{.+}}.html generated.14REDUCE-NOT: Skipped lines:15 16RUN: %llvm-original-di-preservation %p/Inputs/origin.json --report-html-file %t4.html | FileCheck %s17RUN: diff -w %p/Inputs/expected-origin.html %t4.html18 19RUN: %llvm-original-di-preservation --reduce %p/Inputs/origin.json --report-html-file %t5.html | FileCheck %s20RUN: diff -w %p/Inputs/expected-origin-reduced.html %t5.html21