Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / native_client / pnacl / scripts / testsuite_known_failures_pnacl.txt
1 # Failures which are probably or potentially real bugs
2
3 # library or compiler errors
4
5 # newlib does not have ffsl function?
6 2005-05-11-Popcount-ffs-fls
7
8 # some output incorrect
9 sphereflake
10
11 # FP nan/inf handling
12 voronoi
13
14 # SSE tests use -msse* flags, which our le32 frontend doesn't understand.
15 sse.isamax
16 sse.shift
17 sse.expandfft
18 sse.stepfft
19
20 # Assumes that pointers are 8 bytes (an x86-64 test).
21 ms_struct-bitfield-1
22
23 # Vectors <2 x double> aren't supported yet.
24 SingleSource/Benchmarks/BenchmarkGame/partialsums
25 SingleSource/UnitTests/Vector/simple
26 SingleSource/UnitTests/Vector/sumarray-dbl
27
28 # The following test uses packed bitfield structs which get turned into
29 # operations on i128 operands, which get rejected by PNaCl's ABI checker.
30 # However, clang -O3 precomputes the result at compile time, avoiding
31 # the ABI checker errors.
32 SingleSource/Regression/C/PR1386 O0f
33
34 # The following tests use C++ exception handling, which is not yet
35 # supported for PNaCl's stable ABI.  When the -lowerinvoke pass is
36 # applied, the "throw" statements in these tests fail at run time.
37 SingleSource/Benchmarks/Shootout-C++/EH/except
38 SingleSource/Regression/C++/EH/ctor_dtor_count
39 SingleSource/Regression/C++/EH/ctor_dtor_count-2
40 SingleSource/Regression/C++/EH/exception_spec_test
41 SingleSource/Regression/C++/EH/function_try_block
42 SingleSource/Regression/C++/EH/inlined_cleanup
43 SingleSource/Regression/C++/EH/recursive-throw
44 SingleSource/Regression/C++/EH/simple_rethrow
45 SingleSource/Regression/C++/EH/simple_throw
46 SingleSource/Regression/C++/EH/throw_rethrow_test
47
48 ############################################################################
49 # TODO(stichnot)
50 # New failures in updated LLVM test suite, still to be triaged
51 ############################################################################
52 # exec failures on ARM
53 MultiSource/Benchmarks/SciMark2-C/scimark2 arm