Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90149 Details for
Bug 136394
mysql test fails with gcc-4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mysql_client_test opened
bug_136394.txt (text/plain), 1.90 KB, created by
Francesco R. (RETIRED)
on 2006-06-25 15:01:15 UTC
(
hide
)
Description:
mysql_client_test opened
Filename:
MIME Type:
Creator:
Francesco R. (RETIRED)
Created:
2006-06-25 15:01:15 UTC
Size:
1.90 KB
patch
obsolete
> >NO! /var/tmp/portage/mysql-4.1.20/work/mysql/tests/mysql_client_test --no-defaults --testcase --user=root --socket=/var/tmp/portage/mysql-4.1.20/work/mysql/mysql-test/var/tmp/master.sock --port=3307 --silent --getopt-ll-test=25600M >YES# /var/tmp/portage/mysql-4.1.20/work/mysql/tests/mysql_client_test --no-defaults --testcase --user=root --socket=/var/tmp/portage/mysql-4.1.20/work/mysql/mysql-test/var/tmp/master.sock --port=3307 --getopt-ll-test=25600M > > ></var/tmp/portage/mysql-4.1.20/work/mysql/tests/mysql_client_test.c> >[...] > while (row_count--) > { > rc= mysql_stmt_fetch(stmt); > check_execute(stmt, rc); > > if (!opt_silent) > { > fprintf(stdout, "\n"); > fprintf(stdout, "\n tiny : %ld(%lu)", (ulong) i8_data, length[0]); > fprintf(stdout, "\n short : %ld(%lu)", (ulong) i16_data, length[1]); > fprintf(stdout, "\n int : %ld(%lu)", (ulong) i32_data, length[2]); > fprintf(stdout, "\n longlong : %ld(%lu)", (ulong) i64_data, length[3]); > fprintf(stdout, "\n float : %f(%lu)", f_data, length[4]); > fprintf(stdout, "\n double : %g(%lu)", d_data, length[5]); > fprintf(stdout, "\n char : %s(%lu)", s_data, length[6]); > } > rc= 10+row_count; > > /* TINY */ >/*row 3573*/ DIE_UNLESS((int) i8_data == rc); > DIE_UNLESS(length[0] == 1); > rc+= 13; > > /* SHORT */ > DIE_UNLESS((int) i16_data == rc); > DIE_UNLESS(length[1] == 2); > rc+= 13; >[...] > /* CHAR */ > { > char buff[20]; > long len= my_sprintf(buff, (buff, "%d", rc)); > DIE_UNLESS(strcmp(s_data, buff) == 0); > DIE_UNLESS(length[6] == (ulong) len); > } > } >[...] ></ /var/tmp/portage/mysql-4.1.20/work/mysql/tests/mysql_client_test.c> > ><output> >[...] > tiny : 0(1) > short : 3(2) > int : 196611(4) > longlong : 196611(8) > float : 12.000000(4) > double : 25(8) > char : 38(2) > >mysql_client_test.c:3573: check failed: '(int) i8_data == rc' >Aborted ></output> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 136394
: 90149