Skip to content

Instantly share code, notes, and snippets.

@unterumarmung
Created July 6, 2022 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unterumarmung/8956c4dbb496ba2b864c51f4a060d6c0 to your computer and use it in GitHub Desktop.
Save unterumarmung/8956c4dbb496ba2b864c51f4a060d6c0 to your computer and use it in GitHub Desktop.
[100%] Running the Flang regression tests
-- Testing: 1632 tests, 256 workers --
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
FAIL: Flang :: Fir/abstract-results.fir (1150 of 1632)
******************** TEST 'Flang :: Fir/abstract-results.fir' FAILED ********************
Script:
--
: 'RUN: at line 4'; fir-opt /home/d.dudkin/dev/llvm-project/flang/test/Fir/abstract-results.fir --abstract-result-opt | /home/d.dudkin/dev/llvm-project/build/bin/FileCheck /home/d.dudkin/dev/llvm-project/flang/test/Fir/abstract-results.fir
: 'RUN: at line 5'; fir-opt /home/d.dudkin/dev/llvm-project/flang/test/Fir/abstract-results.fir --abstract-result-opt=abstract-result-as-box | /home/d.dudkin/dev/llvm-project/build/bin/FileCheck /home/d.dudkin/dev/llvm-project/flang/test/Fir/abstract-results.fir --check-prefix=CHECK-BOX
--
Exit Code: 1
Command Output (stderr):
--
/home/d.dudkin/dev/llvm-project/flang/test/Fir/abstract-results.fir:9:17: error: CHECK-LABEL: expected string not found in input
// CHECK-LABEL: func private @arrayfunc(!fir.ref<!fir.array<?xf32>>, i32)
^
<stdin>:1:1: note: scanning from here
module {
^
<stdin>:2:7: note: possible intended match here
func.func private @arrayfunc(i32) -> !fir.array<?xf32>
^
Input file: <stdin>
Check file: /home/d.dudkin/dev/llvm-project/flang/test/Fir/abstract-results.fir
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: module {
label:9'0 X~~~~~~~~ error: no match found
2: func.func private @arrayfunc(i32) -> !fir.array<?xf32>
label:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
label:9'1 ? possible intended match
3: func.func private @derivedfunc(f32) -> !fir.type<t{x:f32}>
label:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4: func.func private @boxfunc(i64) -> !fir.box<!fir.heap<f64>>
label:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5: func.func private @arrayfunc_callee(%arg0: index) -> !fir.array<?xf32> {
label:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6: %0 = fir.alloca !fir.array<?xf32>, %arg0
label:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7: %c4_i64 = arith.constant 4 : i64
label:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.
.
.
>>>>>>
--
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
********************
Failed Tests (1):
Flang :: Fir/abstract-results.fir
Testing Time: 42.28s
Unsupported : 18
Passed : 1596
Expectedly Failed: 17
Failed : 1
make[3]: *** [tools/flang/test/CMakeFiles/check-flang.dir/build.make:58: tools/flang/test/CMakeFiles/check-flang] Error 1
make[3]: Leaving directory '/home/d.dudkin/dev/llvm-project/build'
make[2]: *** [CMakeFiles/Makefile2:148473: tools/flang/test/CMakeFiles/check-flang.dir/all] Error 2
make[2]: Leaving directory '/home/d.dudkin/dev/llvm-project/build'
make[1]: *** [CMakeFiles/Makefile2:148480: tools/flang/test/CMakeFiles/check-flang.dir/rule] Error 2
make[1]: Leaving directory '/home/d.dudkin/dev/llvm-project/build'
make: *** [Makefile:36794: check-flang] Error 2
make: Leaving directory '/home/d.dudkin/dev/llvm-project/build'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment