Skip to content

Fix invalid assertion condition in jump opcode handlers #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2015

Conversation

ruben-ayrapetyan
Copy link
Contributor

Related issue: #120

@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

TIMEOUT=${TIMEOUT:=30}
TIMEOUT=${TIMEOUT:=1}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be too small timeout, maybe 3 or 5 for low performance targets?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be too small, but 3 or 5, actually, also can be too small. The scheme of infinite loops testing seems to be dependent on some random conditions, so it is better to revise it.

@ruben-ayrapetyan ruben-ayrapetyan force-pushed the Ruben-fix-issue-120 branch 2 times, most recently from 52a183f to efb1a12 Compare June 20, 2015 16:57
@ruben-ayrapetyan
Copy link
Contributor Author

Regression test is not added in the pull request, as it is for (;;) {} infinite loop, and current testing infrastructure doesn't provide a reliable way to test infinite loops.

@egavrin
Copy link
Contributor

egavrin commented Jun 20, 2015

Good to me

@ruben-ayrapetyan ruben-ayrapetyan assigned galpeter and unassigned egavrin Jun 21, 2015
@galpeter
Copy link
Contributor

lgtm

@galpeter galpeter removed their assignment Jun 23, 2015
@egavrin
Copy link
Contributor

egavrin commented Jun 23, 2015

make push

Related issue: #120

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Undesired behaviour interpreter Related to the virtual machine normal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants