chakra-core / ChakraCore

ChakraCore is an open source Javascript engine with a C API.
MIT License
9.12k stars 1.2k forks source link

Fix and Re-enable flaky test test/es6/proto_disable.js #2667

Open dilijev opened 7 years ago

dilijev commented 7 years ago

Test output includes the following line but is otherwise correct:

WARNING: DynamicProfileStorage: Dynamic Profile Data corrupted: 'e:\a\_work\2\s\test\unittestframework\unittestframework.js'

Disabled in https://github.com/Microsoft/ChakraCore/pull/2668

dilijev commented 7 years ago

Fixed in #2763 Test re-enabled in #2766

dilijev commented 7 years ago

Apparently not fixed. Disabling the test again in #3087 and reactivating this issue.

Penguinwizzard commented 6 years ago

I suspect that this is also the cause for the issue in proto_initializer, so I've disabled that test as well.