Skip to content

Commit

Permalink
website: tests updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Aug 8, 2024
1 parent 1cae95d commit 243d862
Show file tree
Hide file tree
Showing 5 changed files with 1,181 additions and 199 deletions.
98 changes: 0 additions & 98 deletions website/docs/tests/13.3.0-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ Verdict: tests reluctantly accepted

### Failed test sleepy-threads-cv

:::info

This issue affects only static test cases,
the non-static ones are fine.
It seems to be an incompatibility with older GLIBC versions
([#115421](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115421)).

:::

- sleepy-threads-cv-64 ✓
- gc-sleepy-threads-cv-64 ✓
- lto-sleepy-threads-cv-64 ✓
Expand Down Expand Up @@ -257,15 +248,6 @@ Verdict: tests reluctantly accepted

### Failed test sleepy-threads-cv

:::info

This issue affects only static test cases,
the non-static ones are fine.
It seems to be an incompatibility with older GLIBC versions
([#115421](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115421)).

:::

- sleepy-threads-cv ✓
- gc-sleepy-threads-cv ✓
- lto-sleepy-threads-cv ✓
Expand Down Expand Up @@ -386,15 +368,6 @@ Verdict: tests reluctantly accepted

### Failed test sleepy-threads-cv

:::info

This issue affects only static test cases,
the non-static ones are fine.
It seems to be an incompatibility with older GLIBC versions
([#115421](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115421)).

:::

- sleepy-threads-cv ✓
- gc-sleepy-threads-cv ✓
- lto-sleepy-threads-cv ✓
Expand Down Expand Up @@ -513,14 +486,6 @@ Verdict: tests reluctantly accepted

### Failed test overload-new-cpp

:::info

The two test cases fail only when garbage
collected sections are is used and not static (to be investigated, see
[#132](https://github.com/iains/gcc-darwin-arm64/issues/132)).

:::

- overload-new-cpp ✓
- gc-overload-new-cpp ✗
```txt
Expand Down Expand Up @@ -603,14 +568,6 @@ Verdict: tests reluctantly accepted

### Failed test overload-new-cpp

:::info

The two test cases fail only when garbage
collected sections are is used and not static (to be investigated, see
[#132](https://github.com/iains/gcc-darwin-arm64/issues/132)).

:::

- overload-new-cpp ✓
- gc-overload-new-cpp ✗
```txt
Expand Down Expand Up @@ -729,14 +686,6 @@ Verdict: tests reluctantly accepted

### Failed test autoimport-main

:::info

This problem reported by the Mingw-w64 runtime
seems to be related to LTO, the other test cases are fine.

:::


- autoimport-main ✓
- gc-autoimport-main ✓
- lto-autoimport-main ✗
Expand Down Expand Up @@ -800,13 +749,6 @@ seems to be related to LTO, the other test cases are fine.

### Failed test hello-weak1-c

:::info

Weak symbols seem not supported, probably
the LTO test cases pass because the weak symbols are resolved.

:::

- hello-weak1-c ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-weak1.c -o hello-weak1.c.o]
Expand Down Expand Up @@ -888,13 +830,6 @@ the LTO test cases pass because the weak symbols are resolved.

### Failed test hello-weak2-cpp

:::info

Weak symbols seem not supported, probably
the LTO test cases pass because the weak symbols are resolved.

:::

- hello-weak2-cpp ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-weak2.cpp -o hello-weak2.cpp.o]
Expand Down Expand Up @@ -976,12 +911,6 @@ the LTO test cases pass because the weak symbols are resolved.

### Failed test overload-new-cpp

:::info

All non-static test cases fail, all static pass.

:::

- overload-new-cpp ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ overload-new.cpp.o -o overload-new-cpp.exe]
Expand Down Expand Up @@ -1037,13 +966,6 @@ All non-static test cases fail, all static pass.

### Failed test throwcatch-main

:::info

This problem reported by the Mingw-w64 runtime
seems to be related to LTO, the other test cases are fine.

:::

- throwcatch-main ✓
- gc-throwcatch-main ✓
- lto-throwcatch-main ✗
Expand Down Expand Up @@ -1107,12 +1029,6 @@ seems to be related to LTO, the other test cases are fine.

### Failed test unwind-weak-cpp

:::info

Possibly related to the weak symbols issues.

:::

- unwind-weak-cpp ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ unwind-weak.cpp.o unwind-main.cpp.o -o unwind-weak-cpp.exe]
Expand Down Expand Up @@ -1170,13 +1086,6 @@ Possibly related to the weak symbols issues.

### Failed test weak-duplicate-c

:::info

Weak symbols seem not supported, probably
the LTO test cases pass because the weak symbols are resolved.

:::

- weak-duplicate-c ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc main.c.o add1-weak-dummy-chained.c.o expected3-add1-weak.c.o -o weak-duplicate-c.exe]
Expand Down Expand Up @@ -1240,13 +1149,6 @@ the LTO test cases pass because the weak symbols are resolved.

### Failed test weak-use-c

:::info

Weak symbols seem not supported, probably
the LTO test cases pass because the weak symbols are resolved.

:::

- weak-use-c ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc main.c.o add1-weak-dummy-chained.c.o expected3.c.o -o weak-use-c.exe]
Expand Down
96 changes: 0 additions & 96 deletions website/docs/tests/14.1.0-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ Verdict: tests reluctantly accepted

### Failed test sleepy-threads-cv

:::info

This issue affects only static test cases,
the non-static ones are fine.
It seems to be an incompatibility with older GLIBC versions
([#115421](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115421)).

:::

- sleepy-threads-cv-64 ✓
- gc-sleepy-threads-cv-64 ✓
- lto-sleepy-threads-cv-64 ✓
Expand Down Expand Up @@ -257,15 +248,6 @@ Verdict: tests reluctantly accepted

### Failed test sleepy-threads-cv

:::info

This issue affects only static test cases,
the non-static ones are fine.
It seems to be an incompatibility with older GLIBC versions
([#115421](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115421)).

:::

- sleepy-threads-cv ✓
- gc-sleepy-threads-cv ✓
- lto-sleepy-threads-cv ✓
Expand Down Expand Up @@ -386,15 +368,6 @@ Verdict: tests reluctantly accepted

### Failed test sleepy-threads-cv

:::info

This issue affects only static test cases,
the non-static ones are fine.
It seems to be an incompatibility with older GLIBC versions
([#115421](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115421)).

:::

- sleepy-threads-cv ✓
- gc-sleepy-threads-cv ✓
- lto-sleepy-threads-cv ✓
Expand Down Expand Up @@ -513,13 +486,6 @@ Verdict: tests reluctantly accepted

### Failed test overload-new-cpp

:::info

The two test cases fail only when garbage
collected sections are is used and not static (to be investigated, see
[#132](https://github.com/iains/gcc-darwin-arm64/issues/132)).

:::

- overload-new-cpp ✓
- gc-overload-new-cpp ✗
Expand Down Expand Up @@ -603,14 +569,6 @@ Verdict: tests reluctantly accepted

### Failed test overload-new-cpp

:::info

The two test cases fail only when garbage
collected sections are is used and not static (to be investigated, see
[#132](https://github.com/iains/gcc-darwin-arm64/issues/132)).

:::

- overload-new-cpp ✓
- gc-overload-new-cpp ✗
```txt
Expand Down Expand Up @@ -729,13 +687,6 @@ Verdict: tests reluctantly accepted

### Failed test autoimport-main

:::info

This problem reported by the Mingw-w64 runtime
seems to be related to LTO, the other test cases are fine.

:::

- autoimport-main ✓
- gc-autoimport-main ✓
- lto-autoimport-main ✗
Expand Down Expand Up @@ -799,13 +750,6 @@ seems to be related to LTO, the other test cases are fine.

### Failed test hello-weak1-c

:::info

Weak symbols seem not supported, probably
the LTO test cases pass because the weak symbols are resolved.

:::

- hello-weak1-c ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc -c hello-weak1.c -o hello-weak1.c.o]
Expand Down Expand Up @@ -887,13 +831,6 @@ the LTO test cases pass because the weak symbols are resolved.

### Failed test hello-weak2-cpp

:::info

Weak symbols seem not supported, probably
the LTO test cases pass because the weak symbols are resolved.

:::

- hello-weak2-cpp ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ -c hello-weak2.cpp -o hello-weak2.cpp.o]
Expand Down Expand Up @@ -975,12 +912,6 @@ the LTO test cases pass because the weak symbols are resolved.

### Failed test overload-new-cpp

:::info

All non-static test cases fail, all static pass.

:::

- overload-new-cpp ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ overload-new.cpp.o -o overload-new-cpp.exe]
Expand Down Expand Up @@ -1036,13 +967,6 @@ All non-static test cases fail, all static pass.

### Failed test throwcatch-main

:::info

This problem reported by the Mingw-w64 runtime
seems to be related to LTO, the other test cases are fine.

:::

- throwcatch-main ✓
- gc-throwcatch-main ✓
- lto-throwcatch-main ✗
Expand Down Expand Up @@ -1106,12 +1030,6 @@ seems to be related to LTO, the other test cases are fine.

### Failed test unwind-weak-cpp

:::info

Possibly related to the weak symbols issues.

:::

- unwind-weak-cpp ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/g++ unwind-weak.cpp.o unwind-main.cpp.o -o unwind-weak-cpp.exe]
Expand Down Expand Up @@ -1169,13 +1087,6 @@ Possibly related to the weak symbols issues.

### Failed test weak-duplicate-c

:::info

Weak symbols seem not supported, probably
the LTO test cases pass because the weak symbols are resolved.

:::

- weak-duplicate-c ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc main.c.o add1-weak-dummy-chained.c.o expected3-add1-weak.c.o -o weak-duplicate-c.exe]
Expand Down Expand Up @@ -1239,13 +1150,6 @@ the LTO test cases pass because the weak symbols are resolved.

### Failed test weak-use-c

:::info

Weak symbols seem not supported, probably
the LTO test cases pass because the weak symbols are resolved.

:::

- weak-use-c ✗
```txt
[/d/a/gcc-xpack/gcc-xpack/build/win32-x64/x86_64-pc-mingw64/tests/gcc-xpack/xpacks/.bin/gcc main.c.o add1-weak-dummy-chained.c.o expected3.c.o -o weak-use-c.exe]
Expand Down
Loading

0 comments on commit 243d862

Please sign in to comment.