Skip to content

Commit d7812fe

Browse files
committed
[Truffle] Add pstore to stdlib.
1 parent 8a9f17c commit d7812fe

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lib/ruby/truffle/mri/pstore.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require_relative '../../stdlib/pstore'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
exclude :"test_changes_after_commit_are_discarded", "needs investigation"
2+
exclude :"test_changes_are_not_written_on_abort", "needs investigation"
3+
exclude :"test_data_should_be_loaded_correctly_when_in_readonly_mode", "needs investigation"
4+
exclude :"test_pstore_files_are_accessed_as_binary_files", "needs investigation"

0 commit comments

Comments
 (0)