Skip to content

Commit

Permalink
Test262 results representation (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican authored Oct 9, 2020
1 parent b1178f1 commit c062f7b
Show file tree
Hide file tree
Showing 9 changed files with 658 additions and 93 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[{Makefile,**.mk}]
# Use tabs for indentation (Makefiles require tabs)
indent_style = tab

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
15 changes: 15 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Ignore artifacts:
*.rs
assets
node_modules
boa_wasm
test262/refs
test262/info.json
app.js
*.ttf
*.worker.js
index.js
dev/bench/data.js
[0-9].js
[0-9][0-9].js
doc
4 changes: 4 additions & 0 deletions assets/exclamation-triangle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/info-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c062f7b

Please sign in to comment.