-
In our tests, we often inspect the response of an HTTP request.
Example 1
https://github.com/nginxinc/nginx-gateway-fabric/blob/2cd63e7e82729bdccda445f44db2f8eaec00ba38/tests/suite/graceful_recovery_…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/8ob4qjW47](https://godbolt.org/z/8ob4qjW47)
This valid code will crash on clang assertion trunk:
```cpp
cl…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/PorPzbKE3](https://godbolt.org/z/PorPzbKE3)
This code will crash on Clang Trunk and Clang Assertion Trunk.
…
-
Example: https://godbolt.org/z/G675h4q8r
Standard C++ does not have compound literals, and I'm not sure whether it needs to be fixed.
I accidentally found this crash during testing and posted …
-
To reproduce: https://godbolt.org/z/E3Pcx4M56
This happens on clang assertions trunk.
I've reduced the test to a small program with the ```_Atomic``` keyword
```c
int main ( ) {
int c = ( _A…
-
### Description
I encountered a crash in Clang-20 when compiling the following code snippet:
```cpp
template struct A
{
void foo() throw(int[N]);
};
A a;
template struct A
{
vo…
-
Ref: https://github.com/rust-pretty-assertions/rust-pretty-assertions
-
**Gerard Dougan** ([Bug 52199](https://bz.apache.org/bugzilla//show_bug.cgi?id=52199&redirect=false)):
Add the ability to specify a HTTP mock server, providing canned responses to predefined request t…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/KMvrT97qM](https://godbolt.org/z/KMvrT97qM)
This invalid code will crash on Clang Trunk.
```cpp
struct S {…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/d1o1EzrYr](https://godbolt.org/z/d1o1EzrYr)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…