| Index: test/webkit/parse-nan.js
|
| diff --git a/test/webkit/resources/standalone-post.js b/test/webkit/parse-nan.js
|
| similarity index 90%
|
| copy from test/webkit/resources/standalone-post.js
|
| copy to test/webkit/parse-nan.js
|
| index d157e78bfa084329e2ec1a9b7d6ad456e904c152..5d7d5f33eec8346183dc1aa6df7f5e2001f56b3e 100644
|
| --- a/test/webkit/resources/standalone-post.js
|
| +++ b/test/webkit/parse-nan.js
|
| @@ -21,6 +21,8 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -wasPostTestScriptParsed = true;
|
| +description(
|
| +"This test checks for a crash when parsing NaN. You should see the text 'NaN' below."
|
| +);
|
|
|
| -finishJSTest();
|
| +debug(-parseFloat("NAN(ffffeeeeeff0f)"));
|
|
|