modest_ex icon indicating copy to clipboard operation
modest_ex copied to clipboard

Some target tests fail for html with "input" tag on Apple OSX

Open f34nk opened this issue 5 years ago • 1 comments

mix test.target
...

82% tests passed, 3 tests failed out of 17

Total Test time (real) =   1.12 sec

The following tests FAILED:
	  3 - handle_append_test (Failed)
	  5 - handle_find_test (Failed)
	  9 - handle_prepend_test (Failed)

test/handle_append_test

-> <html><head></head><body><div><input type="radio">Radio Button</div></body></html>
[ERROR]	main()
	/Users/frank/dev/modest_ex/target/modest_worker/test/handle_append_test.c:111

test/handle_prepend_test

-> <div><input type="radio">Radio Button</div>
[ERROR]	main()
	/Users/frank/dev/modest_ex/target/modest_worker/test/handle_prepend_test.c:71

test/handle_find_test

-> <input type="radio">
[ERROR]	main()
	/Users/frank/dev/modest_ex/target/modest_worker/test/handle_find_test.c:89

f34nk avatar Feb 02 '20 13:02 f34nk

This issue could be reproduced in modest_html. https://github.com/f34nk/modest_html/issues/6

f34nk avatar Feb 02 '20 13:02 f34nk