bugGNU Octave - Bug Tracker Administration: Field values for 'Item Group'

 
 

Field list

Existing Values

Value label Description
None  
Regression Something that worked in a previous version now fails.
Segfault, Bus Error, etc. Octave exits unexpectedly with a segmentation fault, bus error, etc.
Unexpected Error or Warning Octave throws an error when it should return a result or perform some action instead.
Missed Error or Warning Octave does not report an error or warning when it should.
Incorrect Result Octave returns a clearly incorrect value, e.g., 2 + 2 = 5.
Inaccurate Result Octave produces results which are correct, but with low accuracy, e.g., 2 + 2 = 4.00001
Build Failure Octave fails to build from source code.
Installation Failure Octave fails to install correctly.
Documentation Documentation is incorrect, unclear, or missing.
Performance Performance is slow, or an optimization exists that could reduce run time, memory usage, complexity, etc.
Matlab Compatibility Octave does not work the same way as Matlab.
Undocumented Matlab Undocumented features of Matlab that are not supported by Octave.
WTF, Matlab?!? Insane Matlab bugs^H^H^H^Hfeatures we'd really prefer not to copy.
Feature Request Request for a new feature.
Other  

Back to the top

Powered by Savane 3.16.
Corresponding source code