Searched refs:testNotEqual (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
H A Ddouble-equals.js41 function testNotEqual(a, b) { function
68 testNotEqual(NaN, NaN);
69 testNotEqual(NaN, 0);
70 testNotEqual(NaN, Infinity);
81 testNotEqual(0.9, 1);
82 testNotEqual(0.999999, 1);
83 testNotEqual(0.9999999999, 1);
84 testNotEqual(0.9999999999999, 1);
97 testNotEqual(true, false);
134 testNotEqual(nul
[all...]
/external/lldb/test/unittest2/test/
H A Dtest_assertions.py138 def testNotEqual(self): member in class:TestLongMessage

Completed in 114 milliseconds