Skip to content

Commit

Permalink
Add tests for polyspace; update config files with polyspace
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Jun 26, 2024
1 parent 86eb3f4 commit e67facd
Show file tree
Hide file tree
Showing 9 changed files with 40,881 additions and 20 deletions.
3 changes: 3 additions & 0 deletions src/mlx/warnings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
'CoverityChecker',
'DoxyChecker',
'JUnitChecker',
'PolyspaceChecker',
'PolyspaceCheck',
'RobotChecker',
'RobotSuiteChecker',
'SphinxChecker',
Expand All @@ -21,5 +23,6 @@
from .junit_checker import JUnitChecker
from .regex_checker import CoverityChecker, DoxyChecker, SphinxChecker, XMLRunnerChecker
from .robot_checker import RobotChecker, RobotSuiteChecker
from .polyspace_checker import PolyspaceChecker, PolyspaceCheck
from .warnings import WarningsPlugin, warnings_wrapper
from .warnings_checker import WarningsChecker
5 changes: 1 addition & 4 deletions tests/test_in/config_cq_description_format.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
"robot": {
"enabled": false
},
"code_prover": {
"enabled": false
},
"bug_finder": {
"polyspace": {
"enabled": false
}
}
5 changes: 1 addition & 4 deletions tests/test_in/config_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@
}
]
},
"code_prover": {
"enabled": false
},
"bug_finder": {
"polyspace": {
"enabled": false
}
}
5 changes: 1 addition & 4 deletions tests/test_in/config_example_exclude.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@
}
]
},
"code_prover": {
"enabled": false
},
"bug_finder": {
"polyspace": {
"enabled": false
}
}
5 changes: 1 addition & 4 deletions tests/test_in/config_example_robot.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@
}
]
},
"code_prover": {
"enabled": false
},
"bug_finder": {
"polyspace": {
"enabled": false
}
}
5 changes: 1 addition & 4 deletions tests/test_in/config_example_robot_invalid_suite.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@
}
]
},
"code_prover": {
"enabled": false
},
"bug_finder": {
"polyspace": {
"enabled": false
}
}
17,575 changes: 17,575 additions & 0 deletions tests/test_in/polyspace_bug_finder.tsv

Large diffs are not rendered by default.

Loading

0 comments on commit e67facd

Please sign in to comment.