Skip to content

Commit

Permalink
Reorganize configs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Dec 4, 2024
1 parent bf9a345 commit 7b57626
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 376 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ scratch/
gazpreaConfig.json
GeneratorConfig.json
vcalcConfig.json
ValgrindLocalConfig.json

tests/lib/*.so
24 changes: 0 additions & 24 deletions configs/ConfigSingleExe.json

This file was deleted.

62 changes: 0 additions & 62 deletions configs/errorConfig.json

This file was deleted.

69 changes: 0 additions & 69 deletions configs/jamConfig.json

This file was deleted.

41 changes: 0 additions & 41 deletions configs/llcConfig.json

This file was deleted.

62 changes: 0 additions & 62 deletions configs/llvmConfig.json

This file was deleted.

62 changes: 0 additions & 62 deletions configs/testerConfig.json

This file was deleted.

52 changes: 0 additions & 52 deletions configs/twoExeConfig.json

This file was deleted.

2 changes: 2 additions & 0 deletions dragon_runner/harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ def process_test_result(self, test_result: Optional[TestResult], counters: Dict[
"""
Override the hook for regular run-specific implementation of counting passes
"""
# TODO: Refactor an clean up. Not simple enough

# increment the test count
self.test_count += 1
counters["test_count"] += 1
Expand Down
Loading

0 comments on commit 7b57626

Please sign in to comment.