Meghan Denny 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							60963bf468 
							
						 
					 
					
						
						
							
							chore: convert many tests to use verifyProperty ( #4263 )  
						
						... 
						
						
						
						Co-authored-by: André Bargull <andre.bargull@gmail.com> 
						
						
					 
					
						2024-10-14 11:25:05 +02:00 
						 
				 
			
				
					
						
							
							
								Kevin Gibbons 
							
						 
					 
					
						
						
						
						
							
						
						
							961480ac61 
							
						 
					 
					
						
						
							
							remove some auto-generated error messages in "assert.throws" tests  
						
						
						
						
					 
					
						2024-03-25 12:09:10 +01:00 
						 
				 
			
				
					
						
							
							
								Kevin Gibbons 
							
						 
					 
					
						
						
						
						
							
						
						
							5424d7e834 
							
						 
					 
					
						
						
							
							rewrite tests to use verifyProperty  
						
						
						
						
					 
					
						2024-03-25 12:05:06 +01:00 
						 
				 
			
				
					
						
							
							
								Mike Pennisi 
							
						 
					 
					
						
						
						
						
							
						
						
							b62a070221 
							
						 
					 
					
						
						
							
							Simplify test  
						
						... 
						
						
						
						Remove semantics which are not necessary to exercise the behavior under
test. 
						
						
					 
					
						2021-09-07 17:47:06 -04:00 
						 
				 
			
				
					
						
							
							
								Richard Gibson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							50f3fca7a0 
							
						 
					 
					
						
						
							
							Test Math.hypot argument coercion ( #3177 )  
						
						... 
						
						
						
						* Test Math.hypot argument coercion
* Fix constructor 
						
						
					 
					
						2021-09-03 15:59:25 -04:00 
						 
				 
			
				
					
						
							
							
								Rick Waldron 
							
						 
					 
					
						
						
						
						
							
						
						
							d576baf73f 
							
						 
					 
					
						
						
							
							Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests.  
						
						
						
						
					 
					
						2020-10-06 12:01:34 -04:00 
						 
				 
			
				
					
						
							
							
								Rick Waldron 
							
						 
					 
					
						
						
						
						
							
						
						
							c644ede430 
							
						 
					 
					
						
						
							
							Built-in function objects that are not identified as constructors must throw a TypeError exception when new'ed. Fixes gh-1739  
						
						
						
						
					 
					
						2020-10-06 12:01:34 -04:00 
						 
				 
			
				
					
						
							
							
								Rick Waldron 
							
						 
					 
					
						
						
						
						
							
						
						
							0bf08dff3d 
							
						 
					 
					
						
						
							
							built-ins/Math/*: make all indentation consistent (depth & character) ( #1435 )  
						
						
						
						
					 
					
						2018-02-15 17:35:45 -05:00 
						 
				 
			
				
					
						
							
							
								André Bargull 
							
						 
					 
					
						
						
						
						
							
						
						
							f95b56ab28 
							
						 
					 
					
						
						
							
							Revert "js-beautify: make all indentation consistent (depth & character) ( #1409 )" ( #1412 )  
						
						... 
						
						
						
						This reverts commit a01de4a722d088055a7d84d8c691ddd7109edb34. 
						
						
					 
					
						2018-02-09 12:09:47 -05:00 
						 
				 
			
				
					
						
							
							
								Rick Waldron 
							
						 
					 
					
						
						
						
						
							
						
						
							a01de4a722 
							
						 
					 
					
						
						
							
							js-beautify: make all indentation consistent (depth & character) ( #1409 )  
						
						
						
						
					 
					
						2018-02-09 11:35:37 -05:00 
						 
				 
			
				
					
						
							
							
								Rick Waldron 
							
						 
					 
					
						
						
						
						
							
						
						
							92a2621901 
							
						 
					 
					
						
						
							
							Frontmatter: fixup "info: >" to "info: |"  
						
						
						
						
					 
					
						2018-01-05 12:27:59 -05:00 
						 
				 
			
				
					
						
							
							
								André Bargull 
							
						 
					 
					
						
						
						
						
							
						
						
							d59e30c95e 
							
						 
					 
					
						
						
							
							Remove execute bit from files ( #976 )  
						
						
						
						
					 
					
						2017-04-13 16:24:07 -04:00 
						 
				 
			
				
					
						
							
							
								Leonardo Balter 
							
						 
					 
					
						
						
						
						
							
						
						
							238f4caa9a 
							
						 
					 
					
						
						
							
							Update length descriptor tests for Math properties  
						
						
						
						
					 
					
						2017-03-14 10:50:01 -04:00 
						 
				 
			
				
					
						
							
							
								Leonardo Balter 
							
						 
					 
					
						
						
						
						
							
						
						
							f45341ca4e 
							
						 
					 
					
						
						
							
							Add and update descriptor tests for Math properties  
						
						
						
						
					 
					
						2017-03-14 10:50:01 -04:00 
						 
				 
			
				
					
						
							
							
								Leo Balter 
							
						 
					 
					
						
						
						
						
							
						
						
							e49d2661a8 
							
						 
					 
					
						
						
							
							Improve assertions comparing values to NaN ( #690 )  
						
						... 
						
						
						
						The global isNaN is not precise at all, and Number.isNaN is an ES6 feature that makes it preferrable to use assert's sameValue for NaN values, as it handles it internally using the comparison. 
						
						
					 
					
						2016-07-01 11:22:55 -07:00 
						 
				 
			
				
					
						
							
							
								Leonardo Balter 
							
						 
					 
					
						
						
						
						
							
						
						
							80c1c46b53 
							
						 
					 
					
						
						
							
							Update tests for Math.hypot  
						
						
						
						
					 
					
						2016-06-27 16:04:16 -04:00 
						 
				 
			
				
					
						
							
							
								Mike Pennisi 
							
						 
					 
					
						
						
						
						
							
						
						
							f7aa31b41f 
							
						 
					 
					
						
						
							
							Remove over-specified tests  
						
						... 
						
						
						
						Except for a small set of expected input/output pairs, both ES5 and
ES2015 define the expected return value of these methods in terms of an
"implementation-dependent approximation." This makes it inappropriate to
enforce expectations for specific values, even if expressed imprecisely. 
						
						
					 
					
						2016-04-18 14:36:49 -04:00 
						 
				 
			
				
					
						
							
							
								André Bargull 
							
						 
					 
					
						
						
						
						
							
						
						
							ca61d9b876 
							
						 
					 
					
						
						
							
							Add missing tests for "length" and "name" properties of built-in functions  
						
						... 
						
						
						
						Note: Already uses the updated DataView function lengths from tc39/ecma262#266  (ES2016 Draft 2015-12-20) 
						
						
					 
					
						2016-01-15 18:12:05 +01:00 
						 
				 
			
				
					
						
							
							
								André Bargull 
							
						 
					 
					
						
						
						
						
							
						
						
							33a7e03a76 
							
						 
					 
					
						
						
							
							Replace runTestCase with assert helpers [test/built-ins/Math]  
						
						
						
						
					 
					
						2015-08-06 18:26:26 +02:00 
						 
				 
			
				
					
						
							
							
								André Bargull 
							
						 
					 
					
						
						
						
						
							
						
						
							023c7aa69e 
							
						 
					 
					
						
						
							
							- Remove inline license  
						
						... 
						
						
						
						- Remove duplicate word
- Add missing license 
						
						
					 
					
						2015-07-17 19:55:00 +02:00 
						 
				 
			
				
					
						
							
							
								Tom Schuster 
							
						 
					 
					
						
						
						
						
							
						
						
							64fd1026dd 
							
						 
					 
					
						
						
							
							Use the more common array syntax for includes  
						
						
						
						
					 
					
						2015-06-10 14:56:16 +02:00 
						 
				 
			
				
					
						
							
							
								Suwei Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							b6e870d236 
							
						 
					 
					
						
						
							
							Add new tests for Math built-ins  
						
						
						
						
					 
					
						2015-05-14 15:04:00 -07:00 
						 
				 
			
				
					
						
							
							
								Rick Waldron 
							
						 
					 
					
						
						
						
						
							
						
						
							cda3ec74a1 
							
						 
					 
					
						
						
							
							ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144  
						
						
						
						
					 
					
						2015-02-12 16:36:13 -05:00 
						 
				 
			
				
					
						
							
							
								Brian Terlson 
							
						 
					 
					
						
						
						
						
							
						
						
							2a74f0ec1b 
							
						 
					 
					
						
						
							
							Reorganize ./test  
						
						
						
						
					 
					
						2014-12-07 15:33:09 -08:00