RESOLVED FIXED 122385
Allow skipping of run-jsc-stress-tests that are configured using yaml files
https://bugs.webkit.org/show_bug.cgi?id=122385
Summary Allow skipping of run-jsc-stress-tests that are configured using yaml files
Filip Pizlo
Reported 2013-10-05 10:46:14 PDT
This will allow JSC layout tests to be skipped or run using a different mode.
Attachments
the patch (8.24 KB, patch)
2013-10-05 14:53 PDT, Filip Pizlo
sam: review+
Filip Pizlo
Comment 1 2013-10-05 14:51:02 PDT
*** Bug 122383 has been marked as a duplicate of this bug. ***
Filip Pizlo
Comment 2 2013-10-05 14:53:42 PDT
Created attachment 213472 [details] the patch
Filip Pizlo
Comment 3 2013-10-05 16:53:26 PDT
Alexey Proskuryakov
Comment 4 2013-10-06 10:34:07 PDT
Comment on attachment 213472 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=213472&action=review > LayoutTests/js/script-tests/large-expressions.js:3 > +// This test isn't very effective in jsc-stress-tests; it appears that we get a large enough > +// heap on a lot of machines that this just passes. Better to skip for now. > +//@ skip The comment does a good job explaining what is done here. It would be even better if the actual syntax was clearer - "//@ skip" doesn't convey the idea that it's only about jsc-stress-tests, and is thus quite misleading.
Filip Pizlo
Comment 5 2013-10-06 11:11:03 PDT
(In reply to comment #4) > (From update of attachment 213472 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=213472&action=review > > > LayoutTests/js/script-tests/large-expressions.js:3 > > +// This test isn't very effective in jsc-stress-tests; it appears that we get a large enough > > +// heap on a lot of machines that this just passes. Better to skip for now. > > +//@ skip > > The comment does a good job explaining what is done here. > > It would be even better if the actual syntax was clearer - "//@ skip" doesn't convey the idea that it's only about jsc-stress-tests, and is thus quite misleading. I think it would be great to have a better syntax. Do you have suggestions? Are you thinking of something like: //jsc@ skip
Note You need to log in before you can comment on or make changes to this bug.