Skip to content
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

Test 25_quicksort.c fails occasionally #183

Open
GoogleCodeExporter opened this issue Oct 14, 2015 · 2 comments
Open

Test 25_quicksort.c fails occasionally #183

GoogleCodeExporter opened this issue Oct 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Revision r599
some tests are flaky
Running
$ ../picoc 25_quicksort.c 
    array[0] = 62;
         ^
25_quicksort.c:51: 'array' is undefined


Original issue reported on code.google.com by [email protected] on 8 Jun 2013 at 11:38

@GoogleCodeExporter
Copy link
Author

perhaps a related issue:

$ ../picoc 32_led.c 
    static int d[MAX_DIGITS];
                           ^
32_led.c:182: 'MAX_DIGITS' is out of scope

Original comment by [email protected] on 8 Jun 2013 at 11:40

@GoogleCodeExporter
Copy link
Author

I posted issue 186, which I suspect is a duplicate of at least the 32_led.c 
issue. After applying the fix I addressed in my issue to r603, I cannot 
duplicate either of these items (though I did not try to duplicate them before 
that fix was applied).

Original comment by [email protected] on 4 Nov 2013 at 7:02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant