Hi
On Saturday 16 November 2002 08:39, Frank Heckenbach wrote:
George Shapovalov wrote: Not to disturbe your euphoria, but IMHO that's quite bad. Consider that most of the tests test only one specific feature, so if one out of 16 tests fails, any program that uses 16 features would not work (well, a very rough estimate ;-), which includes basically all real-world programs ...
This is why I did not add it even with the "testing" status yet. We will keep gcc-2.95.x based version available for a long time (as long as gcc-2 based profile, which is not going to go into oblivion any foreseeble time). The presently released alphas are going to be masked - that is to have a "testing" status so that they are not available to anybody who does not specifically selects so, and that is only after the package gets built and runs successfully.
But wait, you did not by any chance run the test with debug info left enabled? As I wrote in my announcement, debug info generation
Thanks for that suggestion! (and thatnk to Waidek too). I did not realize that tests/Makefile forces debug info on. I repeated the tests after removing "-g" option, now it looks just as expected (1 failure only):
[gerr@groug test]$ nice -n 5 make Running the GPC Test Suite. This may take a while ... [skipped few setup lines] Testing gpc 20021111, based on gcc-3.2 (i686-pc-linux-gnu) (groug.home.net) echo "gpc -O3 -Wall " gpc -O3 -Wall PC="gpc" PFLAGS="--autobuild -O3 -Wall " SRCDIR="." TEST_MAKE_FLAG=test-make-flag "./test_run" "*.pas" | "./test_sum" TEST agettext2test.pas: failed 3: foobar (bazqux) TEST fjf480a.pas: SKIPPED: librx not installed TEST fjf480b.pas: SKIPPED: librx not installed TEST fjf480c.pas: SKIPPED: librx not installed TEST regextest.pas: SKIPPED: librx not installed
# of GPC tests 2828 # of GPC tests passed 2823 # of GPC tests skipped 4 # of GPC tests failed 1
Thus I feel relieved and can consider this version worth of going into the tree with a testing status (and a big warning about broked debug info generation is definitely due).
I would really appreciate if you could glance at the src_install function in the ebuild and confirm that I am not missing any important files.
I'm not online while I'm writing this, but here's a list of files that should be installed, provided gcc is already installed:
[list skipped]
Looks like I have everything listed installed. Thanks!
George