Issue 61634
Summary [Build][flang] Flang tests failing on x64 debian premerge checks
Labels flang:build
Assignees
Reporter chaitanyav
    The following flang tests are failing on x64 debian premerge checks. Please see https://buildkite.com/llvm-project/premerge-checks/builds/142660#01870ae5-2707-48e2-8a20-dfcee63212f5



Flang :: Examples/feature-list-class.f90
```
Script:
--
: 'RUN: at line 4';   /var/lib/buildkite-agent/builds/llvm-project/build/bin/flang-new -fc1 -load /var/lib/buildkite-agent/builds/llvm-project/build/lib/flangFeatureList.so -plugin feature-list /var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-class.f90 2>&1 | /var/lib/buildkite-agent/builds/llvm-project/build/bin/FileCheck /var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-class.f90
--
Exit Code: 1

Command Output (stderr):
--
/var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-class.f90:32:15: error: CHECK-NEXT: expected string not found in input
! CHECK-NEXT: DerivedTypeSpec: 2
              ^
<stdin>:37:9: note: scanning from here
Name: 32
        ^
<stdin>:42:1: note: possible intended match here
DerivedTypeDef: 1
^

Input file: <stdin>
Check file: /var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-class.f90

-dump-input=help explains the following input dump.

Input was:
<<<<<<
 .
           .
           .
          32: ExecutionPart: 2 
 33: AssignmentStmt: 3 
          34: AttrSpec: 3 
          35: EntityDecl: 4 
          36: ActionStmt: 3 
          37: Name: 32 
next:32'0             X error: no match found
          38: Variable: 3 
next:32'0     ~~~~~~~~~~~~
          39: DummyArg: 3 
next:32'0 ~~~~~~~~~~~~
          40: EndModuleStmt: 1 
next:32'0 ~~~~~~~~~~~~~~~~~
          41: FunctionStmt: 1 
next:32'0 ~~~~~~~~~~~~~~~~
          42: DerivedTypeDef: 1 
next:32'0 ~~~~~~~~~~~~~~~~~~
next:32'1     ?                  possible intended match
          43: TypeBoundProcedurePart: 1 
next:32'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~
          44: ExecutionPartConstruct: 3 
next:32'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~
          45: TypeBoundProcedureStmt::WithoutInterface: 2 
next:32'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          46: ModuleSubprogram: 2 
next:32'0     ~~~~~~~~~~~~~~~~~~~~
          47: TypeBoundProcedureStmt: 2 
next:32'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~
 .
           .
 .
>>>>>>

--
```


  Flang :: Examples/feature-list-functions.f90
```
Script:
--
: 'RUN: at line 4';   /var/lib/buildkite-agent/builds/llvm-project/build/bin/flang-new -fc1 -load /var/lib/buildkite-agent/builds/llvm-project/build/lib/flangFeatureList.so -plugin feature-list /var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-functions.f90 2>&1 | /var/lib/buildkite-agent/builds/llvm-project/build/bin/FileCheck /var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-functions.f90
--
Exit Code: 1

Command Output (stderr):
--
/var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-functions.f90:23:15: error: CHECK-NEXT: expected string not found in input
! CHECK-NEXT: IntLiteralConstant: 3
              ^
<stdin>:33:9: note: scanning from here
Name: 19
        ^
<stdin>:36:1: note: possible intended match here
LiteralConstant: 4
^

Input file: <stdin>
Check file: /var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-functions.f90

-dump-input=help explains the following input dump.

Input was:
<<<<<<
 .
           .
           .
          28: EndProgramStmt: 1 
 29: AssignmentStmt: 1 
          30: AttrSpec: 2 
          31: EntityDecl: 4 
          32: ActionStmt: 3 
          33: Name: 19 
next:23'0             X error: no match found
          34: Variable: 1 
next:23'0     ~~~~~~~~~~~~
          35: ProgramStmt: 1 
next:23'0     ~~~~~~~~~~~~~~~
          36: LiteralConstant: 4 
next:23'0     ~~~~~~~~~~~~~~~~~~~
next:23'1     ? possible intended match
          37: ActualArgSpec: 4 
next:23'0 ~~~~~~~~~~~~~~~~~
          38: Expr::Multiply: 1 
next:23'0 ~~~~~~~~~~~~~~~~~~
          39: DummyArg: 2 
next:23'0 ~~~~~~~~~~~~
          40: PrintStmt: 1 
next:23'0 ~~~~~~~~~~~~~
          41: FunctionStmt: 1 
next:23'0 ~~~~~~~~~~~~~~~~
           .
           .
 .
>>>>>>
--

```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to