~gabriel1984sibiu/octave/octave

« back to all changes in this revision

Viewing changes to doc/interpreter/octave.html/Bug-Criteria.html

  • Committer: Grevutiu Gabriel
  • Date: 2014-01-02 13:05:54 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20140102130554-3r7ivdjln1ni6kcg
New version (3.8.0) from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
2
<html>
 
3
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
 
4
<head>
 
5
<title>GNU Octave: Bug Criteria</title>
 
6
 
 
7
<meta name="description" content="GNU Octave: Bug Criteria">
 
8
<meta name="keywords" content="GNU Octave: Bug Criteria">
 
9
<meta name="resource-type" content="document">
 
10
<meta name="distribution" content="global">
 
11
<meta name="Generator" content="makeinfo">
 
12
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
13
<link href="index.html#Top" rel="start" title="Top">
 
14
<link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index">
 
15
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
 
16
<link href="Reporting-Bugs.html#Reporting-Bugs" rel="up" title="Reporting Bugs">
 
17
<link href="Bug-Tracker.html#Bug-Tracker" rel="next" title="Bug Tracker">
 
18
<link href="Reporting-Bugs.html#Reporting-Bugs" rel="prev" title="Reporting Bugs">
 
19
<style type="text/css">
 
20
<!--
 
21
a.summary-letter {text-decoration: none}
 
22
blockquote.smallquotation {font-size: smaller}
 
23
div.display {margin-left: 3.2em}
 
24
div.example {margin-left: 3.2em}
 
25
div.indentedblock {margin-left: 3.2em}
 
26
div.lisp {margin-left: 3.2em}
 
27
div.smalldisplay {margin-left: 3.2em}
 
28
div.smallexample {margin-left: 3.2em}
 
29
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
 
30
div.smalllisp {margin-left: 3.2em}
 
31
kbd {font-style:oblique}
 
32
pre.display {font-family: inherit}
 
33
pre.format {font-family: inherit}
 
34
pre.menu-comment {font-family: serif}
 
35
pre.menu-preformatted {font-family: serif}
 
36
pre.smalldisplay {font-family: inherit; font-size: smaller}
 
37
pre.smallexample {font-size: smaller}
 
38
pre.smallformat {font-family: inherit; font-size: smaller}
 
39
pre.smalllisp {font-size: smaller}
 
40
span.nocodebreak {white-space:nowrap}
 
41
span.nolinebreak {white-space:nowrap}
 
42
span.roman {font-family:serif; font-weight:normal}
 
43
span.sansserif {font-family:sans-serif; font-weight:normal}
 
44
ul.no-bullet {list-style: none}
 
45
-->
 
46
</style>
 
47
 
 
48
 
 
49
</head>
 
50
 
 
51
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
 
52
<a name="Bug-Criteria"></a>
 
53
<div class="header">
 
54
<p>
 
55
Next: <a href="Bug-Tracker.html#Bug-Tracker" accesskey="n" rel="next">Bug Tracker</a>, Up: <a href="Reporting-Bugs.html#Reporting-Bugs" accesskey="u" rel="up">Reporting Bugs</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
 
56
</div>
 
57
<hr>
 
58
<a name="Have-You-Found-a-Bug_003f"></a>
 
59
<h4 class="appendixsubsec">F.2.1 Have You Found a Bug?</h4>
 
60
<a name="index-bug-criteria"></a>
 
61
 
 
62
<p>If you are not sure whether you have found a bug, here are some guidelines:
 
63
</p>
 
64
<ul>
 
65
<li> <a name="index-fatal-signal"></a>
 
66
<a name="index-core-dump"></a>
 
67
If Octave gets a fatal signal, for any input whatever, that is
 
68
a bug.  Reliable interpreters never crash.
 
69
 
 
70
</li><li> <a name="index-incorrect-output"></a>
 
71
<a name="index-incorrect-results"></a>
 
72
<a name="index-results_002c-incorrect"></a>
 
73
<a name="index-answers_002c-incorrect"></a>
 
74
<a name="index-erroneous-results"></a>
 
75
<a name="index-wrong-answers"></a>
 
76
If Octave produces incorrect results, for any input whatever,
 
77
that is a bug.
 
78
 
 
79
</li><li> <a name="index-undefined-behavior"></a>
 
80
<a name="index-undefined-function-value"></a>
 
81
Some output may appear to be incorrect when it is in fact due to a
 
82
program whose behavior is undefined, which happened by chance to give
 
83
the desired results on another system.  For example, the range operator
 
84
may produce different results because of differences in the way floating
 
85
point arithmetic is handled on various systems.
 
86
 
 
87
</li><li> <a name="index-erroneous-messages"></a>
 
88
<a name="index-incorrect-error-messages"></a>
 
89
<a name="index-error-messages_002c-incorrect"></a>
 
90
If Octave produces an error message for valid input, that is a bug.
 
91
 
 
92
</li><li> <a name="index-invalid-input"></a>
 
93
If Octave does not produce an error message for invalid input, that is
 
94
a bug.  However, you should note that your idea of &ldquo;invalid input&rdquo;
 
95
might be my idea of &ldquo;an extension&rdquo; or &ldquo;support for traditional
 
96
practice&rdquo;.
 
97
 
 
98
</li><li> <a name="index-improving-Octave"></a>
 
99
<a name="index-suggestions"></a>
 
100
If you are an experienced user of programs like Octave, your suggestions
 
101
for improvement are welcome in any case.
 
102
</li></ul>
 
103
 
 
104
 
 
105
 
 
106
 
 
107
</body>
 
108
</html>