ABI Testing Results
Overview
Ths is a component of the BUILD SI project. The
goal of these unit tests are to establish an ability to make basic comparisons between a set of ABI prediction tools.
Read about the experiment before looking at results. If you ask a question and it's clearly described there, someone is probably going to throw something stinky at you.
Results
Predictor | Predicted Working (True) Incorrect | Predicted Not Working (False) Correct |
---|---|---|
symbols | 96 | 336 |
libabigail | 0 | 216 |
abi-laboratory | 0 | 216 |
- Experiment complex-double/breaks/narrow_to_double Results
- Experiment complex-double/breaks/narrow_to_float Results
- Experiment enum/breaks/add_enum_enumerator Results
- Experiment enum/breaks/add_enumclass_enumerator Results
- Experiment enum/breaks/remove_enum_enumerator Results
- Experiment enum/breaks/remove_enumclass_enumerator Results
- Experiment function-pointer/breaks/param_narrow_no_conversion Results
- Experiment function-pointer/breaks/param_narrow_unsigned Results
- Experiment function-pointer/breaks/param_no_narrow_unsigned Results
- Experiment function-pointer/breaks/param_widen_no_conversion Results
- Experiment function-pointer/breaks/param_widen_unsigned Results
- Experiment function-pointer/breaks/param_widen_with_conversion Results
- Experiment function-pointer/breaks/return_narrow_no_conversion Results
- Experiment function-pointer/breaks/return_narrow_unsigned Results
- Experiment function-pointer/breaks/return_no_narrow_unsigned Results
- Experiment function-pointer/breaks/return_widen_no_conversion Results
- Experiment function-pointer/breaks/return_widen_unsigned Results
- Experiment function-pointer/breaks/return_widen_with_conversion Results