Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1582)

Side by Side Diff: test/webkit/dfg-uint32-to-number-on-captured-variable-expected.txt

Issue 18068003: Migrated several tests from blink to V8 repository. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright 2013 the V8 project authors. All rights reserved.
2 # Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
3 #
4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions
6 # are met:
7 # 1. Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer.
9 # 2. Redistributions in binary form must reproduce the above copyright
10 # notice, this list of conditions and the following disclaimer in the
11 # documentation and/or other materials provided with the distribution.
12 #
13 # THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
14 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16 # DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
17 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20 # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23
24 Tests that storing the result of a uint32 to number conversion into a captured v ariable does not crash the compiler.
25
26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
27
28
29 PASS foo(0)() is 0
30 PASS foo(1)() is 1
31 PASS foo(2)() is 2
32 PASS foo(3)() is 3
33 PASS foo(4)() is 4
34 PASS foo(5)() is 5
35 PASS foo(6)() is 6
36 PASS foo(7)() is 7
37 PASS foo(8)() is 8
38 PASS foo(9)() is 9
39 PASS foo(10)() is 10
40 PASS foo(11)() is 11
41 PASS foo(12)() is 12
42 PASS foo(13)() is 13
43 PASS foo(14)() is 14
44 PASS foo(15)() is 15
45 PASS foo(16)() is 16
46 PASS foo(17)() is 17
47 PASS foo(18)() is 18
48 PASS foo(19)() is 19
49 PASS foo(20)() is 20
50 PASS foo(21)() is 21
51 PASS foo(22)() is 22
52 PASS foo(23)() is 23
53 PASS foo(24)() is 24
54 PASS foo(25)() is 25
55 PASS foo(26)() is 26
56 PASS foo(27)() is 27
57 PASS foo(28)() is 28
58 PASS foo(29)() is 29
59 PASS foo(30)() is 30
60 PASS foo(31)() is 31
61 PASS foo(32)() is 32
62 PASS foo(33)() is 33
63 PASS foo(34)() is 34
64 PASS foo(35)() is 35
65 PASS foo(36)() is 36
66 PASS foo(37)() is 37
67 PASS foo(38)() is 38
68 PASS foo(39)() is 39
69 PASS foo(40)() is 40
70 PASS foo(41)() is 41
71 PASS foo(42)() is 42
72 PASS foo(43)() is 43
73 PASS foo(44)() is 44
74 PASS foo(45)() is 45
75 PASS foo(46)() is 46
76 PASS foo(47)() is 47
77 PASS foo(48)() is 48
78 PASS foo(49)() is 49
79 PASS foo(50)() is 50
80 PASS foo(51)() is 51
81 PASS foo(52)() is 52
82 PASS foo(53)() is 53
83 PASS foo(54)() is 54
84 PASS foo(55)() is 55
85 PASS foo(56)() is 56
86 PASS foo(57)() is 57
87 PASS foo(58)() is 58
88 PASS foo(59)() is 59
89 PASS foo(60)() is 60
90 PASS foo(61)() is 61
91 PASS foo(62)() is 62
92 PASS foo(63)() is 63
93 PASS foo(64)() is 64
94 PASS foo(65)() is 65
95 PASS foo(66)() is 66
96 PASS foo(67)() is 67
97 PASS foo(68)() is 68
98 PASS foo(69)() is 69
99 PASS foo(70)() is 70
100 PASS foo(71)() is 71
101 PASS foo(72)() is 72
102 PASS foo(73)() is 73
103 PASS foo(74)() is 74
104 PASS foo(75)() is 75
105 PASS foo(76)() is 76
106 PASS foo(77)() is 77
107 PASS foo(78)() is 78
108 PASS foo(79)() is 79
109 PASS foo(80)() is 80
110 PASS foo(81)() is 81
111 PASS foo(82)() is 82
112 PASS foo(83)() is 83
113 PASS foo(84)() is 84
114 PASS foo(85)() is 85
115 PASS foo(86)() is 86
116 PASS foo(87)() is 87
117 PASS foo(88)() is 88
118 PASS foo(89)() is 89
119 PASS foo(90)() is 90
120 PASS foo(91)() is 91
121 PASS foo(92)() is 92
122 PASS foo(93)() is 93
123 PASS foo(94)() is 94
124 PASS foo(95)() is 95
125 PASS foo(96)() is 96
126 PASS foo(97)() is 97
127 PASS foo(98)() is 98
128 PASS foo(99)() is 99
129 PASS successfullyParsed is true
130
131 TEST COMPLETE
132
OLDNEW
« no previous file with comments | « test/webkit/dfg-uint32-to-number-on-captured-variable.js ('k') | test/webkit/dfg-uint32-to-number-skip-then-exit.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698