Skip to content

Commit

Permalink
Add flag to test
Browse files Browse the repository at this point in the history
  • Loading branch information
abisca committed Apr 24, 2024
1 parent 11a4adc commit c2039db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/aiecc_simple.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2023, Advanced Micro Devices, Inc.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# RUN: %PYTHON %s --compile --xchesscc --no-link -nv | FileCheck %s
# RUN: %PYTHON %s --compile --xchesscc --no-link --basic-alloc-scheme -nv | FileCheck %s

# CHECK: xchesscc_wrapper aie

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-20.04 gcc assert=ON rtti=OFF

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-20.04 gcc assert=ON rtti=ON

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-20.04 gcc assert=OFF rtti=ON

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-20.04 gcc assert=OFF rtti=OFF

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-22.04 gcc assert=ON rtti=ON

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-22.04 llvm assert=ON rtti=ON

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-22.04 gcc assert=OFF rtti=ON

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-20.04 llvm assert=ON rtti=OFF

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-22.04 llvm assert=OFF rtti=ON

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-22.04 llvm assert=OFF rtti=OFF

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-20.04 llvm assert=ON rtti=ON

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-22.04 gcc assert=OFF rtti=OFF

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-22.04 llvm assert=ON rtti=OFF

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-22.04 gcc assert=ON rtti=OFF

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-20.04 llvm assert=OFF rtti=OFF

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / ubuntu-20.04 llvm assert=OFF rtti=ON

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / macos-12 llvm assert=OFF rtti=OFF

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / macos-12 llvm assert=ON rtti=ON

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / macos-12 llvm assert=ON rtti=OFF

CHECK: expected string not found in input

Check failure on line 6 in test/python/aiecc_simple.py

View workflow job for this annotation

GitHub Actions / macos-12 llvm assert=OFF rtti=ON

CHECK: expected string not found in input

Expand Down

0 comments on commit c2039db

Please sign in to comment.