47f08fb143
Related issues: https://github.com/dart-lang/sdk/issues/55024 https://github.com/dart-lang/sdk/issues/55267 These operators were initially broken in 3.3 and were exposed as returning JSBoolean but implemented as returning bool. They were fixed to return bool in the public API, but we should prefer to have them return JS types as they're likely to be used in cases where implicit conversions are not useful. CoreLibraryReviewExempt: Fixing type mismatch in backend-specific library. Change-Id: I3b0e60550dcac78918f8399d11238dcfa34982cd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/359180 Commit-Queue: Srujan Gaddam <srujzs@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.