This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add test expectations for gcc C++ tests (gcc/testsuite/g++.dg)
ClosedPublic

Authored by sbc100 on Jan 17 2018, 7:16 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jan 17 2018, 7:16 PM
dschuff accepted this revision.Jan 18 2018, 4:25 PM
This revision is now accepted and ready to land.Jan 18 2018, 4:25 PM
This revision was automatically updated to reflect the committed changes.
ncw added a subscriber: ncw.Jan 20 2018, 3:04 AM
ncw added inline comments.
llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
101

This one uses computed goto as well (address-of-label), surely it shouldn't get as far as the WasmObjectWriter if it's using unsupported frontend features?

ncw added a comment.Jan 20 2018, 3:05 AM

If those are all the failures, we're not doing so badly!