Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/test/run_known_gcc_test_failures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@

### Undefined behavior: native clang also fails

# Unlike gcc, libm functions are not replaced with builtins in clang.
20030125-1.c.s.wast.wasm O2 # abort()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is interesting.. do you know what got fixed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious too


# Results of signed integer overflow are undefined in C, so don't care.
# 'clang -O2' runs -instcombine pass that does these transformations:
Expand Down Expand Up @@ -287,7 +285,6 @@ eeprof-1.c.o.wasm # tests -finstrument-functions
pr44942.c.o.wasm

# abort()
20030125-1.c.o.wasm O2
20040409-1.c.o.wasm O2
20040409-2.c.o.wasm O2
20040409-3.c.o.wasm O2
Expand Down