1RUN: %llvm-original-di-preservation %p/Inputs/sample.json %t.html | FileCheck %s 2RUN: diff -w %p/Inputs/expected-sample.html %t.html 3CHECK-NOT: Skipped lines: 4 5RUN: %llvm-original-di-preservation %p/Inputs/corrupted.json %t2.html | FileCheck %s -check-prefix=CORRUPTED 6RUN: diff -w %p/Inputs/expected-skipped.html %t2.html 7CORRUPTED: Skipped lines: 3 8CORRUPTED: Skipped bugs: 1 9 10RUN: %llvm-original-di-preservation -compress %p/Inputs/sample.json %t3.html | FileCheck %s -check-prefix=COMPRESSED 11RUN: diff -w %p/Inputs/expected-compressed.html %t3.html 12COMPRESSED-NOT: Skipped lines: 13 14