Skip to content

Commit c9dd2cf

Browse files
committed
fail a test and truncate report
1 parent 7e9e3f5 commit c9dd2cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/generate_test_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ def generate_report(title, junit_files, buildkite_info):
453453
return _generate_report(
454454
title,
455455
[JUnitXml.fromfile(p) for p in junit_files],
456+
list_failures=False,
456457
buildkite_info=buildkite_info,
457458
)
458459

llvm/test/MC/AArch64/adr.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: llvm-mc -triple aarch64-elf -filetype=obj %s -o - | llvm-objdump --no-print-imm-hex -d -r - | FileCheck %s
22

33
// CHECK: adr x0, 0x64
4-
// CHECK-NEXT: adr x2, 0x4
4+
// CHECK-NEXT: adr x2, 0x4 - fail this test!
55
// CHECK-NEXT: R_AARCH64_ADR_PREL_LO21 Symbol
66
// CHECK-NEXT: adr x3, 0x8
77
// CHECK-NEXT: R_AARCH64_ADR_PREL_LO21 Symbol

0 commit comments

Comments
 (0)