Bug 140931 - [Win] JSC profiler tests asserts in debug mode
Summary: [Win] JSC profiler tests asserts in debug mode
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-27 01:34 PST by Csaba Osztrogonác
Modified: 2015-01-27 09:42 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-01-27 01:34:03 PST
failing tests:
	profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/3d-raytrace.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/access-binary-trees.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/access-fannkuch.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/access-nbody.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/access-nsieve.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/bitops-3bit-bits-in-byte.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/bitops-bits-in-byte.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/bitops-bitwise-and.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/bitops-nsieve-bits.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/controlflow-recursive.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/crypto-aes.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/crypto-md5.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/crypto-sha1.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/date-format-tofte.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/date-format-xparb.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/math-cordic.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/math-partial-sums.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/math-spectral-norm.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/regexp-dna.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/string-base64.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/string-fasta.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/string-tagcloud.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/string-unpack-code.js.profiler-simple
	profiler-test.yaml/tests/sunspider-1.0/string-validate-input.js.profiler-simple

All profiler tests fail with one of these assert:

profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: ASSERTION FAILED: !m_buffer[m_next]
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: ..\wtf\StringPrintStream.cpp(54) : WTF::StringPrintStream::vprintf
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 1   005735E1
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 2   005A2C54
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 3   0059D059
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 4   0059D0B5
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 5   01E37B4F
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 6   01F87245
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 7   01F863C9
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 8   0214327E
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 9   02142EF4
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 10  021357D6
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 11  01FE98A4
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 12  02184009
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 13  0217B1AA
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 14  023DF1EE
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 15  023DAE49
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 16  02141CD9
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 17  0211F0DC
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 18  02246057
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 19  10005697
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 20  10005100
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 21  1000543D
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 22  10005EF0
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 23  00401A83
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 24  004052B0
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 25  75C2338A
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 26  77A29F72
profiler-test.yaml/tests/sunspider-1.0/3d-morph.js.profiler-simple: 27  77A29F45

profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: ASSERTION FAILED: m_next == strlen(m_buffer)
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: ..\wtf\StringPrintStream.cpp(87) : WTF::StringPrintStream::toCString
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 1   01D235E1
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 2   01D52E43
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 3   01E896F1
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 4   01E75691
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 5   022682A1
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 6   0226F9E8
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 7   022AC573
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 8   022AD4B3
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 9   021773CD
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 10  021D463A
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 11  021D3C5B
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 12  021D0801
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 13  0242F302
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 14  0242AE49
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 15  02191CD9
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 16  0216F0DC
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 17  02296057
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 18  10005697
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 19  10005100
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 20  1000543D
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 21  10005EF0
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 22  00401A83
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 23  004052B0
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 24  75C2338A
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 25  77A29F72
profiler-test.yaml/tests/sunspider-1.0/3d-cube.js.profiler-simple: 26  77A29F45
Comment 1 Csaba Osztrogonác 2015-01-27 01:40:40 PST
skipped by http://trac.webkit.org/changeset/179177
Comment 2 Radar WebKit Bug Importer 2015-01-27 09:42:15 PST
<rdar://problem/19615363>