No Next Item No Next Conference Can't Favor Can't Forget Item List Conference Home Entrance    Help
View Responses


Grex Test Item 384: Test of Nothing
Entered by remmers on Fri Aug 8 13:32:08 UTC 2008:

   

23 responses total.



#1 of 23 by cross on Fri Aug 8 17:44:38 2008:

This is a test of something that tickles a bug in fronttalk.

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '


#2 of 23 by cross on Fri Aug 8 17:50:12 2008:

Let's try that again:

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '\00') {
                        printf("Blah\n");
                }
        }

        return(0);
}


#3 of 23 by cross on Fri Aug 8 17:54:16 2008:

Another time.

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '


#4 of 23 by cross on Fri Aug 8 17:55:40 2008:

And one last time.

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '\0') {
                        printf("Blah\n");
                }
        }

        return(0);
}


#5 of 23 by cross on Fri Aug 8 19:02:24 2008:

This sia  test.


#6 of 23 by cross on Fri Aug 8 19:03:43 2008:

And another test.


#7 of 23 by cross on Fri Aug 8 19:04:08 2008:

Job control...

hi there.


#8 of 23 by cross on Fri Aug 8 19:05:40 2008:

This is another test of job control.  This time, we get a 3rd party involved


#9 of 23 by cross on Fri Aug 8 19:07:38 2008:

Blah.


#10 of 23 by cross on Fri Aug 8 19:09:06 2008:

Blah.


#11 of 23 by cross on Fri Aug 8 19:45:19 2008:

This si a test.


#12 of 23 by cross on Fri Aug 8 19:47:04 2008:

This is in another process group running in the foreground.
This is in vi.


#13 of 23 by cross on Fri Aug 8 19:56:50 2008:

This is in gate.
And this is in vi.
And htis is back in vi.


#14 of 23 by cross on Fri Aug 8 20:17:30 2008:

This is in gate.
And this is in vi.
And this is after suspending vi.
And this is back in gate.
And this is after suspending gate.


#15 of 23 by cross on Fri Aug 8 20:17:38 2008:

And it's fixed.  Hooray.


#16 of 23 by cross on Fri Aug 8 22:10:07 2008:

One more test before sending a patch to Jan.

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '\0') {
                        printf("Blah\n");
                }
        }

        return(0);
}


#17 of 23 by cross on Fri Aug 8 22:11:45 2008:

Okay, this is *really* the last time.

int
main(int argc, char *argv[])
{
        if (argc == 2) {
                if (*argv[1] == '\0') {
                        printf("Blah\n");
                }
        }

        return(0);
}


#18 of 23 by cross on Mon Aug 18 13:37:53 2008:

blah.


#19 of 23 by cross on Mon Aug 18 13:39:46 2008:

THis is a test.


#20 of 23 by cross on Mon Aug 18 14:38:18 2008:

Blah.


#21 of 23 by cross on Mon Aug 18 14:38:23 2008:

Test.


#22 of 23 by cross on Mon Aug 18 14:38:49 2008:

Blah.


#23 of 23 by cross on Sat Mar 2 01:11:51 2013:

This is a test from a different computer.

Response not possible - You must register and login before posting.

No Next Item No Next Conference Can't Favor Can't Forget Item List Conference Home Entrance    Help

- Backtalk version 1.3.30 - Copyright 1996-2006, Jan Wolter and Steve Weiss