Skip to content

Commit

Permalink
comment out some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDan64 committed Jul 2, 2024
1 parent 9983590 commit 77c5c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,8 @@ jobs:
- ["7.0", "7-0"]
- ["8.0", "8-0"]
- ["9.0", "9-0"]
- ["10.0", "10-0"]
- ["11.0", "11-0"]
- ["12.0", "12-0"]
- ["13.0", "13-0"]
- ["14.0", "14-0"]
- ["15.0", "15-0"]
- ["16.0", "16-0"]
- ["17.0", "17-0"]
include:
- os: ubuntu-20.04
# only use ubuntu-22.04 for llvm 16 and higher
- os: ubuntu-22.04
llvm-version: ["16.0", "16-0"]
- os: ubuntu-22.04
llvm-version: ["17.0", "17-0"]
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
10 changes: 4 additions & 6 deletions tests/all/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ mod test_attributes;
mod test_basic_block;
mod test_builder;
mod test_context;
#[cfg(not(any(feature = "llvm4-0", feature = "llvm5-0", feature = "llvm6-0")))]
mod test_debug_info;
mod test_execution_engine;
mod test_instruction_conversion;
mod test_instruction_values;
mod test_intrinsics;
mod test_module;
mod test_object_file;
#[cfg(not(any(feature = "llvm17-0", feature = "llvm18-0")))]
mod test_passes;
mod test_targets;
mod test_tari_example;
// #[cfg(not(any(feature = "llvm17-0", feature = "llvm18-0")))]
// mod test_passes;
// mod test_targets;
// mod test_tari_example;
mod test_types;
mod test_values;

0 comments on commit 77c5c17

Please sign in to comment.