-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I am trying to compile and use the ACCEPT compiler on the Linux Subsystem in Windows 10. While, the compilation seemed to complete with no issues, running make test showed one unexpected failure. I've put the error log in this issue. Do let me know if I can provide any more information to debug this.
python2 build/built/bin/llvm-lit -v --filter='test_\w+\.' test
-- Testing: 12 of 15 tests, 4 threads --
FAIL: ACCEPT :: test_cxx.cpp (1 of 12)
******************** TEST 'ACCEPT :: test_cxx.cpp' FAILED ********************
Script:
--
../bin/enerclang++ -fsyntax-only -Xclang -verify /home/darnir/accept/test/test_cxx.cpp
--
Exit Code: 1
Command Output (stderr):
--
consumer finished
error: 'error' diagnostics seen but not expected:
Line 59: 'bits/c++config.h' file not found
1 error generated.
--
********************
PASS: ACCEPT :: test_codegen.c (2 of 12)
PASS: ACCEPT :: test_codegen_array.c (3 of 12)
PASS: ACCEPT :: test_codegen_retval.c (4 of 12)
PASS: ACCEPT :: test_cxx2.cpp (5 of 12)
PASS: ACCEPT :: test_endorse.c (6 of 12)
PASS: ACCEPT :: test_errors.c (7 of 12)
PASS: ACCEPT :: test_implicit.c (8 of 12)
PASS: ACCEPT :: test_noerrors.c (9 of 12)
PASS: ACCEPT :: test_pointers.c (10 of 12)
PASS: ACCEPT :: test_proto.c (11 of 12)
PASS: ACCEPT :: test_math.c (12 of 12)
Testing Time: 0.67s
********************
Failing Tests (1):
ACCEPT :: test_cxx.cpp
Expected Passes : 11
Unexpected Failures: 1
make: *** [test] Error 1
Metadata
Metadata
Assignees
Labels
No labels