On 09/09/2010 12:21 AM, Russ Cox wrote: > why is this test not failing on ...
14 years, 10 months ago
(2010-09-09 04:23:51 UTC)
#3
On 09/09/2010 12:21 AM, Russ Cox wrote:
> why is this test not failing on the dashboard?
Currently it consists solely of:
var x = y[:z] // ERROR "missing lower bound in slice expression|undefined"
And since y and z are undefined, the error message matches. If you take
away the 'undefined', it fails.
On Thu, Sep 9, 2010 at 00:25, Scott Lawrence <bytbox@gmail.com> wrote: > On 09/09/2010 12:21 ...
14 years, 10 months ago
(2010-09-09 04:52:40 UTC)
#4
On Thu, Sep 9, 2010 at 00:25, Scott Lawrence <bytbox@gmail.com> wrote:
> On 09/09/2010 12:21 AM, Russ Cox wrote:
>> why is this test not failing on the dashboard?
>
> Currently it consists solely of:
> var x = y[:z] // ERROR "missing lower bound in slice expression|undefined"
>
> And since y and z are undefined, the error message matches. If you take
> away the 'undefined', it fails.
ha ha. the test/syntax directory is for syntax errors.
There are no syntax errors relating to omitted bounds
anymore, so this file should just be deleted.
Russ
Issue 2145043: code review 2145043: test: removed syntax tests for slices
(Closed)
Created 14 years, 10 months ago by bytbox
Modified 14 years, 10 months ago
Reviewers:
Base URL:
Comments: 0