summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/constant-encoding-expected.txt
blob: 4ca80d056815a49dd52a1e103b9f167a89b04916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Test that we correctly encode patterned immediate values

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS 0 >= 0x01000100 is false
PASS 0 >= 0x01010000 is false
PASS 0 >= 0x00000101 is false
PASS 0 >= 0x00010001 is false
PASS 0 >= 0x01010101 is false
PASS successfullyParsed is true

TEST COMPLETE